ワンクリックで
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