feat: add shell plugin v0.0.1#2431
Open
yanyifei-coder wants to merge 4 commits into
Open
Conversation
Add dify-shell plugin - a Shell command execution tool for Dify. Supports executing shell commands with timeout and security controls.
crazywoola
requested changes
May 19, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
❌ Request Changes
Decision: Request changes
Failed Checks
| Check | Status | Detail | Required action |
|---|---|---|---|
Project structure |
❌ Fail | Missing files: README.md. Present: manifest.yaml, PRIVACY.md. _assets/: yes. | Include all required files in the package: manifest.yaml, README.md, PRIVACY.md, and _assets/. |
README language |
❌ Fail | README.md not found in plugin package. | Remove Chinese characters from README.md and use the multilingual README pattern: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme |
dify_plugin version |
❌ Fail | dify_plugin must be installed and >= 0.5.0, but it was not found. | Use dify_plugin >= 0.5.0 in the packaged plugin environment. |
Full Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=481, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
❌ Fail | Missing files: README.md. Present: manifest.yaml, PRIVACY.md. _assets/: yes. | Include all required files in the package: manifest.yaml, README.md, PRIVACY.md, and _assets/. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/icon.svg | None. |
Version check |
✅ Pass | version 0.0.1 is available. | None. |
README language |
❌ Fail | README.md not found in plugin package. | Remove Chinese characters from README.md and use the multilingual README pattern: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements.txt not found; skipped. | None. |
dify_plugin version |
❌ Fail | dify_plugin must be installed and >= 0.5.0, but it was not found. | Use dify_plugin >= 0.5.0 in the packaged plugin environment. |
Install test |
✅ Pass | requirements.txt not found; skipped. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
Next steps
- Project structure: Include all required files in the package: manifest.yaml, README.md, PRIVACY.md, and _assets/.
- README language: Remove Chinese characters from README.md and use the multilingual README pattern: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme
- dify_plugin version: Use dify_plugin >= 0.5.0 in the packaged plugin environment.
Please address these issues and push an update.
added 2 commits
May 19, 2026 18:56
- Added README.md (English) and README.zh-CN.md (Chinese) - _assets/icon.svg already included - Repackaged shell-0.0.1.difypkg with required files
- Add README.md (English) in plugin root directory - Add readme/README_zh_Hans.md (Chinese) per multilingual README spec - Rename privacy.md to PRIVACY.md - Update pyproject.toml: dify-plugin -> dify_plugin>=0.5.0 - Remove __pycache__ from package - Repackaged shell-0.0.1.difypkg
crazywoola
requested changes
May 21, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
❌ Request Changes
Decision: Request changes
Failed Checks
| Check | Status | Detail | Required action |
|---|---|---|---|
dify_plugin version |
❌ Fail | dify_plugin must be installed and >= 0.5.0, but it was not found. | Use dify_plugin >= 0.5.0 in the packaged plugin environment. |
Full Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=481, 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.svg | None. |
Version check |
✅ Pass | version 0.0.1 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=1104, allowed_zh<=0) | None. |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements.txt not found; skipped. | None. |
dify_plugin version |
❌ Fail | dify_plugin must be installed and >= 0.5.0, but it was not found. | Use dify_plugin >= 0.5.0 in the packaged plugin environment. |
Install test |
✅ Pass | requirements.txt not found; skipped. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
Next steps
- dify_plugin version: Use dify_plugin >= 0.5.0 in the packaged plugin environment.
Please address these issues and push an update.
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.
Shell Command Execution Plugin
Description
A Shell command execution tool plugin for Dify that allows AI agents to execute shell commands with configurable timeout and security controls.
Features
Plugin Info
Files
yanyifei-coder/shell/shell-0.0.1.difypkg