comfy_cli_skills
Manage official ComfyUI agent skills: list, show, validate, install, inspect, or uninstall bundled skills like comfy, fragments, debug, relay, director. Dry-run by default.
Instructions
List, show, validate, install, inspect, or uninstall the official comfy-cli bundled agent skills (comfy, fragments, debug, relay, director). Install/uninstall defaults to dry-run for safety unless apply=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| path | No | ||
| apply | No | ||
| scope | No | ||
| action | Yes | ||
| skills | No | ||
| targets | No | ||
| workspace | No | Optional ComfyUI workspace override. Otherwise COMFYUI_PATH/auto-detection is used. | |
| projectDir | No | Working directory for project-scoped skill operations. Required when scope='project'. |