ワンクリックで
n8n-projects
Manage n8n projects — list, create, update, delete, manage users
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage n8n projects — list, create, update, delete, manage users
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage n8n credentials — list, create, update, delete, schema, transfer
Manage n8n executions — list, get, delete, retry, stop
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
Pull changes from n8n source control remote
| name | n8n-projects |
| description | Manage n8n projects — list, create, update, delete, manage users |
| argument-hint | action, e.g. list or create my-project |
Interact with n8n projects via CLI. Run commands with uv run n8n_cli.py projects <action>.
projects list
projects create <name>
projects update <id> <name>
projects delete <id>
projects users <id>
projects add-users <id> <json> # {"relations": [{"userId": "...", "role": "..."}]}
projects remove-user <id> <user-id>
projects change-role <id> <user-id> <role>
Present results in a clean readable format. $ARGUMENTS