composio-cli

Discover and execute Composio CLI commands for tools and workflows.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/kenbanks-peng/skills --skill composio-cli-kenbanks-peng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: composio-cli
Source: https://github.com/kenbanks-peng/skills/tree/main/composio
Command: npx skills add https://github.com/kenbanks-peng/skills --skill composio-cli-kenbanks-peng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Composio CLI is a powerful toolset; this skill provides a guided entry to discover, connect, inspect, and execute CLI actions, reducing cognitive load and speeding automation.

Core Features & Use Cases

  • Discover tool slugs with composio search and inspect inputs with --get-schema or --dry-run.
  • Connect accounts and manage authentication with composio link and related flows.
  • Run tools and scripts with composio execute and composio run, including parallel execution and complex workflows.
  • Debug and troubleshoot top-level CLI flows with proxy and dev workflows.

Quick Start

Start by using composio search to find the correct slug and then execute it with composio execute <slug>.

Frequently Asked Questions about composio-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the correct tool slug for executing a task with the Composio CLI?▼

Use the `composio search` command to discover the correct tool slug for your task. Once found, you can execute the action directly using `composio execute <slug>`.

Can I inspect required inputs before executing a command in the Composio CLI?▼

Yes, you can inspect required inputs safely before execution using the `--get-schema` or `--dry-run` flags. This prevents errors by validating parameters against the expected schema.

How do I connect accounts and manage authentication for Composio CLI workflows?▼

You can connect accounts and manage authentication using the `composio link` command and its related flows. This establishes the necessary credentials for executing authenticated tools.

What is the best way to run complex scripts and automate workflows using the Composio CLI?▼

Use the `composio run` command to script workflows, including parallel execution and complex automation sequences. This enables AI-driven discovery and execution of multi-step processes.

How do I debug top-level CLI flows when a Composio automation is not working?▼

Debug top-level CLI flows and troubleshoot execution issues using the proxy and dev workflows. This helps identify failures within the command pipeline and resolve automation bottlenecks.

Do I need any external dependencies to use Composio CLI for discovering and executing tools?▼

No external dependencies are required to use this Skill for discovering, connecting, and executing Composio CLI commands. It operates independently to guide the CLI automation process.