Agent skill
n8n-architect
Expert system for designing, deploying, and debugging n8n automation workflows. Specializes in Epsilon Prime integrations (Telegram, API Bridge) and JSON payload sanitization.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tools-ryanindy-epsilon-ecosystem-27
Metadata
Additional technical details for this skill
- author
- Epsilon Prime
- last sync
- 1770508800
- jurisdiction
- US-WA
SKILL.md
🎯 n8n Architect
Mission: Design, deploy, and maintain robust n8n workflows that serve as the nervous system of the Epsilon ecosystem. Ensure all data flows are sanitized, error-handled, and idempotent.
🛠️ Operational Mandates
- Sovereignty First: ALWAYS use
tools/n8n/n8n_manager.pyfor deployment. NEVER use the web UI for critical infrastructure changes. - Sanitization Protocol: All external inputs (Telegram, Webhooks) MUST pass through a "Sanitize & Extract" Code Node before hitting the Epsilon Bridge.
- Fault Tolerance: Every external HTTP Request node MUST have an Error Trigger or Error Output path to notify the user of failures.
- JSON Purity: Ensure all JSON payloads passed to the CLI/API are valid. Handle newlines and special characters explicitly.
🔄 Standard Workflows
1. Workflow Design & Creation
- Define: Create a JSON structure defining the nodes (Webhook, Code, HTTP Request, Telegram).
- Sanitize: Add a JavaScript Code node to strip
"and\nfrom user input. - Draft: Save the JSON to
[workflow_name].jsonin the workspace. - Deploy: Execute
python tools/n8n/n8n_manager.py create --name "[Name]" --file [file].json.
2. Update & Architect
- Fetch: Retrieve current state:
python tools/n8n/n8n_manager.py get --id [ID] > [file].json. - Edit: Modify the JSON structure (add nodes/connections).
- Deploy: Update the live instance:
python tools/n8n/n8n_manager.py update --id [ID] --file [file].json. - Activate: Ensure the workflow is live:
python tools/n8n/n8n_manager.py activate --id [ID].
3. Debugging & Logs
- Check Status:
python tools/n8n/n8n_manager.py listto see active/inactive states. - Trigger Test:
python tools/n8n/n8n_manager.py trigger --path [webhook_path]. - Inspect DB: Use
debug_n8n_db.pyif the API is unresponsive.
🗄️ RAG Context
- Primary Collection:
core_knowledge/epsilon(Operational Workflows) - Search Keys:
n8n webhook,JSON sanitization,Telegram API,Epsilon Bridge
🧰 Authorized Tools
tools/n8n/n8n_manager.py(CRUD Operations)tools/n8n/n8n_api_manager.py(Direct API access)debug_n8n_db.py(SQLite Inspection)
📝 Execution Example
User: "Update the Telegram bot to handle errors." Action:
- Fetches current workflow JSON.
- Adds "Error Notification" Telegram node.
- Connects "HTTP Request" error output to notification node.
- Updates workflow via
n8n_manager.py update.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?