ai-ops-daily-summary
Installation
SKILL.md
AI Ops Daily Summary
Goal
Produce a concise, leadership-facing AI daily summary from data retrieved in the current run. Put the conclusion first, favor compact tables, and keep the collection process out of the final answer.
Collection
Use the bundled Python collector for the verified CSP fast path. Resolve it relative to this SKILL.md and invoke it exactly once:
python3 scripts/collect_summary.py '<YYYY-MM-DD>' '<timezone>'
Date and timezone default to today and Asia/Shanghai. The default profile is usage-cost:
# Default: Token usage and calculated charge
python3 scripts/collect_summary.py --profile usage-cost