afrexai-personal-finance

afrexai-personal-finance is a skill for Claude Code, Codex from LeoYeAI/openclaw-master-skills. It costs 54 tokens per session (7,026 once invoked), scanned A, original, MIT.

A personal finance planning system for budgeting, paying off debt, investing, managing taxes, tracking net worth, and planning for retirement or financial independence.

In plain words
What is it for?
Use it to review your financial health, create a net worth statement, plan debt repayment and investments, check insurance and estate needs, and look for tax-saving options.
Why use it?
It brings common money decisions into one structured process, so you can see financial gaps and decide what to address first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to review your financial health, create a net worth statement, plan debt repayment and investments, check insurance and estate needs, and look for tax-saving options.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leoyeai/openclaw-master-skills/afrexai-personal-finance
About the project

OpenClaw Master Skills is a curated, regularly updated collection of skills that extends an AI personal assistant platform with capabilities such as research, browser automation, presentation creation, and prompt work. It is intended for people using OpenClaw or MyClaw.ai to give their agents additional tasks and workflows. The catalogue contains many skills and agents from this collection.

LeoYeAI/openclaw-master-skills · 2,141 stars · on GitHub · myclaw.ai

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 LeoYeAI/openclaw-master-skills --skill afrexai-personal-finance
Clone the repo
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/afrexai-personal-finance/github.svg)](https://agentmods.dev/skills/leoyeai/openclaw-master-skills/afrexai-personal-finance)
Your own site
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/afrexai-personal-finance"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/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/leoyeai/openclaw-master-skills/afrexai-personal-finance"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00054 $0.07026
Opus 5 $0.00027 $0.03513
Sonnet 5 $0.00011 $0.01405
Haiku 4.5 $0.00005 $0.00703

Measured 9d 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 9d 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

Copies of this mod

1 near-identical copy found in the catalogue:

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. 9d 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 LeoYeAI/openclaw-master-skills (2,141 stars, last pushed 1mo ago), 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

most-important-thing-in-investing-howard-marks

Apply Howard Marks investing judgment for second-level thinking, price versus value, risk control, cycles, contrarianism, and defensive investing.

simbajigege/book2skills · 39 tokens

outsiders-ceo-capital-allocation-thorndike

Apply The Outsiders CEO framework to assess capital allocation, per-share value creation, buybacks, decentralization, and rational leadership.

simbajigege/book2skills · 39 tokens

analyzing-financial-reports

Analyzes Chinese public company financial statements (balance sheet, income statement, cash flow) to assess asset quality, profit authenticity, cash flow health, solvency, and overall investment value. Use when the user provides financial data or a company name and asks whether financials are healthy, whether profits…

simbajigege/book2skills · 105 tokens

stock-picking-by-common-stocks-uncommon-profits

Apply Philip Fisher's growth stock investment framework from Common Stocks and Uncommon Profits. Use this skill whenever a user wants to evaluate whether a company is a worthy long-term growth investment, assess management quality, gather competitive intelligence via scuttlebutt, decide when to buy an outstanding…

simbajigege/book2skills · 161 tokens

tushare-finance

A Python connection to Tushare Pro, a service that provides data about Chinese financial markets through many data interfaces.

StanleyChanH/Tushare-Finance-Skill-for-Claude-Code · 74 tokens

polymarket-btc-up-down-trader

Trade Polymarket BTC daily and weekly UP/DOWN markets with empirically-anchored exit discipline. Enters on CEX momentum divergence; exits automatically on time cap, volume spike, or target capture. Use when the user wants to trade BTC direction markets (hours/days duration), not fast 5-minute markets.

SpartanLabsXyz/simmer-sdk · 75 tokens