Skip to main content
Agent Skills give AI agents that support skills (Claude Code, Cursor, Windsurf, Codex, and others) the ability to work with Membrane directly.

Install

Run in your project directory:
npx skills add membranehq/agent-skills
This gives your agent tools for managing connections, running actions, and working with data. The agent will set up everything it needs automatically (MCP server, credentials, etc.).

Available Skills

integrate-anything

The core skill for connecting to external apps and working with them. Use this when you want your agent to connect to apps, run actions, subscribe to events, and manage integrations.
npx skills add membranehq/agent-skills --skill integrate-anything
See Quickstart: AI Agents for getting started.

build-product-integrations

For building customer-facing integration features into your product — integrations pages, connection UIs, data sync, and multi-tenant authentication.
npx skills add membranehq/agent-skills --skill build-product-integrations
See Quickstart: Product Integrations for getting started.

Using Skills

Once installed, prompt your agent naturally:
“Connect to HubSpot and create an action that syncs new contacts to our database.” “Build an integrations page where my users can connect to external apps.”
The agent will use Membrane’s tools to set up integrations, create connections, and implement the logic.

Other Ways to Get Agents to Use Membrane

  • MCP Server — for agents that support MCP but not skills (Claude Desktop, ChatGPT, etc.)
  • In-app AI Agent — for embedding an AI assistant in your product that acts on behalf of each user