A comprehensive skill to manage n8n.io workflows, executions, and credentials through a secure CLI interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install n8nio
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 n8nio using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
n8n.io is a powerful fair-code workflow automation platform designed to help developers and power users connect applications and services without writing extensive code. This integration, part of the Openclaw Skills library, utilizes the Membrane CLI to bridge the gap between AI agents and n8n.io. By leveraging this skill, users can interact with their automation infrastructure programmatically while benefiting from automated credential management and secure authentication protocols.
The primary value of this skill lies in its ability to abstract the complexity of API authentication. It allows you to focus on the logic of your integrations rather than the plumbing of OAuth or token refreshes. Whether you are managing complex business processes or simple data syncs, this tool provides a robust framework for workflow control within the Openclaw Skills ecosystem.
To get started with this skill, install the CLI and authenticate your environment:
npm install -g @membranehq/cli
membrane login --tenant
Connect to your n8n.io instance by finding the connector ID and establishing a link:
membrane search n8nio --elementType=connector --json
# Use the ID from the output
membrane connect --connectorId=CONNECTOR_ID --json
The skill organizes data around the core n8n.io architecture. Below are the primary entities managed through Openclaw Skills:
| Entity | Scope | Key Metadata |
|---|---|---|
| Workflow | Automation Logic | ID, name, nodes, active status |
| Execution | Runtime History | ID, finished status, mode, retry of |
| Credential | Authentication | ID, name, type, createdAt |
| Project | Organization | ID, name, user roles |
| Variable | Environment Config | Key, value, workflow associations |
Loading
A comprehensive integration that allows AI agents to manage Microsoft To Do tasks, lists, and steps through the Membrane infrastructure.

A streamlined template designed for testing environment configurations and agentic handshakes.

A comprehensive integration for Lightspeed R-Series that enables AI agents to manage retail inventory, sales orders, and customer data via the Membrane framework.

A comprehensive CRM integration that enables AI agents to manage organizations, deals, projects, and activities via the Membrane ecosystem.

A powerful integration for managing Ontraport CRM data, marketing sequences, and sales pipelines via the Membrane framework.

A specialized Openclaw Skills integration for managing Salesforce Pardot marketing automation, prospect nurturing, and campaign analytics.








































