LaunchKit · 2026
Back to Skills

connect-apps

Connect Claude to external apps like Gmail, Slack, GitHub.

0
414 downloads
by @sohamganatra

Setup & Installation

openclaw skills install @sohamganatra/connect-apps

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install connect-apps

What This Skill Does

Connects Claude to over 1000 external apps through the Composio Tool Router plugin. Enables Claude to actually send emails, create issues, post messages, and take other actions in services like Gmail, GitHub, and Slack. Setup takes about 60 seconds and uses OAuth for per-app authorization.

Executes real actions in external services rather than generating text you have to copy and paste elsewhere.

When to use it

  • Send an email to a colleague without leaving the terminal
  • Create a GitHub issue from a bug description in chat
  • Post a deploy notification to a Slack channel
  • Add meeting notes directly to a Notion page
  • Log a task in Jira from a conversation

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a GitHub issue titled 'Fix login bug' and notify #dev in Slack that it's been created

AGENT
  1. 1Identifies GitHub as the target service and selects the create-issue tool
  2. 2Creates the GitHub issue titled 'Fix login bug' (prompts OAuth if not yet authorized)
  3. 3Retrieves the new issue URL from the response
  4. 4Selects the Slack post-message tool for channel #dev
  5. 5Posts a message in #dev with the issue title and link
OUTPUT

GitHub issue created and Slack message posted in #dev with a link to the new issue

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Composio API key (free account at platform.composio.dev)OAuth authorization for each external app you want to connect