financial-statements-th

financial-statements-th is a skill for Claude Code from WARROOM-CEO/CORE. It costs 73 tokens per session (3,411 once invoked), scanned A, a copy of financial-statements, MIT.

เครื่องมือจัดทำงบกำไรขาดทุน งบดุล และงบกระแสเงินสดเป็นภาษาไทย พร้อมเปรียบเทียบผลต่างระหว่างช่วงเวลา

In plain words
What is it for?
ใช้เตรียมงบรายเดือนหรือรายไตรมาส ปิดบัญชี และทำสรุปการเงินสำหรับผู้บริหาร โดยผู้เชี่ยวชาญควรตรวจทานก่อนนำไปใช้
Why use it?
ช่วยลดงานจัดรูปแบบงบและตรวจหาความแตกต่างสำคัญระหว่างผลจริงกับงบประมาณหรือช่วงก่อนหน้า

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Not installable on its own: it reads a path above its own folder, which only exists inside its repository. The line is If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../../CONNECTORS.md)..

Part of the finance plugin — 8 skills shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add WARROOM-CEO/CORE
Claude Code
/plugin install finance

Made for: Claude Code.

Or install finance, the plugin that ships this one along with the rest of its 8 skills.

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 financial-statements-th

README.md
[![agentmods](https://agentmods.dev/badge/skills/warroom-ceo/core/financial-statements.svg)](https://agentmods.dev/skills/warroom-ceo/core/financial-statements)
Your own site
<a href="https://agentmods.dev/skills/warroom-ceo/core/financial-statements"><img src="https://agentmods.dev/badge/skills/warroom-ceo/core/financial-statements.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,411 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 83% copy Near-identical to another mod 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.00073 $0.03411
Opus 5 $0.00036 $0.01706
Sonnet 5 $0.00015 $0.00682
Haiku 4.5 $0.00007 $0.00341

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

Security

Grade A, and why

financial-statements-th 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 6d 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.

Origin

This is a copy

83% identical to financial-statements — 18 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/finance/skills/financial-statements/SKILL.md · 338 lines

How it starts

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

Language: All user-facing output — responses, summaries, and any text the user will read — must be written in Thai (ภาษาไทย). Internal logic, file paths, code snippets, and technical values remain in English.

/financial-statements-th

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Important: This command assists with financial statement workflows but does not provide financial advice. All statements should be reviewed by qualified financial professionals before use in reporting or filings.

Generate financial statements with period-over-period comparison and variance analysis. The workflow below walks through income statement generation; balance sheet and cash flow statement reference formats, GAAP presentation requirements (ASC 220/210/230), and common period-end adjustments are included as supporting reference-th material.

Usage

/financial-statements <period-type> <period>

Arguments

  • period-type — The reporting period type:
    • monthly — Single month P&L with prior month and prior year month comparison
    • quarterly — Quarter P&L with prior quarter and prior year quarter comparison
    • annual — Full year P&L with prior year comparison
    • ytd — Year-to-date P&L with prior year YTD comparison
  • period — The period to report (e.g., 2024-12, 2024-Q4, 2024)

Workflow

1. Gather Financial Data

If ~~erp or ~~data warehouse is connected:

  • Pull trial balance or income statement data for the specified period
  • Pull comparison period data (prior period, prior year, budget/forecast)
  • Pull account hierarchy and groupings for presentation

If no data source is connected:

Connect ~~erp or ~~data warehouse to pull financial data automatically. You can also paste trial balance data, upload a spreadsheet, or provide income statement data for analysis.

Prompt the user to provide:

  • Current period revenue and expense data (by account or category)
  • Comparison period data (prior period, prior year, and/or budget)
  • Any known adjustments or reclassifications

Read the full file on GitHub · 338 lines

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. 6d ago First seen · 338 lines · 73 tokens per session scan A dc10ab64ad45

Subscribe to this mod's changes

financial-statements-th is a skill published in the GitHub repository WARROOM-CEO/CORE (30 stars, last pushed 5mo ago), licensed MIT. It adds 73 tokens to every session and 3,411 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 83% identical to financial-statements, differing in 18 lines, and is treated as a copy.