Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Search, retrieve, and summarize Fathom meeting recordings — transcripts, summaries, action items, and team info. Use this skill whenever the user mentions meetings, calls, recordings, meeting notes, transcripts, action items, follow-ups from calls, or anything related to Fathom. Also trigger on "o que foi discutido na reuniao", "resumo da call", "quem participou", "proximos passos da reuniao", "meeting recap", or any reference to past conversations/calls that might be recorded.
.claude/skills/evolution-foundation-int-fathom/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -34% | 0% |
Retrieve meeting recordings, transcripts, summaries, and action items from Fathom.
The skill needs a Fathom API key configured in openclaw.json under skills.entries.fathom:
json{ "skills": { "entries": { "fathom": { "apiKey": "your-fathom-api-key", "env": { "FATHOM_API_KEY": "your-fathom-api-key" } } } } }
The API key is available at https://fathom.video/settings/api (requires Fathom Team or Enterprise plan).
bash# List recent meetings {baseDir}/scripts/fathom.sh meetings # List meetings with summaries included {baseDir}/scripts/fathom.sh meetings --include-summary # List meetings with action items {baseDir}/scripts/fathom.sh meetings --include-actions # List meetings with full transcript {baseDir}/scripts/fathom.sh meetings --include-transcript # Filter by date range {baseDir}/scripts/fathom.sh meetings --after "2026-03-01" --before "2026-03-11" # Filter by participant domain (e.g. external meetings only) {baseDir}/scripts/fathom.sh meetings --domains-type one_or_more_external # Filter by recorder email {baseDir}/scripts/fathom.sh meetings --recorded-by "alice@company.com" # Filter by team {baseDir}/scripts/fathom.sh meetings --team "Engineering" # Get summary for a specific recording {baseDir}/scripts/fathom.sh summary <recording_id> # Get transcript for a specific recording {baseDir}/scripts/fathom.sh transcript <recording_id> # List teams {baseDir}/scripts/fathom.sh teams # List team members (optionally filter by team) {baseDir}/scripts/fathom.sh members [--team "TeamName"]
bash# Get yesterday's meetings with summaries and action items {baseDir}/scripts/fathom.sh meetings --after "$(date -d 'yesterday' +%Y-%m-%d)" --include-summary --include-actions
bash# Find meetings with a specific company/domain {baseDir}/scripts/fathom.sh meetings --domains "acme.com" --include-summary --include-actions
bash# First find the meeting {baseDir}/scripts/fathom.sh meetings --after "2026-03-01" # Then get the full transcript {baseDir}/scripts/fathom.sh transcript 123456789
bash# All meetings from the past week with summaries {baseDir}/scripts/fathom.sh meetings --after "$(date -d '7 days ago' +%Y-%m-%d)" --include-summary --include-actions
When presenting meeting data to the user, follow these guidelines:
The API returns JSON. Key fields per meeting:
title / meeting_title — meeting namerecording_id — unique ID (used to fetch summary/transcript)url — direct link to recording in Fathomshare_url — shareable linkcreated_at, scheduled_start_time, recording_start_time — timestampscalendar_invitees — list of participants with name, email, and whether externalrecorded_by — who recorded the meetingdefault_summary.markdown_formatted — the AI-generated summary (when include_summary=true)action_items — list with description, assignee, completion status, and recording timestamp linktranscript — array of {speaker, text, timestamp} entriesThe meetings endpoint uses cursor-based pagination. The script handles this automatically when you pass --all to fetch every page. Without --all, it returns the first page only (default limit from API).
https://api.fathom.ai/external/v1X-Api-Key header/recordings/{id}/transcript endpoint instead2026-03-11T00:00:00Z or just 2026-03-11)| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 3,132 | 8,401 | +168% | 1 | 1 | 0% | 443 | 1,699 | +284% | 0 | 0 | — |
case-02 | fail→fail | 7,783 | 7,445 | -4% | 1 | 1 | 0% | 459 | 1,663 | +262% | 0 | 0 | — |
case-03 | fail→fail | 3,659 | 5,197 | +42% | 1 | 1 | 0% | 539 | 1,482 | +175% | 0 | 0 | — |
case-04 | fail→pass | 19,587 | 2,847 | -85% | 1 | 1 | 0% | 3,268 | 1,704 | -48% | 0 | 0 | — |
case-05 | fail→pass | 10,637 | 3,191 | -70% | 1 | 1 | 0% | 1,913 | 1,786 | -7% | 0 | 0 | — |
case-06 | fail→pass | 11,321 | 3,038 | -73% | 1 | 1 | 0% | 2,031 | 1,741 | -14% | 0 | 0 | — |
case-07 | fail→pass | 10,491 | 2,401 | -77% | 1 | 1 | 0% | 1,728 | 1,626 | -6% | 0 | 0 | — |
case-08 | fail→pass | 13,546 | 2,524 | -81% | 1 | 1 | 0% | 2,369 | 1,558 | -34% | 0 | 0 | — |
case-09 | fail→pass | 10,653 | 2,475 | -77% | 1 | 1 | 0% | 1,850 | 1,632 | -12% | 0 | 0 | — |
case-10 | fail→pass | 8,392 | 1,865 | -78% | 1 | 1 | 0% | 1,305 | 1,450 | +11% | 0 | 0 | — |
case-11 | pass→pass | 13,058 | 4,421 | -66% | 1 | 1 | 0% | 1,917 | 1,925 | +0% | 0 | 0 | — |
case-12 | pass→pass | 11,082 | 2,678 | -76% | 1 | 1 | 0% | 1,653 | 1,628 | -2% | 0 | 0 | — |
case-13 | fail→fail | 8,328 | 1,686 | -80% | 1 | 1 | 0% | 1,269 | 1,440 | +13% | 0 | 0 | — |
case-14 | pass→pass | 8,790 | 3,334 | -62% | 1 | 1 | 0% | 1,452 | 1,784 | +23% | 0 | 0 | — |
case-15 | fail→fail | 3,884 | 1,427 | -63% | 1 | 1 | 0% | 565 | 1,437 | +154% | 0 | 0 | — |
case-16 | fail→pass | 4,645 | 1,537 | -67% | 1 | 1 | 0% | 779 | 1,396 | +79% | 0 | 0 | — |
case-17 | fail→fail | 10,646 | 1,220 | -89% | 1 | 1 | 0% | 1,588 | 1,344 | -15% | 0 | 0 | — |
case-18 | pass→pass | 7,338 | 2,519 | -66% | 1 | 1 | 0% | 1,351 | 1,713 | +27% | 0 | 0 | — |
case-19 | pass→pass | 12,140 | 2,157 | -82% | 1 | 1 | 0% | 2,277 | 1,447 | -36% | 0 | 0 | — |
case-20 | pass→pass | 4,290 | 5,265 | +23% | 1 | 1 | 0% | 703 | 2,083 | +196% | 0 | 0 | — |
case-21 | fail→pass | 3,848 | 5,631 | +46% | 1 | 1 | 0% | 612 | 2,161 | +253% | 0 | 0 | — |
case-22 | fail→pass | 6,850 | 4,190 | -39% | 1 | 1 | 0% | 1,087 | 1,859 | +71% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 19 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +45 percentage points is the difference between those two pass rates over the 19 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.