financial-goals

financial-goals is a skill for Claude Code from openaccountant/skills. It costs 16 tokens per session (859 once invoked), scanned A, original, MIT.

A savings-goal tracker that helps you set targets, deadlines, and monthly saving amounts for goals such as a vacation or down payment.

In plain words
What is it for?
Use it to review income, expenses, and transaction history, estimate progress toward each goal, and monitor several savings targets over time.
Why use it?
It shows how much you need to save each month and compares your progress with your schedule, so you can spot when you are ahead or behind.

Skill for Claude Code

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

Part of the skills plugin — 44 skills shipped together

Good fit Use it to review income, expenses, and transaction history, estimate progress toward each goal, and monitor several savings targets over time.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openaccountant/skills/financial-goals
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 openaccountant/skills --skill financial-goals
Clone the repo
git clone --depth 1 https://github.com/openaccountant/skills

Made for: Claude Code.

Or install skills, the plugin that ships this one along with the rest of its 44 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-goals

README.md
[![agentmods](https://agentmods.dev/badge/skills/openaccountant/skills/financial-goals/github.svg)](https://agentmods.dev/skills/openaccountant/skills/financial-goals)
Your own site
<a href="https://agentmods.dev/skills/openaccountant/skills/financial-goals"><img src="https://agentmods.dev/badge/skills/openaccountant/skills/financial-goals/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 financial-goals

Your own site · 80×15
<a href="https://agentmods.dev/skills/openaccountant/skills/financial-goals"><img src="https://agentmods.dev/badge/skills/openaccountant/skills/financial-goals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 859 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.00016 $0.00859
Opus 5 $0.00008 $0.00430
Sonnet 5 $0.00003 $0.00172
Haiku 4.5 $0.00002 $0.00086

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

Security

Grade A, and why

financial-goals 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 11d 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.

personal/financial-goals/SKILL.md · 61 lines

How it starts

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

Financial Goals Tracker

Overview

Helps you define specific savings goals (vacation, down payment, new car, etc.), calculates the required monthly savings for each, tracks progress from your transaction history, and alerts you when you are ahead or behind schedule.

Wilson Tools Used

  • spending_summary — determine current savings rate and available capacity for goals
  • transaction_search — find deposits and transfers related to specific goals

Workflow

  1. Ask the user to define their goals. For each goal, collect: name, target amount, target date, and any dedicated savings account or label.

  2. Run spending_summary for the last 3 months to calculate average monthly income and average monthly expenses. Derive the current monthly savings rate: income - expenses.

  3. For each goal, calculate:

    • Months remaining: difference between today and target date
    • Required monthly savings: (target amount - current progress) / months remaining
  4. Run transaction_search with query: "<goal name> OR <account name>" and months: 6 for each goal to find related deposits or earmarked transfers.

  5. Sum the deposits found to estimate current progress toward each goal.

  6. Present a goals dashboard:

    FINANCIAL GOALS
    ═══════════════════════════════════════════════════════
    Vacation Fund
      Target: $3,000 by Dec 2026  |  Saved: $1,200 (40%)
      Required: $300/mo  |  On track: YES
      [████████░░░░░░░░░░░░] 40%
    
    Down Payment
      Target: $40,000 by Jun 2028  |  Saved: $12,000 (30%)
      Required: $1,120/mo  |  On track: NO (-$220/mo)
      [██████░░░░░░░░░░░░░░] 30%
    ═══════════════════════════════════════════════════════
    Total required: $1,420/mo  |  Available: $1,200/mo
    
  7. If total required monthly savings exceeds available savings rate, flag the shortfall and suggest either extending timelines, reducing targets, or increasing income.

  8. Prioritize goals by deadline and suggest an allocation order.

Without Wilson

  1. Open a spreadsheet and create columns: Goal Name, Target Amount, Target Date, Current Balance, Monthly Required.
  2. For current balance, check the account(s) designated for each goal. If you use a single savings account for everything, you will need to track allocations manually (one row per goal with a running tally).
  3. Calculate months remaining: in Google Sheets, =DATEDIF(TODAY(), C2, "M") where C2 is the target date.
  4. Monthly required: =(B2-D2)/E2 where B2 is target, D2 is current balance, E2 is months remaining.
  5. Sum the "Monthly Required" column to see your total goal obligations.
  6. Check your monthly savings capacity: review last month's bank statement, note total deposits minus total non-savings expenses.
  7. If total required exceeds your capacity, either push target dates out or reduce amounts.
  8. Apps that help: Ally Bank has built-in "Buckets" for goal tracking. Capital One 360 allows multiple savings accounts. YNAB has explicit goal tracking.
  9. Set up automatic transfers for each goal amount on payday to avoid relying on willpower.

Read the full file on GitHub · 61 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. 11d ago First seen · 61 lines · 16 tokens per session scan A d2ff0561c8ff

Subscribe to this mod's changes

financial-goals is a skill published in the GitHub repository openaccountant/skills (67 stars, last pushed 5mo ago), licensed MIT. It adds 16 tokens to every session and 859 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

tax-calculator

Calculate tax implications of trades and generate tax reports.

Signal-Execution-Labs/forex-trading-ai-agent · 13 tokens

jangbu-import

A data-import workflow for turning bank files, card records, spreadsheets, receipts, tax invoices, and statement PDFs into a standard set of 13 transaction fields. OCR, or optical character recognition, is used to read information from document images and PDFs.

kimlawtech/korean-jangbu-for · 97 tokens

jangbu-connect

A setup guide for connecting Korean tax, bank, card, and social-insurance data through CODEF, an external API service. It explains how users obtain their own CODEF credentials and store them locally.

kimlawtech/korean-jangbu-for · 98 tokens

jangbu-tax

A financial-reporting tool that summarizes categorized transactions into a profit-and-loss statement and a simplified balance sheet. A profit-and-loss statement covers income and expenses over a period; a balance sheet shows assets, liabilities, and equity at a date.

kimlawtech/korean-jangbu-for · 82 tokens

accountant-expert

Expert-level accounting, tax, financial reporting, and accounting systems. Use when the user mentions accounting, tax, financial reporting, GAAP, or IFRS, or when the task involves Accounting Principles, Financial Statements, Tax & Compliance, or Accounting Systems.

personamanagmentlayer/pcl · 56 tokens

jaz-recipes

Use this skill when modeling complex multi-step accounting transactions — anything that spans multiple periods, involves changing amounts, or requires linked entries. Covers 16 IFRS-compliant recipes (prepaid amortization, deferred revenue, loans, IFRS 16 leases, hire purchase, fixed deposits, asset disposal, FX…

teamtinvio/jaz-ai · 120 tokens