$npx -y skills add ECNU-ICALK/AutoSkill --skill connect-appsConnect Claude to external apps like Gmail, Slack, GitHub. Use this skill when the user wants to send emails, create issues, post messages, or take actions in external services.
| 1 | # Connect Apps |
| 2 | |
| 3 | Connect Claude to 1000+ apps. Actually send emails, create issues, post messages - not just generate text about it. |
| 4 | |
| 5 | ## Quick Start |
| 6 | |
| 7 | ### Step 1: Install the Plugin |
| 8 | |
| 9 | ``` |
| 10 | /plugin install composio-toolrouter |
| 11 | ``` |
| 12 | |
| 13 | ### Step 2: Run Setup |
| 14 | |
| 15 | ``` |
| 16 | /composio-toolrouter:setup |
| 17 | ``` |
| 18 | |
| 19 | This will: |
| 20 | - Ask for your free API key (get one at [platform.composio.dev](https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills)) |
| 21 | - Configure Claude's connection to 1000+ apps |
| 22 | - Take about 60 seconds |
| 23 | |
| 24 | ### Step 3: Try It! |
| 25 | |
| 26 | After setup, restart Claude Code and try: |
| 27 | |
| 28 | ``` |
| 29 | Send me a test email at YOUR_EMAIL@example.com |
| 30 | ``` |
| 31 | |
| 32 | If it works, you're connected! |
| 33 | |
| 34 | ## What You Can Do |
| 35 | |
| 36 | | Ask Claude to... | What happens | |
| 37 | |------------------|--------------| |
| 38 | | "Send email to sarah@acme.com about the launch" | Actually sends the email | |
| 39 | | "Create GitHub issue: fix login bug" | Creates the issue | |
| 40 | | "Post to Slack #general: deploy complete" | Posts the message | |
| 41 | | "Add meeting notes to Notion" | Adds to Notion | |
| 42 | |
| 43 | ## Supported Apps |
| 44 | |
| 45 | **Email:** Gmail, Outlook, SendGrid |
| 46 | **Chat:** Slack, Discord, Teams, Telegram |
| 47 | **Dev:** GitHub, GitLab, Jira, Linear |
| 48 | **Docs:** Notion, Google Docs, Confluence |
| 49 | **Data:** Sheets, Airtable, PostgreSQL |
| 50 | **And 1000+ more...** |
| 51 | |
| 52 | ## How It Works |
| 53 | |
| 54 | 1. You ask Claude to do something |
| 55 | 2. Composio Tool Router finds the right tool |
| 56 | 3. First time? You'll authorize via OAuth (one-time) |
| 57 | 4. Action executes and returns result |
| 58 | |
| 59 | ## Troubleshooting |
| 60 | |
| 61 | - **"Plugin not found"** → Make sure you ran `/plugin install composio-toolrouter` |
| 62 | - **"Need to authorize"** → Click the OAuth link Claude provides, then say "done" |
| 63 | - **Action failed** → Check you have permissions in the target app |
| 64 | |
| 65 | --- |
| 66 | |
| 67 | <p align="center"> |
| 68 | <b>Join 20,000+ developers building agents that ship</b> |
| 69 | </p> |
| 70 | |
| 71 | <p align="center"> |
| 72 | <a href="https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills"> |
| 73 | <img src="https://img.shields.io/badge/Get_Started_Free-4F46E5?style=for-the-badge" alt="Get Started"/> |
| 74 | </a> |
| 75 | </p> |