cli-anything-dify-workflow
Wrapper for the Dify workflow DSL CLI. Create, inspect, validate, edit, and export Dify workflow files through a CLI-Anything harness.
By hkuds · 425 installs
npx skills add hkuds/cli-anything --skill cli-anything-dify-workflow
Source repository · Upstream listing
Dify Workflow CLI Skill
Installation
Install the upstream Dify workflow CLI first:
Then install the CLI Anything harness:
Usage
The harness forwards to the upstream dify workflow CLI.
Command Groups
guide
list node types
create
inspect
validate
checklist
edit add node remove node update node add edge remove edge set title
config set model set prompt add variable set opening add question add tool remove tool
export
import
diff
layout
Agent Guidance
Prefer j / json output on upstream commands when available.
The harness itself is a wrapper. Real workflow logic is provided by the upstream project.
If dify workflow is not on PATH but the dify workflow Python package is installed, the wrapper falls back to python m dify workflow.cli .
All operations are local file edits on Dify YAML/JSON DSL files.