composio
The Composio skill provides an interface to connect and interact with over 1000 external applications through a CLI or SDK. It enables users to automate tasks across services like Gmail, Slack, GitHub, and Notion.
Is composio safe to install?
Review the source first: our audit of composio's source files found 10 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands, performs network requests to external APIs, and manages local authentication and configuration files.
How we audit skills: our security review methodology.
Who is this skill for?
Developers building AI agents or applications that require external tool integration and users who want to automate tasks across external services via CLI.
What can you do with it?
- Automating tasks across external services like sending emails or creating issues.
- Integrating external tools into AI agents or backend services.
- Managing per-user connections to external services in multi-user applications.
- Searching and executing tools directly through the CLI.
How good is this skill?
Quality score: 9/10. The skill documentation is clear and provides specific commands for setup and usage. The tool surface is well-defined based on the provided instructions.
What does the skill file contain?
## When to Apply - User wants to access or interact with external apps (Gmail, Slack, GitHub, Notion, etc.) - User wants to automate a task using an external service (send email, create issue, post message) - Building an AI agent or app that integrates with external tools - Multi-user apps that need per-user connections to external services ## Setup Check if the CLI is installed; if not, install it: ```bash curl -fsSL https://composio.dev/install | bash ``` After installation, restart your terminal or source your shell config, then authenticate: ```bash composio login # OAuth; intera...
Frequently asked questions
How do I install the Composio CLI?
Run the command curl -fsSL https://composio.dev/install | bash in your terminal.
How do I authenticate the CLI in an environment without browser access?
Use the command composio login --no-wait | jq to retrieve a URL and key, then complete the login and run composio login --key <cli_key> --no-wait.
What is the standard workflow for using the CLI?
The workflow consists of searching for a tool, linking the user account if necessary, and executing the tool.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
azure-ai
429.4KDevelopers and AI agents requiring integration with Azure AI services for search, transcription, and synthesis tasks
The azure-ai skill provides tools for interacting with Azure AI services, including AI Search, Speech, OpenAI, and Document Intelligence. It supports search operations, speech-to-text, text-to-speech, and OCR through an MCP server interface.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.