From deepgram-pack
Optimize Deepgram costs and usage for budget-conscious deployments. Use when reducing transcription costs, implementing usage controls, or optimizing pricing tier utilization. Trigger with phrases like "deepgram cost", "reduce deepgram spending", "deepgram pricing", "deepgram budget", "optimize deepgram usage".
How this skill is triggered — by the user, by Claude, or both
Slash command
/deepgram-pack:deepgram-cost-tuningThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Optimize Deepgram usage and costs through budget-aware transcription, smart model selection, audio preprocessing to reduce duration, usage dashboards, and multi-level cost alerts.
Track monthly spend and minutes used. Check budget before each request. Throw error if projected cost exceeds monthly limit. Warn at configurable threshold (e.g., 80%).
Use ffmpeg to remove silence (threshold -30dB, min 0.5s) and optionally speed up audio (1.25x). Measure savings as percentage reduction.
Query Deepgram's usage API to aggregate minutes and cost by model and by day. Calculate monthly projections from daily averages.
Set daily ($10), weekly ($50), and monthly ($200) spend limits. Deduplicate alerts per day. Send via Slack, email, or webhook.
Recommend cheapest model that meets quality requirements and fits remaining budget. Nova-2 and Nova at $0.0043/min for high quality; Base at $0.0048/min for basic needs.
Skip diarization (+$0.0044/min) when speaker identification is not needed. Keep smart formatting (included free).
See detailed implementation for advanced patterns.
| Issue | Cause | Solution |
|---|---|---|
| Budget exceeded | No controls | Enable budget check before transcription |
| Unexpected charges | Diarization on | Disable unneeded features |
| Usage spike | Batch job | Set concurrency limits |
| Alert fatigue | Low thresholds | Tune alert levels, deduplicate |
| Model | Price/Minute | Best For |
|---|---|---|
| Nova-2 | $0.0043 | General transcription |
| Nova | $0.0043 | General transcription |
| Whisper Cloud | $0.0048 | Multilingual |
| Base | $0.0048 | Basic transcription |
| Diarization | +$0.0044 | Speaker identification |
| Strategy | Savings | Effort |
|---|---|---|
| Remove silence | 10-40% | Low |
| Disable diarization | ~50% | Low |
| Use Base model | Variable | Low |
| Cache results | 20-60% | Medium |
| Speed up audio | 10-20% | Low |
npx claudepluginhub ktiseos-nyx/claude-code-plugins-plus-skills --plugin deepgram-packGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
4plugins reuse this skill
First indexed Jul 11, 2026