finance-accounting

finance-accounting is a skill for Claude Code from frank-luongt/faos-skills-marketplace. It costs 0 tokens per session (2,245 once invoked), scanned A, original, Apache-2.0.

A guide for routine finance and accounting work, including recording transactions, checking accounts, comparing budgets with actual results, and closing the books. Account reconciliation means checking that two financial records agree; financial close is the process of finalising accounts for a period.

In plain words
What is it for?
Use it to create journal entries, reconcile bank or company accounts, analyse budget differences, and plan month-end or quarter-end close work.
Why use it?
It gives a defined process for common accounting tasks that can otherwise be inconsistent or easy to miss.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the faos-analyst plugin — 22 skills, 6 commands shipped together

Good fit Use it to create journal entries, reconcile bank or company accounts, analyse budget differences, and plan month-end or quarter-end close work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/frank-luongt/faos-skills-marketplace/finance-accounting
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 frank-luongt/faos-skills-marketplace --skill finance-accounting
Clone the repo
git clone --depth 1 https://github.com/frank-luongt/faos-skills-marketplace

Made for: Claude Code.

Or install faos-analyst, the plugin that ships this one along with the rest of its 22 skills, 6 commands.

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-accounting

README.md
[![agentmods](https://agentmods.dev/badge/skills/frank-luongt/faos-skills-marketplace/finance-accounting/github.svg)](https://agentmods.dev/skills/frank-luongt/faos-skills-marketplace/finance-accounting)
Your own site
<a href="https://agentmods.dev/skills/frank-luongt/faos-skills-marketplace/finance-accounting"><img src="https://agentmods.dev/badge/skills/frank-luongt/faos-skills-marketplace/finance-accounting/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-accounting

Your own site · 80×15
<a href="https://agentmods.dev/skills/frank-luongt/faos-skills-marketplace/finance-accounting"><img src="https://agentmods.dev/badge/skills/frank-luongt/faos-skills-marketplace/finance-accounting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,245 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.00000 $0.02245
Opus 5 $0.00000 $0.01123
Sonnet 5 $0.00000 $0.00449
Haiku 4.5 $0.00000 $0.00225

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

Security

Grade A, and why

finance-accounting 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 12d 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.

plugins/faos-analyst/skills/finance-accounting/SKILL.md · 224 lines

How it starts

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


name: finance-accounting description: Create journal entries, perform account reconciliation, run variance analysis, and manage financial close processes. Use when recording transactions, reconciling accounts, analyzing budget variances, or executing month-end close procedures. tags: [finance, accounting, reconciliation, financial-close]

Finance & Accounting Operations

Operational accounting framework for journal entries, reconciliation, variance analysis, and financial close. This skill covers the day-to-day accounting operations — not strategic financial planning (which is the CFO agent's domain).

Use this skill when

  • Recording transactions as journal entries (accruals, prepayments, depreciation)
  • Performing bank, intercompany, or subledger-to-GL reconciliation
  • Analyzing budget vs. actual variances with root cause decomposition
  • Executing or designing month-end / quarter-end close processes
  • Preparing financial statement review checklists
  • Building close calendars and sign-off workflows

Do not use this skill when

  • Optimizing cloud infrastructure costs (use cost-optimization)
  • Building startup financial projections or models (use startup-financial-modeling)
  • Making strategic capital allocation decisions (use CFO agent directly)
  • Conducting investor-facing financial analysis (use startup-business-analyst-financial-projections)

Instructions

  1. Identify the accounting task — journal entry, reconciliation, variance analysis, or close process.
  2. Apply the appropriate template from the sections below.
  3. Follow the verification steps — every entry needs supporting documentation.
  4. For close processes — use the Month-End Close Checklist with day-by-day sequencing.

Journal Entry Templates

Standard Entry Structure

Date: [YYYY-MM-DD]
Entry #: [JE-XXXX]
Prepared by: [Name]
Approved by: [Name]
Description: [Clear description of transaction]

| Account Code | Account Name | Debit ($) | Credit ($) |
|-------------|-------------|-----------|------------|
| XXXX-XX | [Account] | X,XXX.XX | |
| XXXX-XX | [Account] | | X,XXX.XX |
| **Total** | | **X,XXX.XX** | **X,XXX.XX** |

Supporting documentation: [Reference #, invoice, contract, etc.]

Read the full file on GitHub · 224 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. 12d ago First seen · 224 lines · 0 tokens per session scan A accae934828a

Subscribe to this mod's changes

finance-accounting is a skill published in the GitHub repository frank-luongt/faos-skills-marketplace (33 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,245 tokens. 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

justfix

Use this skill when the user asks for a quote, estimate, price, or "how much" for a UK trades job – electrical, plumbing, locksmith, glazing, carpentry, handyperson, heating, gas, roofing, drains, white goods, or boiler service. Calls the JustFix Estimator MCP server to return a cost breakdown, scope summary, and a…

Just-Fix/justfix-skill · 90 tokens

wealth-structure

A framework for thinking about wealth through ownership, responsibility, leverage, and avoiding risks that could end your progress.

kangarooking/cangjie-skill · 141 tokens

alpha-vantage

Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

agent-fintech-engineer

Expert fintech engineer specializing in financial systems, regulatory compliance, and secure transaction processing. Masters banking integrations, payment systems, and building scalable financial technology that meets stringent regulatory requirements.

majiayu000/claude-skill-registry · 40 tokens

fastbill

Work with FastBill invoices, customers, payments, reminders, and e-invoice exports through the FastBill XML API.

HybridAIOne/hybridclaw · 27 tokens