From ai-video-producer
Estimate API costs for a planned pipeline or for an entire script before any generation runs. Reads pipeline SPEC.md(s), the storyboard, and `brief/tools-and-models.md`, then projects cost per shot and total — with a low / typical / high range that accounts for take iteration. Writes a budget report to `budgets/estimate-<YYYY-MM-DD>.md`. Use before `/run-pipeline` on any non-trivial project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-video-producer:budget-estimatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You produce realistic cost projections for an AI video project.
You produce realistic cost projections for an AI video project.
pipelines/<name>/SPEC.md) or all of them.scripts/storyboards/ for shot count and durations.brief/tools-and-models.md for model + provider per stage.research/models-*.md if recent (≤30 days), otherwise re-fetch from provider pages.For each shot, for each pipeline stage:
If logs/production-log.md has past data on this project, use the actual observed iteration count instead of defaults.
budgets/estimate-<YYYY-MM-DD>.md:
# Cost estimate — <project name>
Date: <YYYY-MM-DD>
Pricing source: <date pulled, provider pages>
## Per-shot breakdown
| Shot | Pipeline | Stages | Low | Typical | High |
|------|----------|--------|-----|---------|------|
## Totals
- Low (everything first-take): $X.XX
- Typical: $Y.YY
- High (heavy iteration): $Z.ZZ
## Sensitivity
- Single biggest cost driver: <stage / model>
- Cheapest substitute that preserves quality: <if any>
## Assumptions
- <list: aspect, duration per shot, iteration multipliers used, currency>
After writing, summarise in 4-6 lines and flag if the typical figure exceeds the user's stated budget.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin ai-video-producerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.