Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @samotheos Updated 7/18/2026 738 downloads 1 stars Security: Pass

🔗 Composio Connect OpenClaw Plugin & Skill | ClawHub

Looking to integrate Composio Connect into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Connect 850+ apps (Gmail, Slack, GitHub, Calendar, Notion, Jira, and more) to OpenClaw via Composio and mcporter. Use when the user asks to send emails, create issues, post messages, manage calendars, search documents, or interact with any third-party SaaS app. One skill, 11,000+ tools, managed OAuth.

Install

ClawHub CLI
openclaw skills install @samotheos/composio-connect
Node.js (npx)
npx clawhub@latest install composio-connect

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
composio-connectConnect 850+ apps (Gmail, Slack, GitHub, Calendar, Notion, Jira, and more) to OpenClaw via Composio and mcporter. Use when the user asks to send emails, create issues, post messages, manage calendars, search documents, or interact with any third-party SaaS app. One skill, 11,000+ tools, managed OAuth.https://composio.dev

SKILL.md content below is scrollable.

Check if composio MCP server is registered in mcporter

mcporter list

If composio does not appear you should add it with this command:

mcporter config add composio --url $COMPOSIO_MCP_URL

Discovering Tools

Before attempting to call any composio MCP tool, you must perform a targeted search to identify the correct tool name and required parameters.

mcporter list composio --all-parameters | grep -niE -B 14 '^\s*function\s+SPOTIFY_.*(VOLUME|PLAYBACK)|^\s*function\s+.*(VOLUME|PLAYBACK).*SPOTIFY_'

Executing Tools

Once you know the tool name from search, call it:

mcporter call 'composio.SPOTIFY_SET_PLAYBACK_VOLUME(volume_percent:"90")'
mcporter call 'composio.TODOIST_CREATE_TASK(content: "Pay electricity bill", due_string: "tomorrow at 4pm")'
mcporter call 'composio.GMAIL_CREATE_DRAFT(to: "[email protected]", subject: "Quick question", body: "Hey — ...")'
ClawHub Registry URL: https://clawhub.ai/samotheos/skills/composio-connect

Related skills

If this matches your use case, these are close alternatives in the same category.