model-usage

Parse CodexBar cost JSON payloads and aggregate modelBreakdowns by model.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/191854169/openclawFork --skill model-usage-191854169
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-usage
Source: https://github.com/191854169/openclawFork/tree/main/skills/model-usage
Command: npx skills add https://github.com/191854169/openclawFork --skill model-usage-191854169

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

CodexBar local cost logs can be hard to parse by model, making it difficult to quickly understand per-model usage and costs in a local environment.

Core Features & Use Cases

  • Summarizes per-model cost from CodexBar logs for Codex and Claude.
  • Provides current-model and all-models reports, with both JSON and human-readable formats.
  • Useful for budgeting, optimization, and auditing of AI usage in local workflows.

Quick Start

Run the model_usage script against local codexbar cost data to generate a per-model usage summary.

Frequently Asked Questions about model-usage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize per-model cost breakdowns from CodexBar logs?

You can parse CodexBar cost JSON payloads and aggregate modelBreakdowns by model to summarize per-model cost breakdowns. The Skill outputs results in text or JSON formats for budgeting and optimization.

What is the best way to track Codex and Claude usage costs in a local development environment?

Tracking Codex and Claude usage costs in a local development environment involves parsing CodexBar local logs. This Skill provides current-model and all-models reports to help you audit AI usage and optimize your workflow budget.

Can I output CodexBar cost analysis results in JSON format for integration?

Yes, you can output CodexBar cost analysis results in JSON format for easy integration. The Skill aggregates local log modelBreakdowns and supports both human-readable text and JSON output formats.

Does this per-model usage summary work without external dependencies?

Yes, the per-model usage summary works without external dependencies. It parses local codexbar cost data using internal scripts and references to generate reports directly in your local environment.

When do I need to parse local logs for AI model cost budgeting?

You need to parse local logs for AI model cost budgeting when you want to understand per-model usage and costs in a local environment. This is useful for auditing local workflows and optimizing your current-model spending.