cost-report

Aggregate memory/token-usage.csv into memory/inference-cost.md with per-skill cost breakdowns.

10|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill cost-report-liquid-protocol-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cost-report
Source: https://github.com/Liquid-Protocol-Ops/agent-autonomopoly/tree/main/skills/cost-report
Command: npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill cost-report-liquid-protocol-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill aggregates memory/token usage data to produce a clear, self-optimization cost report that the agent uses to trim unnecessary token usage and manage inference costs.

Core Features & Use Cases

  • Cost aggregation: reads memory/token-usage.csv and computes per-skill cost, 7-day and 30-day windows.
  • Optimization guidance: highlights heavy-usage skills and suggests cadence adjustments to reduce burn.
  • Automated reporting: writes memory/inference-cost.md and logs daily burn for tracking.

Quick Start

Use the cost-report skill to generate memory/inference-cost.md from memory/token-usage.csv.

Frequently Asked Questions about cost-report

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

FAQPage Schema
How do I aggregate token usage logs into an inference cost report?

To generate an inference cost report, the skill reads memory/token-usage.csv, computes costs using per-field pricing, and aggregates the data by skill and time windows to output memory/inference-cost.md.

What's the best way to calculate per-skill token costs from a CSV file?

Calculating per-skill token costs from a CSV involves applying per-field pricing to the usage data, aggregating the results by skill, and generating a breakdown of expenses for 7-day and 30-day windows.

How does daily burn estimation work for token usage?

Daily burn estimation works by aggregating memory/token-usage.csv data across runs, computing costs with per-field pricing, and logging the daily token consumption rate into memory/inference-cost.md.

Can I get optimization signals for inference costs from usage logs?

Yes, the skill processes usage logs to produce optimization signals that highlight heavy-usage skills and suggest cadence adjustments, helping you trim unnecessary token usage and manage inference costs.

Do I need a specific CSV format to generate a token cost breakdown?

You need a memory/token-usage.csv file containing token usage data. The skill uses this CSV to compute per-field pricing, aggregate costs by skill, and write the final breakdown to memory/inference-cost.md.

When should I use an automated cost report for token usage?

You should use an automated cost report when you need to track daily burn estimates, identify heavy-usage skills, and receive optimization signals to guide cadence decisions for reducing inference costs.