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

Emergency Fund

skill-openaccountant-skills-emergency-fund · by openaccountant

>

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

Install

$ agentstack add skill-openaccountant-skills-emergency-fund

✓ 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-emergency-fund)

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 Emergency Fund? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Emergency Fund Calculator

Overview

Calculates your emergency fund target based on 3-6 months of essential expenses, tracks your current savings progress, estimates how long it will take to reach your goal at your current savings rate, and suggests ways to accelerate funding.

Wilson Tools Used

  • spending_summary — calculate average monthly essential expenses to set the fund target
  • transaction_search — find savings deposits and current savings activity

Workflow

  1. Run spending_summary for the last 3 months to get average monthly spending by category.
  2. Identify essential expense categories: Housing/Rent, Utilities, Groceries, Transportation, Insurance, Minimum Debt Payments, Healthcare. Sum these to get your monthly essential expenses.
  3. Calculate emergency fund targets:
  • Minimum (3 months): monthly essentials x 3
  • Standard (4 months): monthly essentials x 4
  • Comfortable (6 months): monthly essentials x 6
  1. Run transaction_search with query: "savings OR emergency fund OR transfer to savings" and months: 6 to find savings deposits.
  2. Calculate your average monthly savings deposit amount from the results.
  3. Ask the user for their current emergency fund balance.
  4. Calculate months to reach each target: (target - current balance) / average monthly savings deposit.
  5. Present a progress report:

``` Monthly Essential Expenses: $X,XXX Current Emergency Fund: $X,XXX

Target Amount Gap Months to Goal ───────── ──────── ──────── ────────────── 3-month $X,XXX $X,XXX X months 4-month $X,XXX $X,XXX X months 6-month $X,XXX $X,XXX X months

Progress: [████████░░░░░░░░░░░░] 42% ```

  1. If the savings rate is low, suggest categories from the spending summary where cuts could accelerate the timeline.

Without Wilson

  1. Export 3 months of bank transactions as CSV.
  2. In a spreadsheet, categorize each transaction and filter to essential categories only: rent/mortgage, utilities (electric, gas, water, internet), groceries, transportation (gas, transit passes), insurance premiums, minimum loan payments, and healthcare.
  3. Sum essential expenses for each month, then average: =AVERAGE(B2:B4) across 3 months.
  4. Multiply the average by 3, 4, and 6 for your targets.
  5. Check your savings account balance (log into your bank).
  6. Calculate how much you saved last month: look at transfers from checking to savings, or compare beginning and ending savings balances on your statement.
  7. Divide the gap (target - current balance) by your monthly savings amount.
  8. To accelerate: review your spending summary for non-essential categories. Common cuts — dining out, subscriptions, shopping — can be redirected to savings.
  9. Set up automatic transfers: most banks allow recurring transfers from checking to savings (Settings > Transfers > Recurring).

Important Notes

  • Essential expenses only — do not include dining out, entertainment, or shopping in your emergency fund calculation. You would cut those in an actual emergency.
  • If you are self-employed or have irregular income, target 6 months minimum.
  • Keep emergency funds in a high-yield savings account (currently 4-5% APY), not invested in stocks.
  • If you have high-interest debt (above 8% APR), consider a starter $1,000 emergency fund while focusing on debt payoff, then build to 3-6 months after.

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.