afrexai-personal-finance

afrexai-personal-finance is a skill for Claude Code from aAAaqwq/AGI-Super-Team. It costs 54 tokens per session (7,026 once invoked), scanned A, a copy of afrexai-personal-finance, MIT.

A personal money-management guide covering budgets, debt, investing, taxes, insurance, estate planning, net worth, and financial independence. Net worth is what you own minus what you owe.

In plain words
What is it for?
Use it to review financial health, create a budget, pay down debt, plan investments or retirement, track net worth, and consider tax or insurance decisions.
Why use it?
It brings common financial planning tasks into one system and helps identify weak areas such as low savings, high debt, or missing insurance.

Skill for Claude Code

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

Part of the agi-super-team plugin — 194 skills, 1 agent shipped together

Good fit Use it to review financial health, create a budget, pay down debt, plan investments or retirement, track net worth, and consider tax or insurance decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaaaqwq/agi-super-team/afrexai-personal-finance
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 aAAaqwq/AGI-Super-Team --skill afrexai-personal-finance
Clone the repo
git clone --depth 1 https://github.com/aAAaqwq/AGI-Super-Team

Made for: Claude Code.

Or install agi-super-team, the plugin that ships this one along with the rest of its 194 skills, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/afrexai-personal-finance/github.svg)](https://agentmods.dev/skills/aaaaqwq/agi-super-team/afrexai-personal-finance)
Your own site
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/afrexai-personal-finance"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/afrexai-personal-finance/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 afrexai-personal-finance

Your own site · 80×15
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/afrexai-personal-finance"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/afrexai-personal-finance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,026 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 100% copy Near-identical to another mod 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.00054 $0.07026
Opus 5 $0.00027 $0.03513
Sonnet 5 $0.00011 $0.01405
Haiku 4.5 $0.00005 $0.00703

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

Security

Grade A, and why

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

Origin

This is a copy

100% identical to afrexai-personal-finance — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/afrexai-personal-finance/SKILL.md · 799 lines

How it starts

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

Personal Finance Mastery

Complete personal finance system covering budgeting, debt elimination, investing, tax optimization, insurance, estate planning, and financial independence. Works for any income level, any country.


Quick Financial Health Check

Run /finance-check to score current financial health:

Signal Healthy Warning Critical
Emergency fund 3-6 months expenses 1-3 months < 1 month
Savings rate > 20% 10-20% < 10%
Debt-to-income < 36% 36-50% > 50%
Housing cost < 28% of gross 28-35% > 35%
Net worth trend Growing quarterly Flat Declining
Insurance coverage All critical covered Gaps exist Major gaps
Investment allocation Age-appropriate Slightly off Way off
Tax optimization Using all vehicles Some unused None used

Score: /16. Below 10 = immediate action needed.


Phase 1: Financial Snapshot

Net Worth Statement

net_worth:
  date: "YYYY-MM-DD"
  assets:
    liquid:
      checking: 0
      savings: 0
      money_market: 0
    investments:
      retirement_401k: 0
      retirement_ira: 0
      brokerage: 0
      hsa: 0
      crypto: 0
    property:
      home_value: 0
      vehicles: 0
      other: 0
  liabilities:
    mortgage: 0
    student_loans: 0
    auto_loans: 0
    credit_cards: 0
    personal_loans: 0
    other_debt: 0
  net_worth: 0  # assets - liabilities
  monthly_income_gross: 0
  monthly_income_net: 0
  monthly_expenses: 0
  savings_rate: 0  # (income_net - expenses) / income_net
  debt_to_income: 0  # total_debt_payments / gross_income

Income Inventory

Document ALL income sources:

Source Type Monthly Amount Stability Growth Potential
Primary job W-2/salary High Moderate
Side business 1099/self-emp Variable High
Investments Dividends/interest Moderate Moderate
Rental income Passive Moderate Moderate
Other

Read the full file on GitHub · 799 lines

Files

What ships with it

2 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 · 799 lines · 54 tokens per session scan A a835fe251e56

Subscribe to this mod's changes

afrexai-personal-finance is a skill published in the GitHub repository aAAaqwq/AGI-Super-Team (92 stars, last pushed yesterday), licensed MIT. It adds 54 tokens to every session and 7,026 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to afrexai-personal-finance, differing in 0 lines, and is treated as a copy.