cost-guard
SolidCompare observed app-level run-rate to per-app and per-model budgets, emit INBOX warnings on breach
AI & Automation 3 stars
1 forks Updated today Apache-2.0
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# cost-guard
## Purpose
Watch app-level financial state and warn an operator when GCP burn or LLM token consumption is on track to breach a configured budget. cost-guard is the alarm complement to F001 cost-model: cost-model tells you what the trajectory is, cost-guard tells you whether the trajectory matters. Writes findings into the existing F008 INBOX.md surface so cost alerts share an inbox with `quota_warn` and `breaker_tripped` rather than introducing a new operator channel.
This skill is **app-level**, distinct from F006 budget_ceiling which guards orchestration-agent quotas inside autonomous dispatches. Different lane, different consumer.
## Arguments
| Argument | Required | Description |
|---|---|---|
| `--costs` | no | Path to costs.json (default: `dashboard/state/costs.json`) |
| `--quota` | no | Path to quota_state.json (default: `~/.jarvis/quota_state.json`) |
| `--budgets` | no | Path to cost_budgets.json (default: `config/cost_budgets.json`) |
| `--inbox-dir` | no | Directory containing INBOX.md (default: `dashboard/state/cost-guard/`) |
| `--seen-state` | no | Path to dedupe state file (default: `dashboard/state/cost-guard/cost_guard_seen.json`) |
| `--as-of` | no | Override "now" with an ISO-8601 timestamp for deterministic tests |
| `--fixtures` | no | Directory containing `costs.json`, `quota_state.json`, `cost_budgets.json` — convenient for testing |
If no arguments: reads defaults and writes to `dashboard/state/cost-guard/INBOX.md`.
## Prerequisite...
Details
- Author
- Silex-Research
- Repository
- Silex-Research/DontPanic
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
cost-model
Project month-end and next-month spend per app and per LLM provider from existing cost state
3 Updated today
Silex-Research Web & Frontend Solid
cost-alert
Review the configured cost alert rules and the alerts currently fired on the Agent Monitor dashboard, then explain exactly what tripped and why. Uses /api/alerts (fired feed) and /api/alerts/rules (definitions). Use when checking spend alerts or asking why a cost alarm went off.
850 Updated today
hoangsonww DevOps & Infrastructure Solid
alibaba-live-cost-budget-action-guard
Gate live financial authority actions — budget threshold changes, Savings Plan purchases, and Reserved Instance commitments. These are committed spend or can trigger immediate service suspension.
18 Updated today
Raishin