submit plugin Structured File Creation#2018
Open
Eanrach wants to merge 2 commits intolanggenius:mainfrom
Open
Conversation
crazywoola
requested changes
Feb 5, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
Summary
Requesting changes due to README language, template icon usage, SDK version spec, and a failing install check.
| plugin name | decision | origin issue link |
|---|---|---|
| create_files_from_structure | request changes | N/A |
Failed Checks
- README language:
README.mdin the package contains Chinese characters (CJK count: 19). README must be English-only. If you need multilingual docs, use the multilingual README mechanism: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme - SDK version requirement:
requirements.txtspecifiesdify_plugin>=0.4.0,<0.7.0. The requirement isdify_plugin>=0.5.0(please bump the lower bound). - Icon validation:
_assets/icon.svgcontains the template placeholder textDIFY_MARKETPLACE_TEMPLATE_ICON_DO_NOT_USE. Replace with a custom icon. - Install check failed:
.scripts/validator/test-plugin-install.pydid not detect "Serving Flask app" or a successful response onhttp://127.0.0.1:8080within 20s. Please ensurepython -m mainstarts the server and responds, or adjust the entrypoint/boot logic.
Passed Checks
- Exactly one
.difypkgfile changed. - PR title/body English (CJK=0 after allowlist filtering).
- Manifest author is not
langgenius/dify. - Marketplace version check returned "plugin version not found" (version appears available).
- Packaging succeeded via plugin daemon (
plugin package).
crazywoola
requested changes
Feb 5, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
Summary
| Check | Status | Details |
|---|---|---|
| README language | ❌ Failed | README.md in the package contains Chinese text. README must be English-only. |
| Icon | ❌ Failed | icon.svg and icon-dark.svg contain the template placeholder text. Replace with a real icon. |
| PR language | ✅ Passed | Title/body are English (allowlisted sentence not present). |
| Package count | ✅ Passed | Exactly one .difypkg changed. |
| Manifest author | ✅ Passed | Author is not langgenius/dify. |
| Dependency install | ✅ Passed | requirements.txt installs under Python 3.12. |
| Install test | ✅ Passed | test-plugin-install.py succeeded. |
| Packaging check | ✅ Passed | upload-package.py --test succeeded. |
| Marketplace version check | Marketplace API returned HTTP 500; please confirm the version isn’t already published. |
Required fixes
-
Replace Chinese README
- The packaged
README.mdis fully Chinese (e.g. line 1# 使用说明). Please replace it with an English README. - If you need multilingual docs, follow: https://docs.dify.ai/en/develop-plugin/features-and-specs/plugin-types/multilingual-readme#multilingual-readme
- The packaged
-
Update the plugin icons
unpacked_plugin/_assets/icon.svgandunpacked_plugin/_assets/icon-dark.svgcontain the placeholderDIFY_MARKETPLACE_TEMPLATE_ICON_DO_NOT_USE.- Please replace these with your real icons before re-submitting.
Once those are fixed and pushed, I’ll re-run the checks.
Author
|
hello @crazywoola |
Eanrach
commented
Feb 5, 2026
Author
Eanrach
left a comment
There was a problem hiding this comment.
updated icon readme requirements
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
close #2017
2. Submission Type
3. Description
The plugin receives file structures and content, creates the corresponding directories and files, and returns a compressed package of the complete directory.
4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
None Data Collection
Privacy Policy