원클릭으로
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