Connect 데이터 통합
실험실 데이터의 상호 연결 및 통합을 위한 포괄적인 도구와 리소스입니다.
SKILL.md Definition
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"
3. Install
pip install composio # Python
npm install @composio/core # TypeScript
Done. Claude can now connect to any app.
Examples
Send Email
Email [email protected] - 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
How It Works
Uses Composio Tool Router:
- You ask Claude to do something
- Tool Router finds the right tool (1000+ options)
- OAuth handled automatically
- Action executes and returns result
Code
from composio import Composio
from claude_agent_sdk.client import ClaudeSDKClient
from claude_agent_sdk.types import ClaudeAgentOptions
import os
composio = Composio(api_key=os.environ["COMPOSIO_API_KEY"])
session = composio.create(user_id="user_123")
options = ClaudeAgentOptions(
system_prompt="You can take actions in external apps.",
mcp_servers={
"composio": {
"type": "http",
"url": session.mcp.url,
"headers": {"x-api-key": os.environ["COMPOSIO_API_KEY"]},
}
},
)
async with ClaudeSDKClient(options) as client:
await client.query("Send Slack message to #general: Hello!")
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 |
Troubleshooting
- 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
About Awesome Claude Skills
A curated list of practical Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API.
What Are Claude Skills?
Claude Skills are customizable workflows that teach Claude how to perform specific tasks according to your unique requirements. Skills enable Claude to execute tasks in a repeatable, standardized manner across all Claude platforms.
Quickstart: Connect Claude to 500+ Apps
The connect-apps plugin lets Claude perform real actions - send emails, create issues, post to Slack. It handles auth and connects to 500+ apps using Composio under the hood.
Install the Plugin
claude --plugin-dir ./connect-apps-pluginRun Setup
/connect-apps:setupPaste your API key when asked. (Get a free key at platform.composio.dev)
Links & Support
- Repository: https://github.com/ComposioHQ/awesome-claude-skills
- Discord: Join our Discord
- X (Twitter): Follow on X
강력한 Agent Skills
전문적인 스킬 컬렉션으로 AI 성능을 높이세요.
즉시 사용 가능
스킬을 지원하는 모든 에이전트 시스템에 복사하여 붙여넣으세요.
모듈형 디자인
'code skills'를 조합하여 복잡한 에이전트 동작을 만드세요.
최적화됨
각 'agent skill'은 높은 성능과 정확도를 위해 튜닝되었습니다.
오픈 소스
모든 'code skills'는 기여와 커스터마이징을 위해 열려 있습니다.
교차 플랫폼
다양한 LLM 및 에이전트 프레임워크와 호환됩니다.
안전 및 보안
AI 안전 베스트 프랙티스를 따르는 검증된 스킬입니다.
사용 방법
간단한 3단계로 에이전트 스킬을 시작하세요.
스킬 선택
컬렉션에서 필요한 스킬을 찾습니다.
문서 읽기
스킬의 작동 방식과 제약 조건을 이해합니다.
복사 및 사용
정의를 에이전트 설정에 붙여넣습니다.
테스트
결과를 확인하고 필요에 따라 세부 조정합니다.
배포
특화된 AI 에이전트를 배포합니다.
개발자 한마디
전 세계 개발자들이 Agiskills를 선택하는 이유를 확인하세요.
Alex Smith
AI 엔지니어
"Agiskills는 제가 AI 에이전트를 구축하는 방식을 완전히 바꾸어 놓았습니다."
Maria Garcia
프로덕트 매니저
"PDF 전문가 스킬이 복잡한 문서 파싱 문제를 해결해 주었습니다."
John Doe
개발자
"전문적이고 문서화가 잘 된 스킬들입니다. 강력히 추천합니다!"
Sarah Lee
아티스트
"알고리즘 아트 스킬은 정말 아름다운 코드를 생성합니다."
Chen Wei
프론트엔드 전문가
"테마 팩토리로 생성된 테마는 픽셀 단위까지 완벽합니다."
Robert T.
CTO
"저희 AI 팀의 표준으로 Agiskills를 사용하고 있습니다."
자주 묻는 질문
Agiskills에 대해 궁금한 모든 것.
네, 모든 공개 스킬은 무료로 복사하여 사용할 수 있습니다.