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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lucassynnott/fathomWhat 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
- "Fathom, fetch the summary of my last call and list the main action items for the project launch."
- "Search my recent transcripts for any mentions of 'quarterly review' occurring after January 1st, 2026."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lucassynnott-fathom": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
cloudflare
Connect to Cloudflare API for DNS management, tunnels, and zone administration. Use when user needs to manage domains, DNS records, or create tunnels.
gamma
Generate AI-powered presentations, documents, and social posts using Gamma.app API. Use when user asks to create a presentation, pitch deck, slide deck, document, or social media carousel. Triggers on requests like "create a presentation about X", "make a pitch deck", "generate slides", or "create a Gamma about X".
supabase
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.