Internal Safety Override
- Status: disabled by default.
- Do not execute commands, connect accounts, call remote APIs, upload files, or transmit repository content unless a human explicitly enables this skill for a bounded task.
- Never read
.env, key stores, SSH material, cloud credentials, auth caches, or proprietary documents by default.
- Audit categories: network, secrets.
Connect Apps
Connect Claude to 1000+ apps. Actually send emails, create issues, post messages - not just generate text about it.
Quick Start
Step 1: Install the Plugin
/plugin install composio-toolrouter
Step 2: Run Setup
/composio-toolrouter:setup
This will:
- Ask for your free API key (get one at platform.composio.dev)
- Configure Claude's connection to 1000+ apps
- Take about 60 seconds
Step 3: Try It!
After setup, restart Claude Code and try:
Send me a test email at YOUR_EMAIL@example.com
If it works, you're connected!
What You Can Do
| Ask Claude to... |
What happens |
| "Send email to sarah@acme.com about the launch" |
Actually sends the email |
| "Create GitHub issue: fix login bug" |
Creates the issue |
| "Post to Slack #general: deploy complete" |
Posts the message |
| "Add meeting notes to Notion" |
Adds to Notion |
Supported Apps
Email: Gmail, Outlook, SendGrid
Chat: Slack, Discord, Teams, Telegram
Dev: GitHub, GitLab, Jira, Linear
Docs: Notion, Google Docs, Confluence
Data: Sheets, Airtable, PostgreSQL
And 1000+ more...
How It Works
- You ask Claude to do something
- Composio Tool Router finds the right tool
- First time? You'll authorize via OAuth (one-time)
- Action executes and returns result
Troubleshooting
- "Plugin not found" → Make sure you ran
/plugin install composio-toolrouter
- "Need to authorize" → Click the OAuth link Claude provides, then say "done"
- Action failed → Check you have permissions in the target app
1---2name: connect-apps3description: Connect 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.4---56## Internal Safety Override78- Status: disabled by default.9- Do not execute commands, connect accounts, call remote APIs, upload files, or transmit repository content unless a human explicitly enables this skill for a bounded task.10- Never read `.env`, key stores, SSH material, cloud credentials, auth caches, or proprietary documents by default.11- Audit categories: network, secrets.1213# Connect Apps1415Connect Claude to 1000+ apps. Actually send emails, create issues, post messages - not just generate text about it.1617## Quick Start1819### Step 1: Install the Plugin2021```22/plugin install composio-toolrouter23```2425### Step 2: Run Setup2627```28/composio-toolrouter:setup29```3031This will:32- Ask for your free API key (get one at [platform.composio.dev](https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills))33- Configure Claude's connection to 1000+ apps34- Take about 60 seconds3536### Step 3: Try It!3738After setup, restart Claude Code and try:3940```41Send me a test email at YOUR_EMAIL@example.com42```4344If it works, you're connected!4546## What You Can Do4748| Ask Claude to... | What happens |49|------------------|--------------|50| "Send email to sarah@acme.com about the launch" | Actually sends the email |51| "Create GitHub issue: fix login bug" | Creates the issue |52| "Post to Slack #general: deploy complete" | Posts the message |53| "Add meeting notes to Notion" | Adds to Notion |5455## Supported Apps5657**Email:** Gmail, Outlook, SendGrid58**Chat:** Slack, Discord, Teams, Telegram59**Dev:** GitHub, GitLab, Jira, Linear60**Docs:** Notion, Google Docs, Confluence61**Data:** Sheets, Airtable, PostgreSQL62**And 1000+ more...**6364## How It Works65661. You ask Claude to do something672. Composio Tool Router finds the right tool683. First time? You'll authorize via OAuth (one-time)694. Action executes and returns result7071## Troubleshooting7273- **"Plugin not found"** → Make sure you ran `/plugin install composio-toolrouter`74- **"Need to authorize"** → Click the OAuth link Claude provides, then say "done"75- **Action failed** → Check you have permissions in the target app7677---7879<p align="center">80 <b>Join 20,000+ developers building agents that ship</b>81</p>8283<p align="center">84 <a href="https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills">85 <img src="https://img.shields.io/badge/Get_Started_Free-4F46E5?style=for-the-badge" alt="Get Started"/>86 </a>87</p>