composio-cli

Installation
SKILL.md

Composio CLI

Default Workflow

  1. Start with composio execute <slug> whenever the slug is known.
  2. If several independent tool calls must happen at once, use composio execute -p/--parallel with repeated <slug> -d <json> groups.
  3. If execute says the toolkit is not connected, run composio link <toolkit> and retry.
  4. If the arguments are unclear, run composio execute <slug> --get-schema or --dry-run before guessing.
  5. Reach for composio search "<task>" only when the slug is unknown. search accepts one or more queries, so batch related discovery work into a single command when useful.

execute — Run A Tool

composio execute GITHUB_GET_THE_AUTHENTICATED_USER -d '{}'

Inspect required inputs without executing:

Installs
7
GitHub Stars
27.7K
First Seen
Apr 2, 2026