Toolkits vs Channels — Toolkits give your AI outbound API access to services (search Gmail, create GitHub issues, query Notion). Channels make your AI a live chat participant on messaging platforms (respond to Telegram messages, Discord DMs). They use completely different auth systems — toolkits use OAuth via Composio, channels use direct bot tokens. See Messaging Channels for the channel system.
How the Bridge Works
- You connect a service (e.g., Gmail) on the Toolkits page via OAuth
- Composio stores the OAuth tokens securely
- At gateway provisioning, OpenClaws injects
COMPOSIO_API_KEYand yourCOMPOSIO_ENTITY_IDinto the gateway - The gateway’s Composio skill discovers connected services and executes actions using your OAuth tokens
You can connect toolkits before subscribing. They’ll be available immediately when your gateway deploys.
Connecting a Toolkit
1
Browse toolkits
Go to Dashboard → Toolkits. Search across 980+ available services.
2
Click Connect
Click the Connect button on the toolkit card. You’ll be redirected to the service’s OAuth page.
3
Authorize
Grant access. You’ll be redirected back to OpenClaws with an Active badge on the card.
4
Use it
Ask your AI assistant to use the service. It discovers connected toolkits automatically.
Popular Toolkits
Toolkits vs Skills
Toolkits connect external services via OAuth. Skills are built-in capabilities that may use CLI tools, APIs, or local binaries.