Skip to content

ComposioHQ/openclaw-composio-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composio Plugin for OpenClaw

Access 1000+ third-party tools via Composio MCP — Gmail, Slack, GitHub, Notion, Linear, Jira, HubSpot, Salesforce, Google Drive, and more.

Install

openclaw plugins install @composio/openclaw-plugin

Restart OpenClaw after installing.

Setup

openclaw composio setup --key "ck_your_key_here"

Get your consumer key from dashboard.composio.dev. That's it.

How it works

Once configured, the plugin connects to Composio's MCP server at startup, fetches available tools, and registers them directly into the agent. No manual MCP config needed.

If a tool returns an auth error, the agent will prompt you to connect that app at dashboard.composio.dev.

AI Tools

Tool Description
COMPOSIO_SEARCH_TOOLS Search available Composio tools by name or category
COMPOSIO_GET_TOOL_SCHEMAS Get input schemas for specific tools
COMPOSIO_MANAGE_CONNECTIONS Connect or disconnect third-party apps
COMPOSIO_WAIT_FOR_CONNECTIONS Wait for OAuth flows to complete
COMPOSIO_MULTI_EXECUTE_TOOL Execute one or more tools in a single call

CLI Commands

openclaw composio setup --key ck_...   # Configure consumer key
openclaw composio status               # View current configuration
openclaw composio doctor               # Test connection and list tools

Configuration

Set consumer key via environment variable:

export COMPOSIO_CONSUMER_KEY="ck_..."

Or in ~/.openclaw/openclaw.json:

Option Type Default Description
consumerKey string Your Composio consumer key (ck_...)
enabled boolean true Enable or disable the plugin
mcpUrl string https://connect.composio.dev/mcp MCP server URL (advanced)

Links

About

Access 1000+ third-party tools in OpenClaw via Composio — Gmail, Slack, GitHub, Notion, Linear, Jira, HubSpot, Salesforce, Google Drive, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages