Composio for OpenClaw is a small OpenClaw plugin that connects agents to the Composio CLI, which provides access to more than 1,000 third-party tools such as Gmail, Slack, GitHub, Notion, Linear, Jira, HubSpot, Salesforce, and Google Drive. The package is a marketplace entry that supplies onboarding and CLI guidance; the earlier direct MCP plugin path is no longer the recommended integration.
The workflow runs through the CLI: composio search finds an action by description, composio execute runs it with --get-schema and --dry-run options, composio link connects an app account when the CLI reports it is not connected, and composio run executes multi-step scripts that call execute() in JavaScript. Once installed, the plugin adds openclaw composio setup, status, and doctor helper commands and defines an onboarding flow in which OpenClaw checks CLI installation and login, asks what the user wants to automate, recommends two to four apps, links each, and verifies with a small execute call.
Features
- Tool catalog: 1,000+ integrations reached through the Composio CLI
- Action discovery: composio search finds actions from a natural-language description
- Schema and dry runs: --get-schema and --dry-run inspect an action before executing it
- Account linking: composio link connects an app and composio whoami checks auth
- Scripted workflows: composio run executes multi-step JavaScript that chains actions
- OpenClaw helpers: openclaw composio setup, status, and doctor report install state and recommended flow
- Guided onboarding: a defined sequence for first-time users from CLI check to verified connection
