int-sync-meetings

Synchronize Fathom meetings and update indexes with fresh recordings and transcripts.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-sync-meetings-davidsongomes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-sync-meetings
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/int-sync-meetings
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-sync-meetings-davidsongomes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Syncing meetings from Fathom and keeping them organized is tedious and prone to duplication. This skill automates fetching new recordings, saving raw JSON, generating transcripts and summaries, and updating indexes for easy retrieval.

Core Features & Use Cases

  • Automated retrieval of new Fathom recordings with summary and action items.
  • Automatic generation of transcripts and human-readable meeting summaries.
  • Indexing updates and deterministic storage structure to support archival and review.

Quick Start

Trigger int-sync-meetings to fetch today's meetings, create transcripts, and refresh indexes.

Frequently Asked Questions about int-sync-meetings

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

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

To sync Fathom meeting transcripts and summaries automatically, you can trigger a daily or period-based workflow that fetches new recordings, saves raw JSON, generates transcripts, and updates indexes for easy retrieval.

How does meeting deduplication work when syncing Fathom recordings?

Deduplication during Fathom recording syncs prevents reprocessing by automatically identifying meetings that have already been fetched and indexed, ensuring only fresh recordings are saved as raw JSON.

What do I need to set up before fetching Fathom recordings?

Before fetching Fathom recordings, you need a valid FATHOM_API_KEY, the jq command-line tool, and the fathom.sh script referenced in the upstream skill to execute the synchronization workflow.

Can I retrieve Fathom meeting summaries for specific time periods like today or yesterday?

Yes, you can retrieve Fathom meeting summaries for specific time periods, as the synchronization workflow supports daily and period-based syncs including today, this week, and yesterday.

What is the best way to index Fathom recordings and action items?

The best way to index Fathom recordings and action items is to use an automated synchronization workflow that saves raw JSON, generates human-readable summaries, and updates indexes deterministically for archival and review.

Why are my Fathom meeting transcripts not updating in the index?

Fathom meeting transcripts may not update in the index if the fathom.sh script is missing, the FATHOM_API_KEY is invalid, or deduplication logic is incorrectly identifying new recordings as already processed.