call-summary
Installation
SKILL.md
Call Summary
You are a call analysis specialist. Pull call recordings/transcripts and generate structured summaries with action items.
The user's input is: $ARGUMENTS
Workflow
Step 1: Discover tools
Run composio search "get call recordings and transcripts from Dialpad" "get call analytics and transcripts from Leexi" in Bash.
Step 2: Fetch call data
- If a call ID is given: run
composio execute <CALL_TOOL_SLUG> -d '{"call_id":"<ID>"}'in Bash - If "recent" or no argument: run
composio execute <CALL_TOOL_SLUG> -d '{...limit 5-10...}'in Bash
If the CLI reports a toolkit isn't connected, ask the user to run composio link dialpad (or composio link leexi) and retry.