원클릭으로
n8n-credentials
Manage n8n credentials — list, create, update, delete, schema, transfer
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage n8n credentials — list, create, update, delete, schema, transfer
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
Manage n8n projects — list, create, update, delete, manage users
Pull changes from n8n source control remote
| name | n8n-credentials |
| description | Manage n8n credentials — list, create, update, delete, schema, transfer |
| argument-hint | action, e.g. list or schema githubApi |
Interact with n8n credentials via CLI. Run commands with uv run n8n_cli.py credentials <action>.
credentials list
credentials create <json> # {"name": "...", "type": "...", "data": {...}}
credentials update <id> <json>
credentials delete <id>
credentials schema <type-name>
credentials transfer <id> <project-id>
For create/update JSON schema, read docs/n8n_openapi.yml and look for credential under components/schemas.
See also: Use /n8n-workflows when referencing credentials in workflow JSON — see CLAUDE.md for the credential reference format.
Present results in a clean readable format. $ARGUMENTS