Agent skill · Workflow & Productivity

connect-apps

Connect Claude to external apps via the Composio CLI. Use this skill when the user wants to send emails, create issues, post messages, or take actions across Gmail, Slack, GitHub, Notion, and 1000+ services from the terminal.

composio-communitygithub.com/composio-communityGitHub ↗
codexclaude-code
Install
npx skills add composio-community/awesome-codex-skills --skill connect-apps --agent codex

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: connect-apps/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
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 Apps Connect Claude to 1000+ apps using the [Composio CLI](https://docs.composio.dev/docs/cli). Actually send emails, create issues, post messages - not just generate text about it. ## Quick Start ### Step 1: Install the Composio CLI ```bash curl -fsSL https://composio.dev/install | bash ``` ### Step 2: Log In ```bash composio login composio whoami ``` Opens a browser for auth, then prompts you to pick a default org and project. Use `-y` to skip prompts in scripts. ### Step 3: Link the Apps You Need ```bash composio link gmail composio link slack composio link github ``` Each command walks OAuth once; the connection then persists. ### Step 4: Try It ```bash composio execute GMAIL_SEND_EMAIL -d '{ "recipient_email": "YOUR_EMAIL@example.com", "subject": "Composio test", "body": "Hello from the CLI" }' ``` If the email arrives, you're connected. ## What You Can Do | Ask Claude to... | Claude runs | |------------------|-------------| | "Send email to sarah@acme.com about the launch" | `composio execute GMAIL_SEND_EMAIL -d '{...}'` | | "Create GitHub issue: fix login bug" | `composio execute GITHUB_CREATE_ISSUE -d '{...}'` | | "Post to Slack #general: deploy complete" | `compo

What's inside
Steps it walks through
  1. Quick Start
  2. Step 1: Install the Composio CLI
  3. Step 2: Log In
  4. Step 3: Link the Apps You Need
  5. Step 4: Try It
  6. What You Can Do
  7. Core Workflow
  8. Supported Apps
  9. Handy Commands
  10. Configuration
  11. Troubleshooting
Commands it runs
curl -fsSL https://composio.dev/install | bash
composio login
composio whoami
composio link gmail
composio link slack
composio link github
composio execute GMAIL_SEND_EMAIL -d '{
Discover tools
composio search "create a github issue"
composio tools list gmail
More from awesome-codex-skills
All skills →
About this skill
What does the connect-apps skill do?

Connect Claude to external apps via the Composio CLI. Use this skill when the user wants to send emails, create issues, post messages, or take actions across Gmail, Slack, GitHub, Notion, and 1000+ services from the terminal.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill connect-apps --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 composio-community/awesome-codex-skills, a repository with 15,591 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