Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services.
View on GitHubtest/skills-for-test/connect/SKILL.md
January 25, 2026
Select agents to install to:
npx add-skill https://github.com/Howmany-Zeta/AI-Execute-Services/blob/a4b826d6c12ff9d2dc2dc829febd9363131666fc/test/skills-for-test/connect/SKILL.md -a claude-code --skill connectInstallation paths:
.claude/skills/connect/# 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](https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills) ### 2. Set Environment Variable ```bash export COMPOSIO_API_KEY="your-key" ``` ### 3. Install ```bash pip install composio # Python npm install @composio/core # TypeScript ``` Done. Claude can now connect to any app. ## Examples ### Send Email ``` 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 ``` ## How It Works Uses Composio Tool Router: 1. **You ask** Claude to do something 2. **Tool Router finds** the right tool (1000+ options) 3. **OAuth handled** automatically 4. **Action e
Issues Found: