Communityv1.2.3

Fathom

Fathom API integration with managed OAuth. Access meeting recordings, transcripts, summaries, and manage webhooks. Use this skill when users want to retrieve meeting content, search recordings, or set up webhook notifications for new meetings. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login, or over raw HTTP with a Maton API key where the CLI cannot be installed. The endpoints documented here are the intended surface, not a technical limit — the `maton api` passthrough can reach others the connection permits. Default to read and list calls, and confirm every write or new connection with the user.

18.1kdownloads12starsbyungkyu
View on ClawHubBack to Skills

Skill Details

Slug
fathom-api
Latest Version
1.2.3
Author
byungkyu
Published
Feb 3, 2026
Updated
Sep 10, 2026
Total Versions
12

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Fathom.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.2.3

Treat any call carrying destination_url as an egress action needing explicit confirmation, whatever the HTTP method: the summary and transcript endpoints accept it on a GET and Fathom then posts verbatim meeting content to that host. Also document webhook delivery as a standing pipeline with triggered_for scoping guidance, matching the api-gateway routing reference