int-fathom

Retrieve and summarize Fathom meeting recordings and transcripts with action items.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-fathom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-fathom
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/int-fathom
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-fathom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill centralizes retrieval and understanding of recorded meetings so users can quickly access transcripts, concise summaries, participant lists, and actionable follow-ups without manually searching Fathom or replaying calls.

Core Features & Use Cases

  • Meeting Retrieval: List recent meetings with title, date, participants, and recording links filtered by date range, team, recorder, or invitee domain.
  • Summaries & Action Items: Fetch AI-generated markdown summaries and present action items as checklists with assignees and timestamped links back to the recording.
  • Transcripts & Searches: Retrieve full transcripts on demand or search transcripts for specific topics to prepare morning recaps, follow-up briefs, or weekly team digests.

Quick Start

Ask the skill to summarize yesterday's meetings and list action items with links to recordings.

Frequently Asked Questions about int-fathom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve meeting transcripts and summaries from Fathom automatically?

You retrieve meeting transcripts and summaries by using this Skill to fetch AI-generated markdown summaries, action items, and recording links via the Fathom API. It centralizes meeting retrieval so users can quickly access content without manually searching or replaying calls.

Can I filter Fathom meeting recordings by date range, team, or recorder?

Yes, you can filter Fathom meeting recordings by date range, team, recorder, or invitee domain. The Skill lists recent meetings with title, date, participants, and recording links, returning JSON responses consumable by downstream tools.

Do I need a Fathom API key and specific tools to fetch action items from recordings?

Yes, you need a Fathom API key for authentication. The environment also requires curl and jq to execute the scripts that retrieve meeting recordings, transcripts, summaries, and action items.

What's the best way to prepare morning recaps and weekly digests from meeting transcripts?

The best way to prepare morning recaps and weekly digests is to use this Skill to search transcripts for specific topics and fetch concise summaries across date ranges. It presents action items as checklists with assignees and timestamped recording links.

Does Fathom API pagination work when listing large numbers of meeting transcripts?

Yes, the Skill supports cursor-based pagination when listing large numbers of meeting transcripts from the Fathom API. This allows you to retrieve recordings and optional summaries, transcripts, and action items in manageable JSON chunks.