con un clic
n8n-executions
Manage n8n executions — list, get, delete, retry, stop
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Manage n8n executions — list, get, delete, retry, stop
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Manage n8n credentials — list, create, update, delete, schema, transfer
n8n workflow automation knowledge base. Provides node documentation for 542 built-in and community nodes, workflow patterns, templates, and configuration examples. Covers triggers, data transformation, data input/output, AI integration. Keywords: n8n, workflow, automation, node, trigger, webhook, http request, database, ai agent.
Manage n8n workflows — list, get, create, update, delete, activate, deactivate, transfer, tags
Run a security audit on the n8n instance
Manage n8n projects — list, create, update, delete, manage users
Pull changes from n8n source control remote
| name | n8n-executions |
| description | Manage n8n executions — list, get, delete, retry, stop |
| argument-hint | action, e.g. list --status error |
Interact with n8n executions via CLI. Run commands with uv run n8n_cli.py executions <action>.
executions list [--status canceled|error|running|success|waiting] [--workflow-id ID] [--include-data]
executions get <id> [--include-data]
executions report <id> # human-readable execution summary with per-node table
executions delete <id>
executions retry <id> [--load-workflow]
executions stop <id>
executions stop-many <status1> [status2 ...] [--workflow-id ID]
executions tags <id>
executions set-tags <id> <tag-id-1> <tag-id-2> ...
See also: Use /n8n-workflows to manage the workflows that produce these executions.
Present results in a clean readable format. $ARGUMENTS