finance-report

finance-report is a skill for Claude Code, Codex from nexu-io/html-anything. It costs 26 tokens per session (203 once invoked), scanned A, original, Apache-2.0.

A template for a single-page quarterly finance report, with company results, charts, a profit-and-loss summary, key points, and an outlook.

In plain words
What is it for?
Building reports with revenue and spending charts, key performance indicators, a profit-and-loss table, highlights, an outlook, and a methodology section.
Why use it?
It provides a ready-made structure for presenting financial results clearly instead of designing the report layout from scratch.

Skill for Claude CodeCodex

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

Good fit Building reports with revenue and spending charts, key performance indicators, a profit-and-loss table, highlights, an outlook, and a methodology section.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nexu-io/html-anything/finance-report
About the project

html-anything is a local AI-assisted HTML editor in which coding-agent command-line tools create documents such as articles, presentations, posters, prototypes, and reports from reusable templates. People use it to produce HTML and export it to services such as WeChat, X, and Zhihu or to HTML and PNG files. The catalogue entries are the skills and instructions that define its output surfaces and workflows.

nexu-io/html-anything · 8,698 stars · on GitHub · open-design.ai

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.

Any agent
npx skills add nexu-io/html-anything --skill finance-report
Clone the repo
git clone --depth 1 https://github.com/nexu-io/html-anything

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 finance-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/nexu-io/html-anything/finance-report.svg)](https://agentmods.dev/skills/nexu-io/html-anything/finance-report)
Your own site
<a href="https://agentmods.dev/skills/nexu-io/html-anything/finance-report"><img src="https://agentmods.dev/badge/skills/nexu-io/html-anything/finance-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 203 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00026 $0.00203
Opus 5 $0.00013 $0.00102
Sonnet 5 $0.00005 $0.00041
Haiku 4.5 $0.00003 $0.00020

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

Security

Grade A, and why

finance-report 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.

next/src/lib/templates/skills/finance-report/SKILL.md · 23 lines

What it actually says

【模板: 季度财报 / Finance Report】 【意图】财务向单页报告, 数字 + 图表 + 文字洞察。 【布局】

  • Masthead (公司 + Q + 报告标题) + 4 个 hero KPI
  • Revenue chart + Burn chart (Chart.js / ECharts)
  • P&L 概要表 (zebra + sticky header)
  • Top-line highlights (5 条 bullet)
  • Outlook 段落
  • Methodology 折叠区
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 23 lines · 26 tokens per session scan A 941d5a8b4132

Subscribe to this mod's changes

finance-report is a skill published in the GitHub repository nexu-io/html-anything (8,698 stars, last pushed 15d ago), licensed Apache-2.0. It adds 26 tokens to every session and 203 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 skills, from other repositories

ib-pitch-book

OpenDesign's investor pitch book: market map, moat, unit economics, and the ask — analyst-grade and diligence-ready. Built as a decision-grade fundraising pitch deck for growth-equity investors.

nexu-io/open-design · 44 tokens

invoice

A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief mentions "invoice", "bill", "billing statement", or "发票".

nexu-io/open-design · 46 tokens

html-ppt-weekly-report

OpenDesign's weekly growth review: stars, installs, activation — the number, the driver, and the recommended move. Built as a decision-grade data & finance deck for growth & product team.

nexu-io/open-design · 46 tokens

data-report

Turns CSV, Excel, or JSON data into a polished visual report page.

nexu-io/open-design · 18 tokens

html-ppt

For consulting delivery work: turn diagnosis, frameworks, and project work into a client-adoptable action plan. Built around the core query "consulting-final-deck", with engagement manager judgment, buyer-ready proof, and this outcome: accept the recommendation and commit owners to the roadmap.

nexu-io/open-design · 61 tokens

pptx-html-fidelity-audit

Audit a python-pptx export against its source HTML deck, identify layout/content drift (footer overflow, cropped content, missing italic/em, lost styling, off-rhythm spacing), and re-export with strict footer-rail + cursor-flow layout discipline. Use this skill whenever the user has a .pptx that was generated from an…

nexu-io/open-design · 185 tokens