aeo-cost-governor
Installation
SKILL.md
AEO Cost Governor
Purpose: Track token usage and enforce budget limits. Optional skill for cost-conscious projects.
Configuration
Create budget config at $PAI_DIR/USER/aeo-budget.json:
{
"daily_budget_usd": 10.00,
"per_task_budget_usd": 2.00,
"alert_threshold_percent": 80,
"hard_limit_percent": 100,
"enable_tracking": true
}