← Back to Skills Marketplace
byungkyu

Fathom

by byungkyu · GitHub ↗ · v1.2.2 · MIT-0
cross-platform ✓ Security Clean
17958
Downloads
12
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install fathom-api
Description
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.
Usage Guidance
Install only if you are comfortable authorizing Maton to access your Fathom meeting data. Prefer OAuth over API keys, choose the narrowest Fathom scopes available, review webhook destination URLs carefully, and confirm any write or delete operation before it runs.
Capability Assessment
Credentials
Network access, Bash, and Maton/Fathom account access are proportionate for an API integration, but meeting transcripts and summaries may contain sensitive personal or business information.
Install Mechanism
Installation is limited to documented Maton CLI installation via npm or Homebrew, with an SDK option for application code; no executable scripts are bundled in the artifact.
Instruction Scope
Runtime instructions explicitly default to read/list calls, require user approval for connection creation and all POST/PUT/PATCH/DELETE operations, and warn that API responses are untrusted data.
Persistence & Privilege
OAuth/API credentials are stored by the Maton CLI in the operating system credential store and profile config, which is expected for this integration; the skill also instructs agents not to inspect, print, persist, or export secrets.
Purpose & Capability
The capability matches the stated purpose: listing meetings, retrieving recordings/transcripts/summaries/action items, listing teams, and creating or deleting webhooks for a connected Fathom account.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fathom-api
  3. After installation, invoke the skill by name or use /fathom-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.2
Resolve remaining audit findings: state one consistent endpoint policy instead of conflicting scope claims, qualify the local-execution and high-impact wording, note that locale examples are illustrative, and correct app-specific auth, method and upload-path documentation
v1.2.1
Address security-audit findings: disclose the api passthrough in the access-scope and description text, warn on irreversible connection deletion, add response data-minimization guidance, and correct app-specific auth and request-body notes
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.6
- Changed all endpoint base URLs from https://gateway.maton.ai/ and https://ctrl.maton.ai/ to https://api.maton.ai/ - Updated Quick Start and all code samples to use the new https://api.maton.ai/ base URL. - Adjusted connection management instructions and endpoints to match the updated API domain. - Added a Security & Permissions section clarifying OAuth scopes and approval for write operations. - Removed extraneous file: LICENSE.txt.
v1.0.5
- No file changes detected between this and the previous version. - No user-facing changes, new features, or fixes are present in this release.
v1.0.4
- Added homepage metadata link for the skill (https://maton.ai). - No other user-facing or functional changes.
v1.0.3
- Added new metadata section for clawdbot, specifying emoji and required environment variables in SKILL.md. - No changes to code or functionality; documentation only.
v1.0.2
No file changes detected for version 1.0.2. - No updates or modifications were made in this version. - All features and documentation remain the same as in the previous release.
v1.0.1
- Updated command-line examples from curl/bash to Python scripts for easier automation and cross-platform compatibility. - Added mention in the description about using the api-gateway skill for other third party apps. - No changes to API endpoints or core functionality.
v1.0.0
Fathom v1.0.0 Changelog - Major update: Migrated to Maton API gateway with managed OAuth and simplified API usage. - Replaced previous bash scripts and manual integration instructions with direct API reference via Maton endpoints. - Updated documentation to guide setup and usage with the new OAuth-based authentication and management. - Removed all local helper scripts; interaction is now via HTTP requests to Maton-managed endpoints. - Added clear examples for listing meetings, retrieving summaries/transcripts, managing teams, and setting up webhooks.
Metadata
Slug fathom-api
Version 1.2.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 11
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 17958 downloads so far.

How do I install Fathom?

Run "/install fathom-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Fathom free?

Yes, Fathom is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Fathom support?

Fathom is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Fathom?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.2.2.

💬 Comments