Agent skill
audit
Generate usage report for MiniMax and token optimization Use when: (1) /audit is invoked, (2) task relates to audit functionality.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/audit
SKILL.md
/audit
Generate usage and cost optimization report.
What it shows
- Total queries by model (MiniMax M2.1, lightning, Claude)
- Estimated cost savings from MiniMax usage
- Usage trends (daily/weekly)
- Optimization recommendations
Execution
# View stats
mmc --stats
# Detailed audit report
ralph audit
Cost Calculation
- Claude Sonnet: $3.00/$15.00 per 1M tokens (input/output)
- MiniMax M2.1: $0.30/$1.20 per 1M tokens (~92% savings)
- MiniMax-lightning: $0.15/$0.60 per 1M tokens (~96% savings)
Example Output
=== MiniMax Usage Audit ===
Period: Last 7 days
Model Distribution:
MiniMax M2.1: 45 queries (60%)
MiniMax-lightning: 20 queries (27%)
Claude Sonnet: 10 queries (13%)
Estimated Savings:
If all queries used Claude: ~$X.XX
Actual cost with MiniMax: ~$X.XX
Savings: ~XX%
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?