Agent Skills
Agent Skills give coding agents (Claude Code, Cursor, Windsurf, Codex) the ability to work with Membrane directly.
Install
Run in your project directory:
npx skills add membranehq/agent-skills --skill integrate-anythingThis 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. Your agent gets tools to:
- Browse available apps and connectors
- Create and manage connections
- Run actions in external apps
- Subscribe to events
- Test connections
npx skills add membranehq/agent-skills --skill integrate-anythingbuild-product-integrations
For building customer-facing integration features into your product:
npx skills add membranehq/agent-skills --skill build-product-integrationsUsing Skills
Once installed, prompt your agent naturally:
"Connect to HubSpot and create an action that syncs new contacts to our database."
"Add a Slack integration that sends notifications when a new order is placed."
"Build an integrations page where my customers can connect to external apps."
The agent will use Membrane's tools to set up integrations, create connections, and implement the logic.
Custom Agents
If you're building a custom agent and need Membrane tools embedded directly in your code, see the agent-skills repository for ready-to-run examples with framework adapters:
| Agent | Framework |
|---|---|
| openai | OpenAI SDK |
| vercel-ai-sdk | Vercel AI SDK |
| langchain | LangChain |
| opencode | OpenCode Plugin |
Updated about 12 hours ago