/cli-anything-n8n
Command-line interface for n8n workflow automation platform. Manages workflows, executions, credentials, variables, and tags. Based on n8n Public API v1.1.1 (n8n >= 1.0.0).
$ npx -y skills add HKUDS/CLI-Anything --skill cli-anything-n8n --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/cli-anything-n8n
Context preview
The summary Claude sees to decide when to auto-load this skill.
Command-line interface for n8n workflow automation platform. Manages workflows, executions, credentials, variables, and tags. Based on n8n Public API v1.1.1 (n8n >= 1.0.0).
SKILL.md
cli-anything-n8n.SKILL.mdname: "cli-anything-n8n"
description: >-
Command-line interface for n8n workflow automation platform.
Manages workflows, executions, credentials, variables, and tags.
Based on n8n Public API v1.1.1 (n8n >= 1.0.0).
cli-anything-n8n
CLI harness for n8n workflow automation — built with the CLI-Anything pattern. Verified against n8n OpenAPI spec v1.1.1.
Installation
pip install cli-anything-n8n
Configuration
cli-anything-n8n config set base_url https://your-n8n-instance.com
cli-anything-n8n config set api_key your-api-key
# Or environment variables
export N8N_BASE_URL=https://your-n8n-instance.com
export N8N_API_KEY=your-api-key
export N8N_TIMEOUT=60 # optional, default 30s
Command Groups
| Group | Commands | |-------|----------| | workflow | list, get, create, update, delete, activate, deactivate, tags, set-tags, transfer | | execution | list, get, delete, retry | | credential | create, delete, schema, transfer | | variable | list, create, update, delete | | tag | list, get, create, update, delete | | config | show, set |
For AI Agents
- Always use `--json` flag for structured output
- Use `@file.json` to pass complex JSON from files
- Check return codes: 0 = success, non-zero = error
- All IDs are strings, not integers
- API key is always masked in `config show` output
- Not available in public API: data tables, credential listing, execution stop
Read more
name: "cli-anything-n8n" description: >- Command-line interface for n8n workflow automation platform. Manages workflows, executions, credentials, variables, and tags. Based on n8n Public API v1.1.1 (n8n >= 1.0.0).
cli-anything-n8n
CLI harness for n8n workflow automation — built with the CLI-Anything pattern. Verified against n8n OpenAPI spec v1.1.1.
Installation
pip install cli-anything-n8n
Configuration
cli-anything-n8n config set base_url https://your-n8n-instance.com cli-anything-n8n config set api_key your-api-key # Or environment variables export N8N_BASE_URL=https://your-n8n-instance.com export N8N_API_KEY=your-api-key export N8N_TIMEOUT=60 # optional, default 30s
Command Groups
| Group | Commands | |-------|----------| | workflow | list, get, create, update, delete, activate, deactivate, tags, set-tags, transfer | | execution | list, get, delete, retry | | credential | create, delete, schema, transfer | | variable | list, create, update, delete | | tag | list, get, create, update, delete | | config | show, set |
For AI Agents
- Always use `--json` flag for structured output
- Use `@file.json` to pass complex JSON from files
- Check return codes: 0 = success, non-zero = error
- All IDs are strings, not integers
- API key is always masked in `config show` output
- Not available in public API: data tables, credential listing, execution stop
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
Repo: HKUDS/CLI-Anything
Other skills on cli-anything.
- /cli-anything-firefly-iii
Firefly III CLI - Personal finance management via CLI-Anything
Open skill - /cli-anything-openrefine
Use OpenRefine through an agent-native CLI for importing messy data, applying JSON operation histories, inspecting rows, exporting cleaned data, and managing session undo/redo.
Open skill - /cli-anything-adguardhome
Command-line interface for AdGuard Home - Network-wide ad blocking and DNS management via AdGuard Home REST API. Designed for AI agents and power users who need to manage filtering, DNS rewrites, clients, DHCP, and query logs without a GUI.
Open skill - /cli-anything-anygen
Command-line interface for Anygen - A stateful command-line interface for AnyGen OpenAPI — generate professional slides, documents, webs...
Open skill - /cli-anything-audacity
Command-line interface for Audacity - A stateful command-line interface for audio editing, following the same patterns as the GIMP and Ble...
Open skill - /cli-anything-blender
Command-line interface for Blender - A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI ...
Open skill

