.claude/skills/dify-dsl-to-codeRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
将 Dify 导出的工作流/Chatflow DSL 文件(YAML)转化为可部署、可运行的独立代码项目(默认 Python+FastAPI,可选 Node.js+Express)。当用户要求"Dify 工作流转代码"、"DSL 导出转项目"、"把 Dify 应用代码化"、"脱离 Dify 部署工作流"时使用。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/dify-dsl-to-codeRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/dify-dsl-to-codeRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/dify-dsl-to-codeRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @somkh/dify-dsl-to-codeclawhub inspect @somkh/dify-dsl-to-code --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
/.env.example/.env.exampleThis is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:d53df65fc304b1a218e2228fa7212dfa703b0f63bb6da8f3235df50fce4c04ecassets/examples/example-chatflow-qa.ymlassets/examples/example-workflow-review.ymlassets/templates/node-express/.env.exampleassets/templates/node-express/Dockerfileassets/templates/node-express/package.jsonassets/templates/node-express/src/main.jsassets/templates/node-express/src/workflow/blocks/example.jsassets/templates/node-express/src/workflow/context.jsassets/templates/node-express/src/workflow/definition.jsassets/templates/node-express/src/workflow/runner.jsassets/templates/node-express/tests/smoke.test.jsassets/templates/python-fastapi/.env.exampleassets/templates/python-fastapi/app/__init__.pyassets/templates/python-fastapi/app/main.pyassets/templates/python-fastapi/app/workflow/__init__.pyassets/templates/python-fastapi/app/workflow/blocks/__init__.pyassets/templates/python-fastapi/app/workflow/blocks/example.pyassets/templates/python-fastapi/app/workflow/context.pyassets/templates/python-fastapi/app/workflow/definition.pyassets/templates/python-fastapi/app/workflow/runner.pyassets/templates/python-fastapi/Dockerfileassets/templates/python-fastapi/requirements.txtassets/templates/python-fastapi/tests/test_smoke.pyreferences/codegen-patterns.mdreferences/dsl-components.mdreferences/dsl-node-types.mdreferences/interaction-playbook.mdscripts/analyze_dsl.pyscripts/verify_project.pyskill-card.mdInitial release of dify-dsl-to-code. - Converts exported Dify workflow/chatflow DSL (YAML) into standalone deployable code projects (Python+FastAPI by default, Node.js+Express optional). - Interactively requests any missing information not present in the DSL, ensuring no details are fabricated. - Supports large and small DSL files, splitting and coordinating code generation for complex workflows. - Provides a clear step-by-step process from DSL file validation, analysis, user input, tech stack selection, code generation, verification, to delivery. - Includes templates, scripts, and references to guarantee structure and standard compliance. - Explicitly documents any fallback or downgraded features in project delivery.