← Back to Skills Marketplace
17133
Downloads
12
Stars
6
Active Installs
7
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...
Usage Guidance
Install only if you intend to let Maton access your Fathom account. Keep MATON_API_KEY private, connect only the intended Fathom account, and before approving webhooks or destination_url callbacks confirm the exact external URL, what meeting fields will be sent, and how to delete the webhook later.
Capability Analysis
Type: OpenClaw Skill
Name: fathom-api
Version: 1.0.6
The skill bundle provides a legitimate integration for the Fathom API via the Maton.ai proxy service. The code snippets in SKILL.md are standard Python and JavaScript API calls using the required MATON_API_KEY, and the documentation includes explicit safety instructions for the AI agent to seek user approval before performing write operations.
Capability Assessment
Purpose & Capability
The skill's stated purpose matches its capabilities: it retrieves Fathom meetings, recordings, summaries, transcripts, team data, and manages webhooks. These can contain sensitive business meeting data, but that sensitivity is inherent to the integration and is disclosed.
Instruction Scope
The instructions stay focused on Fathom through Maton and explicitly require user approval before create, update, or delete operations. Webhook and destination_url examples could more prominently warn that meeting content may be sent to the configured external URL, so users should confirm those destinations carefully.
Install Mechanism
The artifact contains a single SKILL.md instruction file, with no executable install scripts, bundled code, declared dependencies, or background setup.
Credentials
Network access and MATON_API_KEY are proportionate for a managed OAuth API integration. Users must trust Maton as the proxy between the agent and Fathom and keep the API key private.
Persistence & Privilege
The skill can create OAuth connections and Fathom webhooks, which may persist until removed. This is disclosed and includes delete instructions, but webhook creation should remain user-directed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fathom-api - After installation, invoke the skill by name or use
/fathom-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 17133 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.0.6.
More Skills