Back to list
erezgit

composio-integrations

by erezgit

0🍴 0📅 Jan 12, 2026

SKILL.md


name: composio-integrations description: Set up Composio MCP, connect external apps, manage integrations, use RUBE tools. Use when connecting apps, setting up integrations, using Composio, Gmail, Calendar, or any external service automation. allowed-tools: Bash

Composio Integrations

Connect and automate 500+ apps through Composio MCP.

MCP Configuration

Config Path: ~/.claude.json

{
  "mcpServers": {
    "composio": {
      "command": "npx",
      "args": ["-y", "composio-mcp"]
    }
  }
}

RUBE Tool Workflow

1. Search for Tools

mcp__rube__RUBE_SEARCH_TOOLS({
  queries: [{ use_case: "send email", known_fields: "recipient: john@example.com" }],
  session: { generate_id: true }
})

2. Connect Apps (if needed)

mcp__rube__RUBE_MANAGE_CONNECTIONS({
  toolkits: ["gmail", "google_calendar"]
})

Follow OAuth link in response to authenticate.

3. Execute Tools

mcp__rube__RUBE_MULTI_EXECUTE_TOOL({
  tools: [{
    tool_slug: "GMAIL_SEND_EMAIL",
    arguments: { to: "john@example.com", subject: "Test", body: "Hello" }
  }],
  session_id: "<from search response>",
  memory: {}
})

Common Toolkits

ToolkitPurpose
gmailEmail automation
google_calendarCalendar management
slackTeam communication
hubspotCRM operations
xeroAccounting/invoices
githubCode repositories

Connected Apps (Current)

AppAccount
Gmailerezfern@gmail.com
Google Calendarerezfern@gmail.com
SupabaseProject database

Troubleshooting

IssueSolution
Tool not foundCheck app connection status
Auth failedRe-authenticate via OAuth
Rate limitedCheck API quotas

Quick Commands

# Check MCP config
cat ~/.claude.json | jq '.mcpServers'

# List connections
# Use RUBE_MANAGE_CONNECTIONS to check status

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon