personal-finance-ledger

personal-finance-ledger is a skill for Claude Code, Codex from Nafixhutao/Mind-your-skill. It costs 25 tokens per session (755 once invoked), scanned A, original, MIT.

A personal record-keeping skill that reads income and expenses from text or receipt images and saves the transactions to Google Sheets. It can also show balances and category summaries.

In plain words
What is it for?
Use it to record transactions, read receipt details, review income and expenses, summarize spending by category, and store the results in Google Sheets.
Why use it?
It makes it easier to keep a personal spending record without entering every receipt manually into a spreadsheet.

Skill for Claude CodeCodex

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

Good fit Use it to record transactions, read receipt details, review income and expenses, summarize spending by category, and store the results in Google Sheets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nafixhutao/mind-your-skill/personal-finance-ledger
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 Nafixhutao/Mind-your-skill --skill personal-finance-ledger
Clone the repo
git clone --depth 1 https://github.com/Nafixhutao/Mind-your-skill

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 personal-finance-ledger

README.md
[![agentmods](https://agentmods.dev/badge/skills/nafixhutao/mind-your-skill/personal-finance-ledger/github.svg)](https://agentmods.dev/skills/nafixhutao/mind-your-skill/personal-finance-ledger)
Your own site
<a href="https://agentmods.dev/skills/nafixhutao/mind-your-skill/personal-finance-ledger"><img src="https://agentmods.dev/badge/skills/nafixhutao/mind-your-skill/personal-finance-ledger/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 personal-finance-ledger

Your own site · 80×15
<a href="https://agentmods.dev/skills/nafixhutao/mind-your-skill/personal-finance-ledger"><img src="https://agentmods.dev/badge/skills/nafixhutao/mind-your-skill/personal-finance-ledger.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 755 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.00025 $0.00755
Opus 5 $0.00013 $0.00378
Sonnet 5 $0.00005 $0.00151
Haiku 4.5 $0.00003 $0.00076

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

Security

Grade A, and why

personal-finance-ledger 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.

skills/personal-finance-ledger/SKILL.md · 99 lines

How it starts

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

Personal Finance Ledger Skill

Use this skill when the user wants to record, inspect, or summarize personal income and expense transactions.

Activate when

  • The user gives a money transaction in free text.
  • The user uploads or references a receipt, nota, or struk.
  • The user asks for balance, income, expense, or category summaries.
  • The user wants transaction data saved to Google Sheets.

Do not activate when

  • The user asks for investment, tax, legal, or financial advice beyond basic record keeping.
  • The user wants business accounting, invoicing, payroll, or tax filing.
  • The user asks to delete or overwrite financial data without explicit confirmation.
  • No usable Google Sheets authentication is available.

Google auth priority

Use existing Google authentication before asking the user to create anything new.

Preferred order:

  1. Existing OAuth client flow, such as google_client_secret.json plus a valid OAuth token.
  2. Existing Google Sheets tool authentication provided by the Hermes runtime.
  3. Existing GOOGLE_SERVICE_ACCOUNT_JSON service account credential.
  4. Only if none are available, ask the user to set up Google authentication.

Do not ask for a service account if OAuth credentials already exist and can access Google Sheets.

Spreadsheet setup priority

If Google auth works but FINANCE_SHEET_ID is missing, do not immediately ask the user for a Sheet ID.

Preferred order:

  1. If the user provided a Google Sheet URL or ID, use it.
  2. If no Sheet is provided and the runtime can create Google Sheets, offer to create a new spreadsheet named Personal Finance Ledger.
  3. If the user already said to create it, create it without asking again.
  4. Create or validate the Transactions tab and required headers from references/schema.md.
  5. Save or report the new FINANCE_SHEET_ID for future runs.

Only ask the user for an existing Sheet ID if the runtime cannot create a spreadsheet.

Reference routing

Read only what is needed:

  • references/runtime.md for daily transaction handling and summaries.
  • references/setup.md only during setup or configuration issues.
  • references/schema.md when validating, writing, or reading sheet rows.
  • references/examples.md only when examples are requested or behavior is unclear.

Read the full file on GitHub · 99 lines

Files

What ships with it

5 files 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. 12d ago First seen · 99 lines · 25 tokens per session scan A 7f111a132f55

Subscribe to this mod's changes

personal-finance-ledger is a skill published in the GitHub repository Nafixhutao/Mind-your-skill (2 stars, last pushed 3mo ago), licensed MIT. It adds 25 tokens to every session and 755 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-31.