skills install writes the difyctl skill (a SKILL.md file) into the skill directories of the coding agents on your machine.
The skill deliberately lists no commands: it points the agent at difyctl help -o json and lets it discover the live command surface itself.
See the help reference for that discovery surface, and Install the difyctl Skill for the full integration.
Install the Skill
Arguments
dir: optional. Install into this single directory, bypassing agent detection. The skill lands at<dir>/SKILL.md. Cannot be combined with--agent.
Flags
Examples
Preview where the skill would be installed (dry run, the default):Agent Detection
Detection checks whether each agent’s configuration directory exists. The CLI never probesPATH or launches anything. The skill is written to each agent’s documented user-level skill location:
An agent that’s installed but has never been launched may not have its configuration directory yet. Install into its skill directory explicitly with
difyctl skills install <dir>.
Output
A dry run lists the detected agents and the target paths, then tells you how to proceed:--yes, each write is confirmed:
skills install --yes after upgrading replaces the file with the current version. Re-running is always safe.