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?

Easily manage, search, and retrieve meeting transcripts, summaries, and action items from Fathom AI directly within your OpenClaw agent workflow.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/stopmoclay/fathom
Or

What This Skill Does

The Fathom AI skill for OpenClaw provides a seamless bridge between your local workflow and your Fathom.video account. This integration allows you to programmatically manage your meeting intelligence, enabling the automated retrieval of call recordings, transcriptions, and AI-generated summaries. By leveraging the Fathom API, this skill allows users to perform complex queries across their meeting history, automate the extraction of action items, and maintain a searchable index of historical conversations directly from the command line or via OpenClaw natural language prompts.

Installation

To integrate the Fathom skill, first ensure you have an active account at Fathom.video and have generated an API key via the developer dashboard. Install the skill using the command: clawhub install openclaw/skills/skills/stopmoclay/fathom. Once installed, configure your authentication by creating a ~/.fathom_api_key file or setting the FATHOM_API_KEY environment variable. Finally, verify your connectivity by running ./scripts/setup.sh to ensure the agent can authenticate with the Fathom backend. The skill utilizes standard API protocols, requiring network access to the api.fathom.ai endpoint.

Use Cases

This skill is highly effective for professionals who juggle multiple meetings and need to retrieve specific information quickly. Use it to prepare for follow-up emails by fetching the summary and action items from your last client call, or to search through your entire meeting history to find when a specific product feature was discussed. Project managers can use it to aggregate information across recurring meetings to identify trends or unresolved blockers, while developers can easily pull full transcripts to archive meeting decisions in documentation repositories.

Example Prompts

  1. "Fathom, show me the summary and action items from my meeting with the marketing team yesterday."
  2. "Search my recent calls for any mentions of 'quarterly review' and list the dates they occurred."
  3. "Export the transcript of my latest call with the engineering lead to a local text file."

Tips & Limitations

To maximize efficiency, utilize the --json output flag when piping results into other command-line tools like jq. Be mindful of API rate limits if you are performing bulk operations or automated syncs. Note that while this skill retrieves information effectively, it relies on the processing quality of the Fathom AI engine; if a meeting recording failed or didn't process, the skill will return an empty or error state. Always verify sensitive meeting contents before sharing generated summaries with third parties.

Metadata

Stars982
Views1
Updated2026-02-14
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-stopmoclay-fathom": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#meeting#transcription#productivity#fathom#search
Safety Score: 4/5

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