n8n-builderExpert n8n workflow builder that creates, deploys, and manages n8n workflows programmatically via the n8n REST API. Use when asked to create n8n workflows, automate n8n tasks, build automations, design workflow pipelines, connect services via n8n, or manage existing n8n workflows. Handles webhook flows, scheduled tasks, AI agents, database syncs, conditional logic, error handling, and any n8n node configuration.
Install via ClawdBot CLI:
clawdbot install kassimisai/n8n-builderRequires two environment variables:
N8N_URL — n8n instance URL (e.g. https://your-n8n.example.com)N8N_API_KEY — n8n API key (Settings → API → Create API Key)references/workflow-schema.md. Use patterns from references/workflow-patterns.md as templates.scripts/n8n-api.sh create or pipe JSON to scripts/n8n-api.sh create-stdin.scripts/n8n-api.sh activate for trigger-based workflows.scripts/n8n-api.sh list.# List all workflows
scripts/n8n-api.sh list
# Create workflow from JSON file
scripts/n8n-api.sh create /tmp/workflow.json
# Create from stdin
echo '{"name":"Test",...}' | scripts/n8n-api.sh create-stdin
# Get, activate, deactivate, delete, execute
scripts/n8n-api.sh get <id>
scripts/n8n-api.sh activate <id>
scripts/n8n-api.sh deactivate <id>
scripts/n8n-api.sh delete <id>
scripts/n8n-api.sh execute <id>
# List credentials and tags
scripts/n8n-api.sh credentials
scripts/n8n-api.sh tags
Every workflow needs: name, nodes[], connections{}, settings{}.
Every node needs: id, name, type, typeVersion, position, parameters.
Connections use source node display name as key, mapping outputs to target nodes.
For full schema, node types, and expression syntax → read references/workflow-schema.md
For complete workflow examples (webhook, schedule, AI agent, DB sync, error handling) → read references/workflow-patterns.md
"executionOrder": "v1" in settingswebhook1, code1[250, 300], spacing ~200px horizontallyrespondToWebhook node if responseMode is responseNodescripts/n8n-api.sh credentialsscripts/n8n-api.sh execute for manual trigger workflowscontinueOnFail: true on risky HTTP/API nodes, then check for errors downstreamGenerated Mar 1, 2026
Automates lead capture from web forms or chatbots via webhook, validates data, checks for duplicates in a database, and notifies sales teams via Slack or SMS for immediate follow-up. Ensures no lead is missed and reduces manual data entry.
Synchronizes customer data between internal databases and external CRMs like HubSpot or Salesforce using webhook triggers. Transforms data formats, handles updates, and logs errors to maintain data consistency across platforms.
Uses an AI agent node to analyze incoming leads from webhooks, classifying intent and scoring based on criteria. Routes high-potential leads to sales pipelines and low-priority ones to nurture campaigns, improving conversion rates.
Scheduled workflow that scrapes or pulls new property listings from APIs, filters based on user preferences, and sends personalized alerts via email or SMS. Helps real estate agents keep clients informed efficiently.
Automates email or SMS drip campaigns by scheduling queries to a database for leads in specific stages, then sending tailored messages. Includes conditional logic to adjust messaging based on engagement or responses.
Offers automation setup and management services for clients using n8n workflows. Generates revenue through one-time implementation fees and recurring maintenance contracts, targeting small to medium businesses.
Builds and sells pre-built n8n workflow templates for common business processes like CRM syncs or lead management. Revenue comes from template sales, subscription access, and custom development services.
Provides expert consulting to help organizations design and deploy n8n workflows, along with training programs for teams. Revenue is generated from hourly consulting rates and packaged training sessions.
💬 Integration Tip
Always test workflows with the execute command before activation, and use continueOnFail on HTTP nodes to handle errors gracefully without breaking the entire automation.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.