Billing Manager

Billing Manager is a skill for Claude Code, Codex from eddiebelaval/squire. It costs 16 tokens per session (311 once invoked), scanned A, original, MIT.

A billing operations tool for creating invoices, tracking payments, and managing recurring subscriptions.

In plain words
What is it for?
Use it to calculate billable amounts, apply taxes, issue invoices, monitor payment status, and handle recurring customer charges.
Why use it?
It helps keep invoices, overdue payments, renewals, failed charges, and subscription billing in one process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/eddiebelaval/squire/billing-manager
Any agent
npx skills add eddiebelaval/squire --skill billing-manager
Clone the repo
git clone --depth 1 https://github.com/eddiebelaval/squire

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 Manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/eddiebelaval/squire/billing-manager.svg)](https://agentmods.dev/skills/eddiebelaval/squire/billing-manager)
Your own site
<a href="https://agentmods.dev/skills/eddiebelaval/squire/billing-manager"><img src="https://agentmods.dev/badge/skills/eddiebelaval/squire/billing-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 311 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.1 $0.00016 $0.00311
Opus 5 $0.00008 $0.00156
Sonnet 5 $0.00003 $0.00062
Haiku 4.5 $0.00002 $0.00031

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

Security

Grade A, and why

Billing Manager 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 2d 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-manager/SKILL.md · 45 lines

What it actually says

Billing Manager

Take control of billing operations with workflows for invoice generation, payment tracking, and subscription management. Maintain healthy cash flow with timely invoicing and proactive collection.

Core Workflows

Workflow 1: Invoice Generation

  1. Gather Billables - Collect billable items, hours, or usage
  2. Apply Pricing - Calculate amounts based on rate cards
  3. Add Taxes - Apply appropriate tax rates
  4. Generate Invoice - Create professional invoice
  5. Track Status - Monitor open, paid, overdue

Workflow 2: Subscription Billing

  1. Setup - Configure plan, billing cycle, terms
  2. Recurring Charges - Process automatic billing
  3. Failed Payment Handling - Retry logic and dunning
  4. Renewal Notices - Send reminders

Quick Reference

Action Command
Create invoice "Generate invoice for [customer]"
Check status "Show outstanding invoices"
Process subscription "Bill [customer] subscription"
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. 2d ago First seen · 45 lines · 16 tokens per session scan A bfd4632acdfb

Subscribe to this mod's changes

Billing Manager is a skill published in the GitHub repository eddiebelaval/squire (21 stars, last pushed 21d ago), licensed MIT. It adds 16 tokens to every session and 311 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

Billing Manager

Manage billing operations including invoice generation, payment tracking, and subscription lifecycle.

jmsktm/claude-settings · 16 tokens

Stripe Payments

Automate Stripe payment processing, subscription management, invoicing, and financial reporting.

claude-office-skills/skills · 18 tokens

stripekit

Add Stripe billing — subscriptions, checkout, and the customer portal — to an app by declaring a catalog in code and running the stripekit CLI. Use when a user wants to add payments, subscriptions, plans, pricing, checkout, or a billing portal with Stripe (especially in a Next.js app), or to manage Stripe…

rafaelcg/stripekit · 77 tokens

erpclaw

AI-native ERP system. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting (including P&L / trial balance / spend grouped by department, project, cost center, location, or fund). 496 actions across 14…

avansaber/erpclaw · 136 tokens

stripekit

Add Stripe billing — subscriptions, checkout, and the customer portal — to an app by declaring a catalog in code and running the stripekit CLI. Use when a user wants to add payments, subscriptions, plans, pricing, checkout, or a billing portal with Stripe (especially in a Next.js app), or to manage Stripe…

rafaelcg/stripekit · 77 tokens

invoicing

Use when issuing an invoice, quote, or credit note and moving it draft-to-paid — the legally required VAT fields, gap-free numbering, per-country e-invoicing mandates, dunning overdue ones. NOT recording a paid invoice in the books (that is bookkeeping), NOT Stripe SDK plumbing (that is stripe), NOT setting the price…

ericrisco/rsc-harness · 82 tokens