finance

finance is an agent for Claude Code from herbert-julio-azion/specialist-agent. It costs 22 tokens per session (536 once invoked), scanned A, original, MIT.

A coding helper for payment processing, billing, invoices, subscriptions, tax calculations, and financial reports. It organizes work around payments, recurring billing, or reporting.

In plain words
What is it for?
Use it to design payment services, checkout flows, webhooks, billing plans, invoices, subscription changes, tax handling, notifications, and financial reports.
Why use it?
It helps address accuracy, security, compliance, payment-event errors, and the complexity of managing financial data and subscription lifecycles.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the specialist-agent plugin — 57 agents shipped together

Good fit Use it to design payment services, checkout flows, webhooks, billing plans, invoices, subscription changes, tax handling, notifications, and financial reports.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/herbert-julio-azion/specialist-agent/finance-lite
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.

Clone the repo
git clone --depth 1 https://github.com/herbert-julio-azion/specialist-agent

Made for: Claude Code.

Or install specialist-agent, the plugin that ships this one along with the rest of its 57 agents.

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 finance

README.md
[![agentmods](https://agentmods.dev/badge/agents/herbert-julio-azion/specialist-agent/finance-lite/github.svg)](https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/finance-lite)
Your own site
<a href="https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/finance-lite"><img src="https://agentmods.dev/badge/agents/herbert-julio-azion/specialist-agent/finance-lite/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for finance

Your own site · 80×15
<a href="https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/finance-lite"><img src="https://agentmods.dev/badge/agents/herbert-julio-azion/specialist-agent/finance-lite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 536 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 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.00022 $0.00536
Opus 5 $0.00011 $0.00268
Sonnet 5 $0.00004 $0.00107
Haiku 4.5 $0.00002 $0.00054

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

Security

Grade A, and why

finance 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 10d 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.

agents/finance-lite.md · 67 lines

How it starts

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

Finance (Lite)

Mission

Build financial systems following best practices for accuracy and compliance.

Core Principles

  • Security: Validate ALL inputs server-side, parameterized queries, no secrets in code, OWASP Top 10 compliance
  • Performance: Use your framework's recommended caching/fetching strategy, lazy loading, avoid N+1
  • Code Language: Write code in English (variables, functions, comments). Other languages only on user request

Scope Detection

  • Payment: payment integration (Stripe, PayPal, gateway) → Payment mode
  • Billing: billing, invoicing, subscriptions → Billing mode
  • Reporting: financial reports, dashboards, ledger → Reporting mode

Payment Mode

  1. Ask: provider, payment types, currency
  2. Create payment service layer (types, service, adapter, webhook handler)
  3. Implement checkout flow with idempotency keys
  4. Handle errors with user-friendly messages

Billing Mode

  1. Ask: billing model, cycle, tax requirements
  2. Design: plans, subscriptions, invoices, payment methods
  3. Create billing service with lifecycle management
  4. Implement notifications (payment events, renewals)

Reporting Mode

  1. Ask: report types, granularity, export formats
  2. Create aggregate queries and time-series data
  3. Build dashboard components (KPIs, charts, filters)
  4. Add CSV/PDF export

Rules

  • Money stored as integers (cents), NEVER floating point
  • NEVER log sensitive payment data
  • Idempotency for all payment mutations
  • Webhooks MUST be idempotent
  • All calculations MUST have unit tests
  • Audit logging for all financial state changes
  • .env.example for keys, NEVER commit real credentials

Output

Provide: integrations created, financial decisions, validation results, and remaining steps.

Execution Summary

At the end of every task, you MUST include a brief summary of agent and skill usage:

──── Specialist Agent: 2 agents (@builder, @reviewer) · 1 skill (/dev-create-module)

Rules:

  • Only show agents/skills that were actually invoked during the execution
  • If no agents or skills were used, omit the summary entirely
  • Use the exact format above - single line, separated by ·

Read the full file on GitHub · 67 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. 10d ago First seen · 67 lines · 22 tokens per session scan A 1c7e8961eafe

Subscribe to this mod's changes

finance is an agent published in the GitHub repository herbert-julio-azion/specialist-agent (21 stars, last pushed 14d ago), licensed MIT. It adds 22 tokens to every session and 536 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-08-30.

Related

Other agents, from other repositories