agentsclimarketplace

Call summary

Skill composio-community/support-skills/call-summary

Summarize customer support/sales calls from [Dialpad](https://composio.dev/toolkits/dialpad) or [Leexi](https://composio.dev/toolkits/leexi) call logsFrom its SKILL.md

Install
npx -y skills add composio-community/support-skills --skill call-summary

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 17 stars17 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 468 tokens by cl100k_base, as published. Nobody here has run it

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.

Step 3: Analyze and summarize

For each call, produce:

## Call Summary

**Date:** [date/time] | **Duration:** [Xm Xs]
**Participants:** [names/numbers]
**Type:** [Support / Sales / Onboarding / Check-in]

### TL;DR
[2 sentence summary of the call]

### Key Discussion Points
1. [Topic] — [what was discussed and decided]
2. [Topic] — [what was discussed and decided]

### Customer Sentiment
- Overall: [Positive / Neutral / Negative]
- Key moments: [notable emotional shifts]

### Commitments Made
| Who | Committed To | Deadline |
|-----|-------------|----------|

### Action Items
- [ ] [Action] — Owner: [who] — Due: [when]
- [ ] [Action] — Owner: [who] — Due: [when]

### Follow-Up Needed
- [What should happen next and by when]

### Red Flags
- [Any concerning signals — churn risk, escalation needed, etc.]

If multiple calls, also provide a summary table:

### Recent Calls Overview
| Date | Contact | Duration | Type | Sentiment | Key Outcome |
|------|---------|----------|------|-----------|-------------|

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.