Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Configure Fathom AI meeting assistant API access with API key authentication. Use when setting up Fathom API integration, generating API keys, or configuring webhook access for meeting data. Trigger with phrases like "install fathom", "setup fathom api", "fathom auth", "fathom api key", "configure fathom".
.claude/skills/jeremylongshore-fathom-install-auth/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -17% | 0% |
Set up Fathom AI API access for retrieving meeting transcripts, summaries, and action items. The API at api.fathom.ai/external/v1 uses X-Api-Key header authentication with per-user API keys.
bashexport FATHOM_API_KEY="your-api-key-here" # Verify the key works curl -s -H "X-Api-Key: ${FATHOM_API_KEY}" \ https://api.fathom.ai/external/v1/meetings?limit=1 | jq .
bash# .env -- NEVER commit FATHOM_API_KEY=your-api-key FATHOM_BASE_URL=https://api.fathom.ai/external/v1 # .gitignore .env .env.local
bash# List recent meetings curl -s -H "X-Api-Key: ${FATHOM_API_KEY}" \ "https://api.fathom.ai/external/v1/meetings?limit=5" \ | jq '.meetings[] | {id: .id, title: .title, date: .created_at}'
bash# For building integrations others will use, register an OAuth app # at developers.fathom.ai for marketplace listing eligibility # OAuth apps cannot use include_transcript or include_summary # in list requests -- use individual recording endpoints instead
| Error | Cause | Solution | |-------|-------|----------| | 401 Unauthorized | Invalid API key | Regenerate in Settings > API Access | | 403 Forbidden | Key lacks access | API keys access your meetings + team shared | | 429 Too Many Requests | Rate limit (60/min) | Implement backoff | | Empty meetings list | No recordings yet | Record a meeting first |
Proceed to fathom-hello-world to retrieve your first meeting transcript.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 13,981 | 6,897 | -51% | 1 | 1 | 0% | 2,006 | 2,103 | +5% | 0 | 0 | — |
case-02 | fail→pass | 10,770 | 7,140 | -34% | 1 | 1 | 0% | 2,260 | 1,946 | -14% | 0 | 0 | — |
case-03 | fail→pass | 14,909 | 7,655 | -49% | 1 | 1 | 0% | 2,813 | 1,791 | -36% | 0 | 0 | — |
case-04 | pass→pass | 17,589 | 12,972 | -26% | 1 | 1 | 0% | 2,684 | 3,338 | +24% | 0 | 0 | — |
case-05 | pass→pass | 16,828 | 15,741 | -6% | 1 | 1 | 0% | 2,444 | 2,987 | +22% | 0 | 0 | — |
case-06 | pass→pass | 21,213 | 17,948 | -15% | 1 | 1 | 0% | 4,330 | 3,503 | -19% | 0 | 0 | — |
case-07 | fail→pass | 10,313 | 2,890 | -72% | 1 | 1 | 0% | 1,535 | 1,135 | -26% | 0 | 0 | — |
case-08 | fail→pass | 10,995 | 4,794 | -56% | 1 | 1 | 0% | 1,612 | 1,335 | -17% | 0 | 0 | — |
case-09 | pass→pass | 9,892 | 4,811 | -51% | 1 | 1 | 0% | 1,432 | 1,500 | +5% | 0 | 0 | — |
case-10 | pass→pass | 11,386 | 1,870 | -84% | 1 | 1 | 0% | 2,026 | 872 | -57% | 0 | 0 | — |
case-11 | pass→pass | 16,170 | 8,163 | -50% | 1 | 1 | 0% | 2,426 | 2,090 | -14% | 0 | 0 | — |
case-12 | pass→pass | 11,553 | 12,943 | +12% | 1 | 1 | 0% | 1,894 | 2,390 | +26% | 0 | 0 | — |
case-13 | fail→pass | 12,388 | 5,837 | -53% | 1 | 1 | 0% | 2,058 | 1,727 | -16% | 0 | 0 | — |
case-14 | fail→pass | 10,631 | 6,684 | -37% | 1 | 1 | 0% | 1,588 | 1,754 | +10% | 0 | 0 | — |
case-15 | pass→pass | 8,206 | 3,053 | -63% | 1 | 1 | 0% | 1,367 | 1,028 | -25% | 0 | 0 | — |
case-16 | pass→pass | 9,316 | 4,576 | -51% | 1 | 1 | 0% | 1,240 | 1,416 | +14% | 0 | 0 | — |
case-17 | fail→pass | 15,829 | 12,802 | -19% | 1 | 1 | 0% | 2,434 | 3,288 | +35% | 0 | 0 | — |
case-18 | pass→pass | 8,688 | 3,669 | -58% | 1 | 1 | 0% | 1,160 | 932 | -20% | 0 | 0 | — |
case-19 | fail→pass | 10,773 | 2,348 | -78% | 1 | 1 | 0% | 1,714 | 914 | -47% | 0 | 0 | — |
case-20 | fail→pass | 8,583 | 2,675 | -69% | 1 | 1 | 0% | 1,691 | 1,096 | -35% | 0 | 0 | — |
case-21 | fail→pass | 8,543 | 1,453 | -83% | 1 | 1 | 0% | 1,201 | 896 | -25% | 0 | 0 | — |
case-22 | fail→pass | 9,683 | 2,064 | -79% | 1 | 1 | 0% | 1,571 | 956 | -39% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +55 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.