一键导入
fathom
Pull a Fathom sales call transcript and save as formatted markdown. Use when Jason asks to pull, review, or analyze a call.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pull a Fathom sales call transcript and save as formatted markdown. Use when Jason asks to pull, review, or analyze a call.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Navigate Instagram native DMs, run notification outreach, check profiles, and send openers. Use for IG notification outreach and native DM fallback.
Navigate ManyChat Live Chat, find conversations, send DMs, look up subscribers, and handle unread replies. Use when running any ManyChat-based DM workflow.
Navigate Skool communities, check chats, message members, and run outreach. Use when running any Skool DM workflow.
| name | fathom |
| description | Pull a Fathom sales call transcript and save as formatted markdown. Use when Jason asks to pull, review, or analyze a call. |
Pull a sales call transcript from Fathom and save it as formatted markdown.
Use /fathom when Jason asks to pull, review, or analyze a sales call. This skill handles finding the call, pulling the transcript + summary, and saving it locally.
/fathom <name> — Search for a call by participant name, pull transcript
/fathom <recording_id> — Pull a specific call by Fathom recording ID
/fathom recent — List the 10 most recent calls
/fathom recent 20 — List the 20 most recent calls
mcp__fathom__list_meetings to list recent meetingscreated_before until found./tools/fathom-pull.sh <recording_id> call-transcripts/
call-transcripts/<date>--<title>.md containing:
Fall back to using the MCP tools directly:
mcp__fathom__list_meetings to find the callmcp__fathom__get_transcript with the recording_id to get the raw transcriptcall-transcripts/All transcripts go in call-transcripts/ at the project root. Filename format: YYYY-MM-DD--slugified-title.md
.mcp.json with valid API keyjq and curl available on the systemtools/fathom-pull.sh