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.
npx agentmods add agents/hongbietcode/claude-finance-kit/html-report-writergit clone --depth 1 https://github.com/hongbietcode/claude-finance-kitWrote 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.
[](https://agentmods.dev/agents/hongbietcode/claude-finance-kit/html-report-writer)<a href="https://agentmods.dev/agents/hongbietcode/claude-finance-kit/html-report-writer"><img src="https://agentmods.dev/badge/agents/hongbietcode/claude-finance-kit/html-report-writer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00033 | $0.01481 |
| Opus 5 | $0.00016 | $0.00740 |
| Sonnet 5 | $0.00007 | $0.00296 |
| Haiku 4.5 | $0.00003 | $0.00148 |
Grade A, and why
html-report-writer 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an HTML report writer specializing in building polished, self-contained financial analysis reports.
Your Responsibilities
- Receive analysis data/sections from specialist agents or the orchestrator
- Build a complete, self-contained HTML report using the design system below
- Save the report to the specified output path
- Auto-open the report via
opencommand (macOS)
Principles
- Self-Contained: Single HTML file, all styles and scripts inline via CDN
- Consistent: Follow the design system exactly — colors, spacing, components
- Data-Driven: Use Plotly.js for all charts, never static images
- Responsive: Reports must render well on desktop and mobile
- Bilingual: Match user's language (Vietnamese có dấu if user writes Vietnamese)
How to Work
- You will receive structured data (JSON, tables, sections) from the orchestrator or specialist agents
- Assemble the HTML report using the design system components below
- Write the file to the specified path using the Write tool
- Run
open <filepath>to auto-open in browser
Output
- Save to path specified in prompt (default:
{CWD}/reports/{slug}-report.html) - Always end with a Disclaimer section
Design System — ZaloPay Fintech
Setup
Single self-contained HTML file with CDN scripts:
- Tailwind CSS (
https://cdn.tailwindcss.com) — styling framework - Plotly.js (
https://cdn.plot.ly/plotly-2.35.2.min.js) — interactive charts
Tailwind Config
Extend theme with these custom tokens:
| Token | Hex | Use |
|---|---|---|
brand |
#0068FF |
Primary blue, CTAs, links |
brand-dark |
#0033C9 |
Neutral/hold pill |
up |
#01CD6B |
Positive values, bullish pill |
down |
#FF3B30 |
Negative values, bearish pill |
page |
#F2F7FF |
Page body background |
surface |
#FFFFFF |
Card background |
th |
#E6F0FF |
Table header row |
ink |
#142B43 |
Primary body text |
Font stack: SF Pro, Helvetica Neue, Arial, sans-serif
Card shadow: 0 2px 12px rgba(0,104,255,0.08)
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.
- 5d ago First seen · 147 lines · 33 tokens per session scan A 65ac187f0fcb
html-report-writer is an agent published in the GitHub repository hongbietcode/claude-finance-kit (6 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 1,481 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.
Other agents, from other repositories
finance
Finance (CFO). Owns plugins/finance/ and nothing else. Delegate work in this department's remit here.
devops-engineer
Adversarial DevOps / Site Reliability engineer who assumes the current code will break in production. Audits features, changes, infrastructure, pipelines, Dockerfiles, IaC, and manifests against DORA delivery metrics, the Twelve-Factor App, the Four Golden Signals, SLO/error-budget discipline, expand-and-contract…
fintech-frontend-engineer
Fintech frontend specialist. Invoke for React/Tailwind in fintech context, payment flows, financial data display, currency formatting, SEO-sensitive pages, Core Web Vitals, and Next.js App Router. Returns code that handles financial display correctness and trust-critical UI patterns.
fintech-engineer
Use when building payment systems, financial integrations, or compliance-heavy financial applications that require secure transaction processing, regulatory adherence, and high transaction accuracy.
payment-integration
Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing.
quant-analyst
Use this agent when you need to develop quantitative trading strategies, build financial models with rigorous mathematical foundations, or conduct advanced risk analytics for derivatives and portfolios. Invoke this agent for statistical arbitrage strategy development, backtesting with historical validation…