A powerful interface to programmatically manage, trigger, and troubleshoot n8n workflows and executions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install n8n-api
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-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The n8n API skill provides a technical bridge between your AI agent and the n8n automation platform. By utilizing this skill, developers can interact with both self-hosted and cloud-based n8n instances via their public REST API. It allows for full control over the automation lifecycle, from listing active workflows to inspecting execution logs for errors.
Integrating this into your Openclaw Skills library enables advanced autonomous operations where the agent can monitor its own pipeline, trigger webhooks based on environmental changes, and manage project credentials. This skill is designed for those who need more than just a UI-based automation experience, offering the flexibility to drive complex logic through code and command-line interfaces.
To get started, obtain an API key from your n8n instance under Settings > n8n API. Configure your environment variables as follows:
export N8N_API_BASE_URL="https://your-instance.app.n8n.cloud/api/v1"
export N8N_API_KEY="your-api-key-here"
Ensure that your plan supports API access, as it is typically unavailable during the free trial period of n8n Cloud.
The skill interacts with several core data objects via the n8n API, organized as follows:
| Object | Key Fields | Description |
|---|---|---|
| Workflow | id, name, active, nodes | The definition and status of an automation pipeline. |
| Execution | id, status, startedAt, workflowId | Historical records of workflow runs, including error states. |
| Webhook | path, method, data | Entry points for external triggers into the n8n ecosystem. |
| Credential | id, name, type | Sensitive configuration objects for third-party integrations. |
Loading
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.

A production-grade command-line interface for performing advanced read, write, and formatting operations on Google Sheets using service accounts.

A centralized skill for designing reliable n8n workflows and operating them via the public REST API.

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








































