Skip to content

Connect OpenClaw to Fathom

Let an OpenClaw agent list Fathom meetings, pull transcripts and AI summaries, and act on what was said, with no credentials handed to the agent.

Tags:integrations

Fathom is an AI meeting notetaker. It joins your Zoom, Google Meet and Teams calls, records them, and produces a transcript and a summary with action items a few minutes after the call ends. Sales, customer success and product teams use it so nobody has to type notes during a conversation. The catch is what happens afterwards: the summaries sit in Fathom, the action items sit in someone’s memory, and by Friday you are opening recording after recording to remember what a customer actually asked for.

With Claworc’s External Connections, an OpenClaw agent can read your Fathom account on your behalf. You connect Fathom once through the instance settings, Composio holds the resulting token, and the agent gets an auto-generated claworc-fathom skill that tells it which Fathom tools exist and how to call them. The agent never sees a password, an OAuth token or an API key.

Composio’s Fathom toolkit is compact, with seven tools, and almost all of them are about reading meeting content:

  • List meetings — list recorded meetings with pagination, optional filters and the ability to include extra data with each entry. This is the starting point for almost every request.
  • Read AI summaries — fetch Fathom’s generated summary for one recording, which is usually all the agent needs to answer “what happened on that call”.
  • Read full transcripts — fetch the transcript with speaker names and timestamps, for when the summary is not enough and you want the exact wording.
  • See teams and members — understand how your organization is organized in Fathom, so the agent can scope a request to the sales team or one rep.
  • Manage webhooks — register an endpoint that Fathom notifies when new meeting content is ready, and remove it again when it is no longer needed.

Every tool is called through a small broker running next to the agent, so the agent only needs to describe what it wants done in plain language and let the skill handle the rest.

“Summarize every customer call the success team had this week.” The agent lists the week’s meetings, pulls each meeting’s AI summary, and returns a single page grouped by account: what was discussed, what was promised, what is at risk. Run it on a schedule and the digest is waiting in your chat every Friday afternoon.

After a kickoff call, ask the agent to read the summary and open one task per action item in whatever tracker you have connected through another External Connection. The agent quotes the relevant transcript line in each ticket so the assignee has context without opening Fathom.

“Did anyone on the Acme calls mention a renewal date?” The agent narrows the meeting list to that account, fetches the full transcripts, and returns the exact quotes with timestamps, so you can jump straight to the moment in the recording instead of scrubbing through an hour of audio.

Connecting Fathom takes three steps: an admin adds a Composio API key to Claworc’s settings, you open the instance’s Settings tab, click + Add connection, pick Fathom and authorize the connection. The claworc-fathom skill appears in the instance a moment later. The full walkthrough, including the exact Composio permissions the key needs, is in the External Connections documentation.