Route meeting-recall questions to the right Minutes MCP tool.
60
70%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/minutes/minutes-mcp-recall/SKILL.mdBefore running helper scripts or opening bundled references, set:
export MINUTES_SKILLS_ROOT="$(git rev-parse --show-toplevel)/.agents/skills/minutes"
export MINUTES_SKILL_ROOT="$MINUTES_SKILLS_ROOT/minutes-mcp-recall"Route a meeting-memory question to the smallest useful Minutes MCP tool. This
skill is tool-name-oriented for MCP hosts such as OpenClaw, Hermes-agent, and
other MCP clients. Use minutes-search instead when the host only has CLI or
shell access.
Read the complete tool map only when the decision table does not cover the request.
| User is asking... | Call |
|---|---|
| "What did we say about X?" or "Find that meeting about Y." | search_meetings |
| "What is the full transcript of this specific meeting?" | get_meeting after finding its id or date with list_meetings or search_meetings |
| About what is happening right now, mid-call | read_live_transcript with a cursor or time window |
| "What do I still owe?" or "Who owes me?" | track_commitments |
| "What is my history with this person?" | get_person_profile or relationship_map |
| "Have I contradicted myself?" or "Which decisions are stale?" | consistency_report |
| Broad research across many meetings | research_topic |
search_meetings.mcp_minutes_, so
search_meetings becomes mcp_minutes_search_meetings.Apply the same prefix rule to every tool in the decision table and tool map.
get_meeting speculatively to browse. It returns a full
transcript. Use search_meetings or list_meetings first to find the right
id or date and preserve context budget.read_live_transcript without a cursor after one is available.
Replaying the whole transcript wastes tokens and duplicates content already
in context.2d8379f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.