Real Skill packageSource verifiedClawHub registry

dify-dsl-to-code

将 Dify 导出的工作流/Chatflow DSL 文件(YAML)转化为可部署、可运行的独立代码项目(默认 Python+FastAPI,可选 Node.js+Express)。当用户要求"Dify 工作流转代码"、"DSL 导出转项目"、"把 Dify 应用代码化"、"脱离 Dify 部署工作流"时使用。

Identity and source

Publisher attributionmiemie_leregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 63% rule confidence
Package forminstruction with code31 recorded files
Canonical sourceClawHub registryclawhub:somkh:dify-dsl-to-code
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/17/2026.claude/skills/dify-dsl-to-code

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/17/2026.agents/skills/dify-dsl-to-code

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/17/2026skills/dify-dsl-to-code

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

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-code
clawhub inspect @somkh/dify-dsl-to-code --version 1.0.0

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
29 / 31 inspected as text
Checked
8/17/2026, 4:07:54 AM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highPackage contains a path commonly used for secretsassets/templates/node-express/.env.example · confidence 88%/.env.example
highPackage contains a path commonly used for secretsassets/templates/python-fastapi/.env.example · confidence 88%/.env.example
2 High/Critical review queue entries
STATIC_SENSITIVE_FILE_IN_PACKAGEpending
STATIC_SENSITIVE_FILE_IN_PACKAGEpending
Open human review queue →
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
8 dependency and API indicators
  • npm: dotenv ^16.4.5
  • npm: express ^4.19.2
  • pypi: fastapi >=0.110
  • pypi: pydantic >=2.6
  • pypi: python-dotenv >=1.0
  • pypi: httpx >=0.27
  • pypi: jinja2 >=3.1
  • api: clawhub.ai
External clawhub result: suspicious

This 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.

Evidence checked
8/17/2026, 3:03:31 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:d53df65fc304b1a218e2228fa7212dfa703b0f63bb6da8f3235df50fce4c04ec
Show up to 30 recorded paths
  • assets/examples/example-chatflow-qa.yml
  • assets/examples/example-workflow-review.yml
  • assets/templates/node-express/.env.example
  • assets/templates/node-express/Dockerfile
  • assets/templates/node-express/package.json
  • assets/templates/node-express/src/main.js
  • assets/templates/node-express/src/workflow/blocks/example.js
  • assets/templates/node-express/src/workflow/context.js
  • assets/templates/node-express/src/workflow/definition.js
  • assets/templates/node-express/src/workflow/runner.js
  • assets/templates/node-express/tests/smoke.test.js
  • assets/templates/python-fastapi/.env.example
  • assets/templates/python-fastapi/app/__init__.py
  • assets/templates/python-fastapi/app/main.py
  • assets/templates/python-fastapi/app/workflow/__init__.py
  • assets/templates/python-fastapi/app/workflow/blocks/__init__.py
  • assets/templates/python-fastapi/app/workflow/blocks/example.py
  • assets/templates/python-fastapi/app/workflow/context.py
  • assets/templates/python-fastapi/app/workflow/definition.py
  • assets/templates/python-fastapi/app/workflow/runner.py
  • assets/templates/python-fastapi/Dockerfile
  • assets/templates/python-fastapi/requirements.txt
  • assets/templates/python-fastapi/tests/test_smoke.py
  • references/codegen-patterns.md
  • references/dsl-components.md
  • references/dsl-node-types.md
  • references/interaction-playbook.md
  • scripts/analyze_dsl.py
  • scripts/verify_project.py
  • skill-card.md

Source changelog

Initial 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.