fathom

Fetch Fathom meetings, transcripts, summaries, and action items as Markdown notes.

345|52|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/glebis/claude-skills --skill fathom-glebis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fathom
Source: https://github.com/glebis/claude-skills/tree/main/fathom
Command: npx skills add https://github.com/glebis/claude-skills --skill fathom-glebis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

Consolidate and access meeting data from Fathom by programmatically fetching meetings, transcripts, summaries, and action items to build centralized notes and knowledge bases.

Core Features & Use Cases

  • List meetings and fetch by ID, today, or since a date, with transcripts and AI summaries.
  • Export data as Markdown docs (frontmatter) with sections for Summary, Transcript, and Action Items.
  • Optional video download and transcript analysis integration for extended workflows.

Quick Start

Run the fathom fetch script to download today’s meetings and transcripts.

Frequently Asked Questions about fathom

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

FAQPage Schema
How do I export Fathom meeting transcripts and summaries to Markdown?

You can export Fathom meeting transcripts and summaries to Markdown by using the Fathom API to fetch meeting data. The script compiles summaries, transcripts, and action items into a standardized Markdown document with frontmatter.

Can I automatically retrieve Fathom action items for daily standups?

Yes, you can automatically retrieve Fathom action items for daily standups. The script fetches meetings by today's date or a specific start date, extracting AI summaries and action items directly from the Fathom API.

What do I need to connect to the Fathom API and fetch meeting data?

To connect to the Fathom API and fetch meeting data, you need a Fathom API key configured in your python-dotenv environment. The script uses the requests library to authenticate and retrieve your meeting listings, transcripts, and summaries.

How do I filter Fathom meetings by date when building a knowledge base?

You can filter Fathom meetings by date when building a knowledge base by specifying a date range in the fetch script. The script supports listing meetings from today or fetching records since a particular date to compile your notes.

Does the Fathom meeting fetcher support downloading meeting videos?

Yes, the Fathom meeting fetcher supports optional video download alongside retrieving transcripts and summaries. This allows for extended workflows that require both the meeting recording and the compiled Markdown notes.