Back to skills

composio

workflows

Composio connects AI agents and apps to 1000+ external services like Gmail, Slack, GitHub, and Notion. It provides both a CLI for direct tool execution and an SDK for building agents that need per-use

Setup & Installation

npx skills add https://github.com/composiohq/composio --skill composio
or paste the link and ask your coding assistant to install it
https://github.com/composiohq/composio
View on GitHub

What This Skill Does

Composio connects AI agents and apps to 1000+ external services like Gmail, Slack, GitHub, and Notion. It provides both a CLI for direct tool execution and an SDK for building agents that need per-user connections to external APIs. Instead of reading API docs and handling OAuth flows for each service separately, you get a single CLI and SDK that manages connections, auth, and tool discovery across hundreds of apps.

When to use it

  • Working with composio functionality
  • Implementing composio features
  • Debugging composio related issues