| name | connect |
| description | Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services. |
| trigger | when_needed |
| language | zh-TW |
| adapted_from | openskills/connect |
| version | 1.0.0-antigravity |
| original_license | Unknown |
CONNECT 處理指南
技能版本: v1.0 (Antigravity 適配版)
原始來源: openskills/connect
語言: 繁體中文
概述
Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services.
Connect
Connect Claude to any app. Stop generating text about what you could do - actually do it.
使用情境
此技能適用於以下情況:
- 用戶明確要求相關功能時
- 任務需要專業領域知識時
- 需要遵循特定工作流程時
When to Use This Skill
Use this skill when you need Claude to:
- Send that email instead of drafting it
- Create that issue instead of describing it
- Post that message instead of suggesting it
- Update that database instead of explaining how
What Changes
| Without Connect | With Connect |
|---|
| "Here's a draft email..." | Sends the email |
| "You should create an issue..." | Creates the issue |
| "Post this to Slack..." | Posts it |
| "Add this to Notion..." | Adds it |
Supported Apps
1000+ integrations including:
- Email: Gmail, Outlook, SendGrid
- Chat: Slack, Discord, Teams, Telegram
- Dev: GitHub, GitLab, Jira, Linear
- Docs: Notion, Google Docs, Confluence
- Data: Sheets, Airtable, PostgreSQL
- CRM: HubSpot, Salesforce, Pipedrive
- Storage: Drive, Dropbox, S3
- Social: Twitter, LinkedIn, Reddit
Setup
1. Get API Key
Get your free key at platform.composio.dev
2. Set Environment Variable
export COMPOSIO_API_KEY="your-key"
詳細內容請參閱:[example_1.txt](examples/example_1.txt)
Done. Claude can now connect to any app.
Email sarah@acme.com - Subject: "Shipped!" Body: "v2.0 is live, let me know if issues"
### Create GitHub Issue
Create issue in my-org/repo: "Mobile timeout bug" with label:bug
### Post to Slack
Post to #engineering: "Deploy complete - v2.4.0 live"
### Chain Actions
Find GitHub issues labeled "bug" from this week, summarize, post to #bugs on Slack
詳細內容請參閱:example_2.txt
Auth Flow
First time using an app:
To send emails, I need Gmail access.
Authorize here: https://...
Say "connected" when done.
Connection persists after that.
Framework Support
| Framework | Install |
|---|
| Claude Agent SDK | pip install composio claude-agent-sdk |
| OpenAI Agents | pip install composio openai-agents |
| Vercel AI | npm install @composio/core @composio/vercel |
| LangChain | pip install composio-langchain |
| Any MCP Client | Use session.mcp.url |
故障排除
- Auth required → Click link, authorize, say "connected"
- Action failed → Check permissions in target app
- Tool not found → Be specific: "Slack #general" not "send message"
Join 20,000+ developers building agents that ship
專案整合
此技能已適配 Antigravity 系統:
- 遵循
skills/_base/coding_style.md 編碼規範
- 與
skills/_base/architecture.md 架構模式一致
- 符合 Constitution v3.1 語言規範 (繁體中文)
相關技能
可搭配以下技能使用:
systematic-debugging - 系統化除錯
verification-before-completion - 完成前驗證