* Add Connect skill + improve CTAs - Add new Connect skill for integrating Claude with external apps (Gmail, Slack, GitHub, Notion, and 1000+ services via Composio) - Update README with link to Connect skill - Add visual signup CTA with social proof at bottom - Soften community section CTAs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add composio-toolrouter plugin + quickstart - Add composio-toolrouter plugin for connecting Claude to 1000+ apps - Rename connect -> connect-apps skill - Add quickstart section to README with 3-step setup - Plugin setup asks for API key and configures ~/.mcp.json Flow: 1. claude --plugin-dir ./composio-toolrouter 2. /composio-toolrouter:setup (enter API key) 3. "Send me a test email" → aha moment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Rename plugin to connect-apps - Rename composio-toolrouter -> connect-apps-plugin - Update README quickstart and plugin references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Sujay Choubey <sujaychoubey@Sujays-MacBook-Pro.local> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
274 B
JSON
9 lines
274 B
JSON
{
|
|
"name": "connect-apps",
|
|
"description": "Manage auth and connect to 500+ apps using Composio. Perform real actions from Claude Code - send emails, create issues, post messages, and more.",
|
|
"author": {
|
|
"name": "Composio",
|
|
"email": "support@composio.dev"
|
|
}
|
|
}
|