Fathom for Openclaw

A powerful integration for retrieving meeting intelligence, including transcripts and action items, directly from Fathom AI.

lauren-hayes-ai
v1.0.0
Feb 18, 2026
0
673
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fathom-meetings

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install fathom-meetings using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Fathom?

Fathom is a sophisticated skill designed to bridge the gap between your AI notetaker and your automated workflows. By leveraging this integration within the Openclaw Skills ecosystem, developers can programmatically access meeting recordings, full transcripts, and AI-generated summaries. It simplifies the process of managing post-meeting data, allowing for better visibility into team discussions and decision-making processes.

Whether you are building an internal dashboard or an automated follow-up system, this skill provides the necessary endpoints to consume Fathom data efficiently. It is built to support robust data extraction, ensuring that your Openclaw Skills setup can handle everything from simple transcript retrieval to complex multi-source data synchronization.

Fathom Use Cases

  • Automating the extraction of action items from recent team calls.
  • Syncing meeting transcripts with internal knowledge bases or CRM systems.
  • Filtering meetings with external participants for client relationship management.
  • Creating a consolidated database of meeting summaries for executive review.
  • Triggering real-time notifications when a new Fathom recording is processed.

How Fathom Works

  1. Authenticate with the Fathom API using a securely stored API key.
  2. Query the meetings endpoint with specific parameters like date ranges or participant filters.
  3. Retrieve structured JSON data containing transcripts, summaries, and action item lists.
  4. Match Fathom recordings to calendar events using time-overlap logic or title similarity.
  5. Process or sync the extracted data into your preferred database or task management tool.

Fathom Setup

To get started with Fathom in your Openclaw Skills environment, store your API credentials in ~/.openclaw/secrets/fathom.env:

FATHOM_API_KEY=your-api-key-here
FATHOM_WEBHOOK_SECRET=your-webhook-secret-here

You can generate your API key by navigating to Fathom Settings -> Integrations -> API in your Fathom dashboard.

Fathom Data Schema & Taxonomy

The skill returns a structured JSON object for each meeting recording. Key fields include:

Field Description
title The display name of the meeting recording.
transcript The full text of the recording (when requested).
action_items An array of AI-generated tasks and follow-ups.
calendar_invitees List of attendees including name, email, and external flag.
share_url A public or internal link to share the recording.

Fathom Advanced Features

  • Webhook support for real-time data processing immediately after a recording is processed.
  • Multi-member data access allowing team-wide visibility via team-level API keys.
  • Advanced filtering for external meetings using participant domain analysis.
  • Automated deduplication logic for calls where multiple team members utilized the Fathom bot.
  • Integration ready scripts for syncing Fathom data with Google Calendar and external databases like Supabase.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*