n8n
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.
Why use this skill?
Efficiently manage, trigger, and debug n8n workflows with the OpenClaw n8n skill. Automate your automation platform using CLI or Python.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-n8nWhat This Skill Does
The n8n skill for OpenClaw provides a robust interface for interacting with your n8n workflow automation platform directly from the terminal or via your AI agent. It abstracts the complexity of raw REST API requests into simple, actionable commands. Whether you need to list existing workflows, toggle their active/inactive status, trigger manual executions, or debug failed tasks, this skill serves as a centralized management hub. It supports both command-line execution for rapid manual intervention and a Python API client for programmatic integration within more complex automation scripts.
Installation
To begin using the n8n skill, ensure you have the OpenClaw environment configured. First, install the skill by running: clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-n8n. After installation, you must authenticate your connection. The skill requires an N8N_API_KEY environment variable. Set this in your session using export N8N_API_KEY="your-key" and verify your setup by executing the list command: python3 scripts/n8n_api.py list-workflows --pretty. For convenience and persistence, add the export command to your shell configuration file (e.g., ~/.bashrc or ~/.zshrc).
Use Cases
This skill is designed for DevOps engineers, automation architects, and developers who need to manage complex CI/CD pipelines or backend data synchronizations. Common use cases include: 1. Proactive Monitoring: Regularly listing execution logs to catch failures before they impact downstream services. 2. Environment Management: Quickly deactivating workflows during maintenance or hot-patching. 3. Manual Triggering: Executing workflows with custom payloads to test new features or backfill missing data. 4. Troubleshooting: Fetching detailed execution JSON to inspect error logs and stack traces when an automation run fails.
Example Prompts
- "List all active workflows in my n8n instance and tell me if any have failed in the last hour."
- "Trigger the workflow with ID 123 using this JSON payload: '{"status": "retry", "id": 500}' and let me know if it starts successfully."
- "Check the status of the latest 5 executions for the 'Customer-Sync' workflow and summarize any errors found."
Tips & Limitations
- Security: Always treat your API key as a sensitive secret. Never hardcode it into scripts shared in public repositories.
- Readability: Always use the
--prettyflag when debugging to ensure the API output is formatted into readable JSON. - Data Validation: When passing complex data to workflows, ensure your JSON string is properly escaped to avoid shell parsing errors.
- Dependencies: This tool relies on an active network connection to your n8n instance; verify your
N8N_BASE_URLif you are running on a custom domain or private infrastructure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bobdevibecoder-bobagent-n8n": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
affiliate-master
Full-stack affiliate marketing automation for OpenClaw agents. Generate, track, and optimize affiliate links with FTC-compliant disclosures and multi-network support.
tweet-ideas-generator
Generates 60 high-impact tweet ideas from reference content across 5 categories. Use when someone wants to extract engaging short-form statements from content for Twitter/X, organized by harsh advice, quotes, pain points, counterintuitive truths, and key insights.
ai-discoverability-audit
Audit how a brand appears in AI-powered search (ChatGPT, Perplexity, Claude, Gemini). Use when user mentions "AI search," "how do I show up in ChatGPT," "AI discoverability," "AEO," "LLM visibility," or wants to understand their brand's AI presence.
positioning-basics
Help founders and marketers nail their positioning. Use when someone mentions "positioning," "value proposition," "who is this for," "how do I describe my product," "messaging," "ICP," "ideal customer," or is struggling to articulate what makes their product different.
polymarket-correlation
Detect mispriced correlations between Polymarket prediction markets. Cross-market arbitrage finder for AI agents.