connect
Connect Codex to any app via the Composio CLI. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services from the terminal.
npx skills add composio-community/awesome-codex-skills --skill connect --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Connect Connect Codex to any app using the [Composio CLI](https://docs.composio.dev/docs/cli). Stop generating text about what you could do - actually do it from the shell. ## When to Use This Skill Use this skill when you need Codex 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. Install the Composio CLI ```bash curl -fsSL https://composio.dev/install | bash ``` ### 2. Log In ```bash
- When to Use This Skill
- What Changes
- Supported Apps
- Setup
- 1. Install the Composio CLI
- 2. Log In
- 3. Link the Toolkits You Need
- Core Workflow
- Examples
- Discover a Tool
- Inspect Inputs Before Calling
- Send an Email
- Create a GitHub Issue
- Post to Slack
curl -fsSL https://composio.dev/install | bash composio login composio whoami composio link github composio link gmail composio link slack composio search "create a github issue" composio search "send an email" --toolkits gmail composio tools info GITHUB_CREATE_ISSUE composio execute GITHUB_CREATE_ISSUE --get-schema
What does the connect skill do?
Connect Codex to any app via the Composio CLI. Send emails, create issues, post messages, update databases - take real 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 --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.
