Add Azard/skypool plugin v0.0.1#2453
Conversation
1859b14 to
2845999
Compare
2845999 to
68a6860
Compare
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=1948, 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.0.1 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.5.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
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=1948, 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.0.1 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. |
|
@crazywoola Hi, could you please help take a look at the failing The PR itself appears mergeable, and the failed job is https://github.com/langgenius/dify-plugins/actions/runs/26350267625/job/77994485746?pr=2453 From the job log, the workflow installs the plugin dependencies, but then the Because of that, the workflow falls back to The submitted package only contains Could the pre-check workflow be updated to detect the installed |
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
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