A centralized skill for designing reliable n8n workflows and operating them via the public REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install n8n-hub
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install n8n-hub using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
n8n Hub is a specialized integration within the Openclaw Skills ecosystem designed for developers and automation engineers who need to bridge the gap between workflow design and operational management. This tool enables users to plan idempotent workflows that incorporate retries, human-in-the-loop (HITL) processes, and robust logging. It provides a dual-track approach: architectural design via JSON output and direct lifecycle management using the n8n public REST API.
By leveraging this skill, you can ensure your automation pipelines are not only functional but also observable and resilient. It facilitates the creation of importable workflow files and detailed runbooks, allowing for seamless transitions from planning to production. Whether you are self-hosting or using n8n cloud, this skill streamlines the way you interact with your automation infrastructure through a standardized, professional interface.
First, ensure you have an upgraded n8n plan as public API access is typically disabled on free trial plans. Set your environment variables or store them in a configuration file:
export N8N_API_BASE_URL="https://your-instance.app.n8n.cloud/api/v1"
export N8N_API_KEY="your-api-key-here"
All requests made through this Openclaw Skills module must include the X-N8N-API-KEY header for authentication. You can generate this key in n8n Settings -> n8n API.
The skill organizes its operations around the n8n API structure and local asset generation for better workflow management.
| Entity | Description | Key Attributes |
|---|---|---|
| Workflow | The automation logic structure | id, name, active, versionId |
| Execution | A specific run instance | id, workflowId, status, startedAt |
| Design Spec | Local documentation and code | workflow.json, workflow-lab.md |
| API Config | Connection settings | Base URL, API Key |
Loading
A powerful interface to programmatically manage, trigger, and troubleshoot n8n workflows and executions.

A professional toolkit for integrating Facebook Messenger Platform workflows, including bot-style messaging and secure webhook handling.

Converts raw meeting transcripts and notes into structured summaries, clear decisions, and actionable follow-up items.

A production-ready CLI for managing Google Sheets via service accounts, supporting advanced formatting and batch operations.

Automatically generate structured chapters, highlight timestamps, and professional show notes from your podcast audio or transcripts.

A specialized tool for identifying recurring charges and subscriptions from receipts or email exports to produce clean spending audits.








































