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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/stopmoclay/fathomWhat 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
- "Fathom, show me the summary and action items from my meeting with the marketing team yesterday."
- "Search my recent calls for any mentions of 'quarterly review' and list the dates they occurred."
- "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
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-stopmoclay-fathom": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
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".
cloudflare
Connect to Cloudflare API for DNS management, tunnels, and zone administration. Use when user needs to manage domains, DNS records, or create tunnels.
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.