Agent skill · Workflow & Productivity

connect

Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services.

ComposioHQgithub.com/ComposioHQGitHub ↗
claude-codecodexcursor
Install
npx skills add ComposioHQ/awesome-claude-skills --skill connect --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: connect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71,763 · +585 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use This Skill
  2. What Changes
  3. Supported Apps
  4. Setup
  5. 1. Get API Key
  6. 2. Set Environment Variable
  7. 3. Install
  8. Examples
  9. Send Email
  10. Create GitHub Issue
  11. Post to Slack
  12. Chain Actions
  13. How It Works
  14. Code
Commands it runs
export COMPOSIO_API_KEY="your-key"
pip install composio          # Python
npm install @composio/core    # TypeScript
More from awesome-claude-skills
All skills →
About this skill
What does the connect skill do?

Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services.

How do I install it?

Run `npx skills add ComposioHQ/awesome-claude-skills --skill connect --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going