ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

fathom

Connect to Fathom AI to fetch call recordings, transcripts, and summaries. Use when user asks about their meetings, call history, or wants to search past conversations.

Why use this skill?

Integrate Fathom AI with OpenClaw to search, summarize, and retrieve meeting transcripts and action items directly from your command line.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lucassynnott/fathom
Or

What This Skill Does

The Fathom AI skill for OpenClaw provides a seamless interface for interacting with your meeting data from Fathom.video. It bridges the gap between your conversational history and your workflow, enabling you to programmatically fetch recordings, detailed transcripts, and intelligent AI summaries. Whether you need to retrieve a forgotten action item from a team sync, audit a customer discovery call, or search your entire archive for specific product feedback, this skill offers robust command-line tools and API endpoints to manage your meeting intelligence efficiently. It supports filtering by date ranges, speaker identification, and granular output formats like JSON for further data processing.

Installation

To get started, first register for an API key at https://developers.fathom.ai. Once you have your key, secure it by storing it in ~/.fathom_api_key with restricted permissions (chmod 600) or by setting the FATHOM_API_KEY environment variable. Ensure you have the OpenClaw environment active, then run: clawhub install openclaw/skills/skills/lucassynnott/fathom. Verify your configuration by executing ./scripts/setup.sh to ensure the agent can authenticate successfully with Fathom's servers.

Use Cases

This skill is ideal for professionals who spend significant time in meetings and need to maintain high context retention. Common use cases include: summarizing sales calls for CRM updates, extracting action items from engineering retrospectives, searching for specific requirements discussed in project kickoff meetings, and archiving historical decision-making logs for internal audits. By automating the extraction of these summaries, users save hours of manual note-taking and review time.

Example Prompts

  1. "Fathom, fetch the summary of my last call and list the main action items for the project launch."
  2. "Search my recent transcripts for any mentions of 'quarterly review' occurring after January 1st, 2026."
  3. "Get the transcript for the most recent meeting with Lucas and save it to a file."

Tips & Limitations

To get the most out of the Fathom skill, utilize the --json flag when piping results into other tools like jq to build custom reporting pipelines. Remember that API usage is subject to Fathom’s rate limits; avoid excessive bulk requests. Ensure your API key is rotated if you suspect unauthorized access, and always use the --after and --before filters to optimize query performance when searching large meeting archives.

Metadata

Stars1601
Views2
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lucassynnott-fathom": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#meetings#transcription#automation#fathom
Safety Score: 4/5

Flags: network-access, file-read, external-api