Agent skill · Security

audit

Generate usage report for MiniMax and token optimization Use when: (1) /audit is invoked, (2) task relates to audit functionality.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill audit-alfredolopez80-multi-agent-ralph-lo --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/audit-alfredolopez80-multi-agent-ralph-lo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /audit Generate usage and cost optimization report. ## v2.88 Key Changes (MODEL-AGNOSTIC) - **Model-agnostic**: Uses model configured in `~/.claude/settings.json` or CLI/env vars - **No flags required**: Works with the configured default model - **Flexible**: Works with GLM-5, Claude, Minimax, or any configured model - **Settings-driven**: Model selection via `ANTHROPIC_DEFAULT_*_MODEL` env vars ## 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 ```bash # 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% ```

What's inside
Steps it walks through
  1. v2.88 Key Changes (MODEL-AGNOSTIC)
  2. What it shows
  3. Execution
  4. Cost Calculation
  5. Example Output
Ships with 1 file
  • metadata.json
Commands it runs
View stats
mmc --stats
Detailed audit report
ralph audit
More from claude-skill-registry
All skills →
About this skill
What does the audit skill do?

Generate usage report for MiniMax and token optimization Use when: (1) /audit is invoked, (2) task relates to audit functionality.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill audit-alfredolopez80-multi-agent-ralph-lo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going