# Fathom Cost Tuning

> Optimize Fathom API usage and plan selection. Trigger with phrases like "fathom cost", "fathom pricing", "fathom plan".

- Skill: `jeremylongshore/fathom-cost-tuning` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jeremylongshore/fathom-cost-tuning`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jeremylongshore/fathom-cost-tuning/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: MIT
- Author: jeremylongshore (https://skillmd.com/u/jeremylongshore)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/jeremylongshore/fathom-cost-tuning

---


# Fathom Cost Tuning

## Plan Comparison

| Feature | Free | Team |
|---------|------|------|
| AI summaries | Unlimited | Unlimited |
| API access | Yes | Yes |
| Team sharing | No | Yes |
| CRM integration | No | Yes |
| Webhooks | Yes | Yes |

## API Optimization

- Use webhooks to receive data push (no polling cost)
- Cache transcripts locally (they do not change)
- Use `include_summary=true` in list requests to avoid extra calls
- Batch processing within 60 req/min limit

## Resources

- [Fathom Pricing](https://fathom.video/pricing)

## Next Steps

For architecture, see `fathom-reference-architecture`.


