composio-cli
Installation
SKILL.md
Composio CLI
Default Workflow
- Start with
composio execute <slug>whenever the slug is known. - If several independent tool calls must happen at once, use
composio execute -p/--parallelwith repeated<slug> -d <json>groups. - If
executesays the toolkit is not connected, runcomposio link <toolkit>and retry. - If the arguments are unclear, run
composio execute <slug> --get-schemaor--dry-runbefore guessing. - Reach for
composio search "<task>"only when the slug is unknown.searchaccepts 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: