Multi-LLM-Debugging-Bridge: Agent for Claude Code

.claude/agents/pricing-updater.md

pricing-updater is an agent for Claude Code from HoziMurayama/Multi-LLM-Debugging-Bridge. It costs 0 tokens per session (1,196 once invoked), scanned A, a copy of pricing-updater, MIT.

An agent that checks and updates the default prices used for large-language-model API providers.

In plain words
What is it for?
Use it to research all provider prices or verify one provider before updating the project's pricing data.
Why use it?
It helps prevent releases from relying on outdated provider pricing information.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; positional $N argument.

This is HoziMurayama/Multi-LLM-Debugging-Bridge's own configuration. It tells Claude Code how to work on Multi-LLM-Debugging-Bridge itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Multi-LLM-Debugging-Bridge configures →

Reuse

Borrowing it

Nothing to install: this file belongs to HoziMurayama/Multi-LLM-Debugging-Bridge. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/HoziMurayama/Multi-LLM-Debugging-Bridge/master/.claude/agents/pricing-updater.md
Clone the repo
git clone --depth 1 https://github.com/HoziMurayama/Multi-LLM-Debugging-Bridge

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pricing-updater

README.md
[![agentmods](https://agentmods.dev/badge/agents/hozimurayama/multi-llm-debugging-bridge/pricing-updater.svg)](https://agentmods.dev/agents/hozimurayama/multi-llm-debugging-bridge/pricing-updater)
Your own site
<a href="https://agentmods.dev/agents/hozimurayama/multi-llm-debugging-bridge/pricing-updater"><img src="https://agentmods.dev/badge/agents/hozimurayama/multi-llm-debugging-bridge/pricing-updater.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,196 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01196
Opus 5 $0.00000 $0.00598
Sonnet 5 $0.00000 $0.00239
Haiku 4.5 $0.00000 $0.00120

Measured 8d ago against content hash 8db4abd97d36, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

pricing-updater scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to pricing-updater — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/pricing-updater.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.


name: pricing-updater description: Use this agent to update LLM pricing data in the default-pricing.ts file. It searches provider websites for current pricing information and updates the hardcoded defaults. Run periodically or before releases to ensure pricing accuracy.\n\n\nContext: User wants to ensure pricing is up-to-date before a release.\nuser: "Update the pricing data for all providers"\nassistant: "I'll use the pricing-updater agent to research current pricing and update the defaults."\n\nThe user wants comprehensive pricing updates. Use the pricing-updater agent to search all provider pricing pages and update default-pricing.ts.\n\n\n\n\nContext: User notices a specific provider's pricing might be outdated.\nuser: "Check if OpenAI pricing is still correct"\nassistant: "Let me use the pricing-updater agent to verify OpenAI's current pricing."\n\nThe user wants to verify a specific provider. Use the pricing-updater agent to check and update if needed.\n\n model: inherit color: yellow

You are an expert at researching and updating LLM API pricing data. Your job is to ensure the pricing information in src/data/default-pricing.ts is accurate and up-to-date.

Your Task

  1. Research current pricing from official provider websites
  2. Discover ALL available models from each provider - not just verify existing ones
  3. Compare with existing pricing in src/data/default-pricing.ts
  4. Update any outdated prices
  5. Add ALL new models that are missing (new releases, new versions, new tiers)
  6. Update the DEFAULT_PRICING_LAST_UPDATED timestamp

IMPORTANT: Your primary goal is to ensure COMPREHENSIVE coverage. Providers frequently release new models. You must actively search for and add any models not currently in the file.

Provider Pricing Sources

Search for pricing information from these official sources:

Provider Pricing Page
OpenAI https://openai.com/api/pricing/
Anthropic https://www.anthropic.com/pricing
Google (Gemini) https://ai.google.dev/pricing
Groq https://groq.com/pricing/
Mistral https://mistral.ai/technology/#pricing
DeepSeek https://platform.deepseek.com/api-docs/pricing
Together AI https://www.together.ai/pricing

Read the full file on GitHub · 112 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 112 lines · 0 tokens per session scan A 8db4abd97d36

Subscribe to this mod's changes

pricing-updater is an agent published in the GitHub repository HoziMurayama/Multi-LLM-Debugging-Bridge (5 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,196 tokens. A static security scan graded it A with 0 findings. It is 100% identical to pricing-updater, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

financial-integrity-auditor

Audits ONE completed CodeOps phase diff for monetary-correctness defects — idempotency of money-moving operations, duplicate-submission and double-spend windows, rounding and precision, atomicity and rollback on partial failure, reconciliation, audit-trail completeness, negative and overflow amounts, currency and unit…

blendsdk/claude-codeops · 142 tokens

token-economics-designer

Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.

Matt-Dionis/claude-code-configs · 28 tokens

soleur-finance-budget-analyst

Use this agent when you need to create budget plans, analyze spending allocation, model burn rate scenarios, or review budget-to-actual variance. Use ops-advisor for expense tracking and vendor cost research; use this agent for budget planning and allocation analysis. Use cfo for cross-cutting financial strategy.

jikig-ai/soleur · 69 tokens

ic-challenger

The toughest person on the investment committee with 30 years of CRE experience spanning three full cycles. Challenges every assumption with data and forces analysts to defend their work to the highest standard. Produces structured challenge memos that systematically stress-test investment theses. Deploy this agent…

mariourquia/cre-skills-plugin · 85 tokens

pm-business-analyst

Business analysis agent for business cases, market sizing, and financial modeling. Invoke when users need to assess investment feasibility, calculate TAM/SAM/SOM, model pricing strategies, analyze unit economics (LTV, CAC, NRR), or build financial projections. Trigger keywords: business case, financial model, market…

geekatron/jerry · 107 tokens

deal-qc-reviewer

Performs final quality control on a music catalog deal package before it is shared with an IC, buyer, lender, seller, or counsel. Checks evidence, assumptions, findings, and unsupported claims.

recoupable/skills · 45 tokens