Openclaw-config fathom
Query Fathom AI meeting recordings — transcripts, summaries, action items, and searchable meeting history
install
source · Clone the upstream repo
git clone https://github.com/TechNickAI/openclaw-config
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TechNickAI/openclaw-config "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/fathom" ~/.claude/skills/technickai-openclaw-config-fathom && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TechNickAI/openclaw-config "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/fathom" ~/.openclaw/skills/technickai-openclaw-config-fathom && rm -rf "$T"
manifest:
skills/fathom/SKILL.mdsource content
Fathom AI 🎥
Query meeting recordings — AI notetaker for Zoom, Google Meet, Teams.
Setup
API key from fathom.video → User Settings → API Access. Configure via gateway.
What Users Ask
- "What meetings did I have today?"
- "What was discussed in the [project] meeting?"
- "Find meetings about [topic]"
- "What were the action items from yesterday's call?"
- "Get the transcript from my call with [person]"
Capabilities
- Recent meeting recordings with summaries
- Search across all meetings by title
- Filter by date range
- Full transcript retrieval by recording ID
- Action items extraction
Response Data
List view:
— Recording IDid
— Meeting title from calendartitle
— When the meeting was recordedcreated_at
— Internal or externalmeeting_type
— Calendar invitee names and emailsinvitees
— AI-generated summary (when available)summary
Full transcript:
- Everything above plus speaker-attributed transcript with timestamps
Notes
- Speaker names come from calendar invites
- Works with Zoom, Google Meet, Microsoft Teams
- Rate limit: 60 API calls per minute
- API keys access meetings recorded by you or shared to your Team