Fix azard/skypool plugin package v0.5.0#2471
Merged
crazywoola merged 1 commit intoMay 29, 2026
Merged
Conversation
crazywoola
approved these changes
May 29, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
✅ LGTM
Decision: Approve
Local Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=2447, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. | None. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/icon.png | None. |
Version check |
✅ Pass | version 0.5.0 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=932, allowed_zh<=0) | None. |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements installed successfully. | None. |
dify_plugin version |
✅ Pass | dify_plugin version 0.9.0 satisfies >= 0.9.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This PR resubmits the Skypool Dify model provider package after the merge of #2453 failed in the post-merge marketplace upload workflow.
The failed merge commit was a36e7c1. The upload job failed with
package decode failed, and local inspection showed the package manifest usedauthor: Azard, which produces an invalid plugin identifier because Dify requires the plugin author segment to be lowercase.Changes in this PR:
Azard/skypool/skypool-0.0.1.difypkgtoazard/skypool/skypool-0.5.0.difypkg.manifest.yamlfromauthor: Azardtoauthor: azard.0.0.1to0.5.0.Skypool is a Dify model provider plugin for the Skypool OpenAI-compatible API. It lets Dify users call Skypool chat models with a Skypool Consumer API key and the default endpoint
https://a.skypool.xyz/v1.The Model Provider plugin includes predefined Skypool chat models, streaming output, and tool calling support for compatible models. It is useful for teams that want to route Dify apps, workflows, and agents through Skypool's hosted model gateway while keeping model configuration inside Dify.
4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
The plugin transfers:
The plugin stores only provider credentials inside Dify's credential storage. It does not persist prompts, model outputs, files, or API responses in the plugin runtime. The plugin does NOT transfer Dify workspace API keys or workspace member identities to Skypool. Full details are in PRIVACY.md, bundled in the .difypkg.
Privacy Policy