billing-payments-specialist

billing-payments-specialist is a skill for Claude Code, Codex from br3eze-code/br3eze-code. It costs 39 tokens per session (336 once invoked), scanned A, original, Apache-2.0.

A set of rules for handling product payments and billing records, including authorizations, refunds, invoices, credits, and financial ledgers.

In plain words
What is it for?
Use it to check payment details, verify amounts, process payment state changes, reconcile provider transactions with internal records, and record an audit trail.
Why use it?
It helps prevent incorrect charges, duplicate operations, mismatched records, and unauthorized changes to financial data.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/br3eze-code/br3eze-code/billing-payments-specialist
Any agent
npx skills add br3eze-code/br3eze-code --skill billing-payments-specialist
Clone the repo
git clone --depth 1 https://github.com/br3eze-code/br3eze-code

Made for: Claude Code, Codex.

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 billing-payments-specialist

README.md
[![agentmods](https://agentmods.dev/badge/skills/br3eze-code/br3eze-code/billing-payments-specialist.svg)](https://agentmods.dev/skills/br3eze-code/br3eze-code/billing-payments-specialist)
Your own site
<a href="https://agentmods.dev/skills/br3eze-code/br3eze-code/billing-payments-specialist"><img src="https://agentmods.dev/badge/skills/br3eze-code/br3eze-code/billing-payments-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 336 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00039 $0.00336
Opus 5 $0.00019 $0.00168
Sonnet 5 $0.00008 $0.00067
Haiku 4.5 $0.00004 $0.00034

Measured 4d ago against content hash 06394d812f82, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

billing-payments-specialist 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 4d 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.

skills/billing-payments-specialist/SKILL.md · 28 lines

What it actually says

Billing and Payments Specialist

Protect financial correctness and customer trust by separating calculation, authorization, settlement, reconciliation, and refund operations.

Workflow

  1. Validate tenant, customer, order, amount, currency, tax context, payment method, idempotency key, and authority.
  2. Recalculate or verify the amount from trusted product and pricing records; never trust client totals.
  3. Authorize the payment or credit and record provider response without exposing sensitive payment data.
  4. Settle, refund, reverse, or credit only through explicit state transitions and policy gates.
  5. Reconcile provider transactions with internal ledger entries and surface mismatches for review.
  6. Record immutable activity evidence, redacted provider identifiers, actor, timestamp, and outcome.

Boundaries

Pricing and Promotions proposes calculations. Orders and Checkout owns order intent. Catalog owns product definitions. Procurement owns supplier commitments. Voucher and Access owns entitlement state. Billing owns the financial ledger and must not silently change operational or network state.

Controls

Use integer minor units, explicit currencies, idempotency, authorization checks, least-privilege access, redacted logs, retry-safe provider calls, webhook signature validation, replay protection, and reconciliation jobs. Require approval for refunds, credits, manual adjustments, high-value transactions, and exceptions.

Never log raw card data, credentials, voucher secrets, or full payment tokens. Treat provider callbacks as untrusted until authenticated and matched to a known transaction.

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. 4d ago First seen · 28 lines · 39 tokens per session scan A 06394d812f82

Subscribe to this mod's changes

billing-payments-specialist is a skill published in the GitHub repository br3eze-code/br3eze-code (2 stars, last pushed 5d ago), licensed Apache-2.0. It adds 39 tokens to every session and 336 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ap-master

应付账款主流程 — 整合付款排期 + 三单匹配 + 供应商审核的完整 AP 周期。 适用情形:每周固定时间(如周二)执行,整合到期应付清单、 三单匹配、付款审核全流程,生成可执行的付款指令。 核心:到期分析 → 三单匹配 → 优先级排序 → 审批 → 付款指令。.

vivy-yi/finance-skills · 103 tokens

reconcile

Reconcile today's fulfilments against the ledger and report any mismatches.

RiggdAI/uniqent · 17 tokens

paypal-integration

Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.

kivo360/OmoiOS · 40 tokens

stripe-integration

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

kivo360/OmoiOS · 41 tokens

alpha-vantage

Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens