AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Financial Goals

skill-openaccountant-skills-financial-goals · by openaccountant

>

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-openaccountant-skills-financial-goals

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-openaccountant-skills-financial-goals)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Financial Goals? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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
  1. Run transaction_search with query: " OR " and months: 6 for each goal to find related deposits or earmarked transfers.
  2. Sum the deposits found to estimate current progress toward each goal.
  3. 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 ```

  1. If total required monthly savings exceeds available savings rate, flag the shortfall and suggest either extending timelines, reducing targets, or increasing income.
  2. 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.

Important Notes

  • Wilson tracks transaction activity but does not know your account balances. You must provide starting balances for each goal.
  • If you use a single savings account for multiple goals, Wilson cannot distinguish between goal contributions without descriptive memo fields on transfers.
  • Reassess goals quarterly. Life changes, and rigid goals that no longer matter will drain motivation.
  • Consider prioritizing goals with fixed deadlines (tax payments, tuition) over flexible ones (vacation, new car).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.