This wraps the Dify workflow DSL CLI so you can build and edit Dify workflow files without touching their web UI. You get commands to scaffold new workflows from templates, validate YAML structure, add or remove nodes and edges, configure LLM providers, and export finished workflows. It's a CLI-Anything harness, meaning it bridges the upstream Python tool into a format Claude can call directly. Useful if you're versioning Dify workflows in git or generating them programmatically. The tooling is young and comes from a third-party repo, so expect some rough edges, but the core premise of treating Dify's visual workflow format as editable code is solid.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-dify-workflow