← スキル一覧に戻る

composio-integrations
by erezgit
⭐ 0🍴 0📅 2026年1月12日
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
| Toolkit | Purpose |
|---|---|
| gmail | Email automation |
| google_calendar | Calendar management |
| slack | Team communication |
| hubspot | CRM operations |
| xero | Accounting/invoices |
| github | Code repositories |
Connected Apps (Current)
| App | Account |
|---|---|
| Gmail | erezfern@gmail.com |
| Google Calendar | erezfern@gmail.com |
| Supabase | Project database |
Troubleshooting
| Issue | Solution |
|---|---|
| Tool not found | Check app connection status |
| Auth failed | Re-authenticate via OAuth |
| Rate limited | Check API quotas |
Quick Commands
# Check MCP config
cat ~/.claude.json | jq '.mcpServers'
# List connections
# Use RUBE_MANAGE_CONNECTIONS to check status
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です