model-usage Skill
Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns. Published by openclaw in openclaw.
What is model-usage Skill?
Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns. Published by openclaw in openclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using openclaw
Technical details
- Install or run with Copy skill directory
When to use model-usage Skill
- Use it for developers using openclaw.
Built with
Editorial notes
Source
- Creator: openclaw
- Repository: openclaw/openclaw
- Skill file: skills/model-usage/SKILL.md
What it does
Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns.
Skill instructions
Model usage Overview Get per-model usage cost from CodexBar's local cost logs. Supports "current model" (most recent daily entry) or "all models" summaries for Codex or Claude. Live CodexBar CLI invocation is currently documented for macOS only. The bundled Python summarizer is portable: if you already have exported CodexBar JSON, --input mode works anywhere Python is available. Quick start 1. Fetch cost JSON via CodexBar CLI or pass a JSON file. 2. Use the bundled script to summarize by model. bash python {baseDir}/scripts/modelusage.py --provider codex --mode current python {baseDir}/scripts/modelusage.py --provider codex --mode all python {baseDir}/scripts/modelusage.py --provider claude --mode all --format json --pretty Current model logic - Uses the most recent daily row with modelBreakdowns. - Picks the model with the highest cost in that row. - Falls back to the last entry in modelsUsed when breakdowns are missing. - Override with --model <name when you need a specific model. In
Explore related resources
Frequently asked questions
What is model-usage?
model-usage is a open-source AI agent skill with Copy skill directory. Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns.
Who is model-usage best for?
model-usage is best for reusing agent instructions, scripts, and references.
How do I install model-usage?
Install or run model-usage using Copy skill directory. Check model-usage for the latest setup command.
Is model-usage actively maintained?
model-usage may need a closer maintenance check before production use.
Auto-fetched from GitHub.