Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Budget & Expense Tracker — AI Agent Financial Command Center Budget & Expense Tracker — AI Agent Financial Command Center Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent. How It Works You talk to your agent naturally: "I spent $45 on groceries" or "How much did I spend on food this month?" The agent maintains a local JSON ledger, enforces your budgets, and gives you weekly/monthly financial int
clawhub skill install skills:1kalin:afrexai-budget-trackerOverall rank
#62
Adoption
No public adoption signal
Trust
Unknown
Freshness
Feb 25, 2026
Freshness
Last checked Feb 25, 2026
Best For
afrexai-budget-tracker is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Budget & Expense Tracker — AI Agent Financial Command Center Budget & Expense Tracker — AI Agent Financial Command Center Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent. How It Works You talk to your agent naturally: "I spent $45 on groceries" or "How much did I spend on food this month?" The agent maintains a local JSON ledger, enforces your budgets, and gives you weekly/monthly financial int Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Openclaw
Artifacts
0
Benchmarks
0
Last release
Unpublished
Install & run
clawhub skill install skills:1kalin:afrexai-budget-trackerSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Openclaw
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
json
{
"currency": "USD",
"monthlyIncome": 5000,
"payDays": [1, 15],
"fiscalMonthStart": 1,
"categories": {
"housing": { "budget": 1500, "essential": true },
"food": { "budget": 600, "essential": true, "subcategories": ["groceries", "dining", "delivery", "coffee"] },
"transport": { "budget": 300, "essential": true, "subcategories": ["fuel", "public", "rideshare", "parking"] },
"utilities": { "budget": 200, "essential": true, "subcategories": ["electric", "water", "internet", "phone"] },
"health": { "budget": 200, "essential": true, "subcategories": ["gym", "medical", "supplements"] },
"entertainment": { "budget": 200, "essential": false, "subcategories": ["streaming", "games", "events", "hobbies"] },
"shopping": { "budget": 300, "essential": false, "subcategories": ["clothes", "electronics", "home", "gifts"] },
"education": { "budget": 100, "essential": false, "subcategories": ["books", "courses", "subscriptions"] },
"savings": { "budget": 500, "essential": true, "target": "emergency-fund" },
"misc": { "budget": 100, "essential": false }
},
"alerts": {
"budgetWarning": 0.75,
"budgetCritical": 0.90,
"unusualSpend": 2.0,
"dailyMax": 200
},
"goals": []
}json
{
"transactions": [
{
"id": "tx_20260213_001",
"date": "2026-02-13",
"type": "expense",
"amount": 45.67,
"category": "food",
"subcategory": "groceries",
"description": "Weekly shop at Aldi",
"merchant": "Aldi",
"paymentMethod": "debit",
"tags": ["weekly", "essentials"],
"recurring": false,
"note": ""
}
],
"recurringRules": [],
"metadata": {
"lastUpdated": "2026-02-13T10:30:00Z",
"transactionCount": 1,
"ledgerVersion": "1.0"
}
}json
{
"id": "rec_001",
"description": "Netflix subscription",
"amount": 15.99,
"category": "entertainment",
"subcategory": "streaming",
"frequency": "monthly",
"dayOfMonth": 15,
"active": true,
"lastApplied": "2026-02-15"
}text
1. Calculate total spent in category this month 2. Compare to budget limit 3. Calculate percentage used 4. Check days remaining in month 5. Calculate daily budget remaining 6. Trigger alerts if needed
text
Days elapsed this month: 13 Days remaining: 15 Budget: $600 Spent so far: $380 Daily pace: $29.23/day (spending) Sustainable pace: $21.43/day (budget / total days) Remaining pace: $14.67/day (remaining budget / remaining days) Verdict: Spending 37% faster than sustainable. Will exceed budget by ~$160 at current pace.
json
{
"id": "goal_001",
"name": "Emergency Fund",
"targetAmount": 10000,
"currentAmount": 3500,
"deadline": "2026-12-31",
"priority": "high",
"contributions": [
{ "date": "2026-02-01", "amount": 500, "note": "Monthly auto-save" }
],
"autoContribute": {
"enabled": true,
"amount": 500,
"frequency": "monthly",
"dayOfMonth": 1
}
}Editorial read
Docs source
CLAWHUB
Editorial quality
ready
Budget & Expense Tracker — AI Agent Financial Command Center Budget & Expense Tracker — AI Agent Financial Command Center Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent. How It Works You talk to your agent naturally: "I spent $45 on groceries" or "How much did I spend on food this month?" The agent maintains a local JSON ledger, enforces your budgets, and gives you weekly/monthly financial int
Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent.
You talk to your agent naturally: "I spent $45 on groceries" or "How much did I spend on food this month?" The agent maintains a local JSON ledger, enforces your budgets, and gives you weekly/monthly financial intelligence.
On first use, create budget-profile.json in your workspace:
{
"currency": "USD",
"monthlyIncome": 5000,
"payDays": [1, 15],
"fiscalMonthStart": 1,
"categories": {
"housing": { "budget": 1500, "essential": true },
"food": { "budget": 600, "essential": true, "subcategories": ["groceries", "dining", "delivery", "coffee"] },
"transport": { "budget": 300, "essential": true, "subcategories": ["fuel", "public", "rideshare", "parking"] },
"utilities": { "budget": 200, "essential": true, "subcategories": ["electric", "water", "internet", "phone"] },
"health": { "budget": 200, "essential": true, "subcategories": ["gym", "medical", "supplements"] },
"entertainment": { "budget": 200, "essential": false, "subcategories": ["streaming", "games", "events", "hobbies"] },
"shopping": { "budget": 300, "essential": false, "subcategories": ["clothes", "electronics", "home", "gifts"] },
"education": { "budget": 100, "essential": false, "subcategories": ["books", "courses", "subscriptions"] },
"savings": { "budget": 500, "essential": true, "target": "emergency-fund" },
"misc": { "budget": 100, "essential": false }
},
"alerts": {
"budgetWarning": 0.75,
"budgetCritical": 0.90,
"unusualSpend": 2.0,
"dailyMax": 200
},
"goals": []
}
Customize categories, budgets, and subcategories to your life. The agent adapts to whatever structure you define.
All transactions live in budget-ledger.json:
{
"transactions": [
{
"id": "tx_20260213_001",
"date": "2026-02-13",
"type": "expense",
"amount": 45.67,
"category": "food",
"subcategory": "groceries",
"description": "Weekly shop at Aldi",
"merchant": "Aldi",
"paymentMethod": "debit",
"tags": ["weekly", "essentials"],
"recurring": false,
"note": ""
}
],
"recurringRules": [],
"metadata": {
"lastUpdated": "2026-02-13T10:30:00Z",
"transactionCount": 1,
"ledgerVersion": "1.0"
}
}
tx_YYYYMMDD_NNN — date + sequential number. Never reuse IDs.
When a user says something about money, parse it into a transaction:
| User says | Extracted | |-----------|-----------| | "spent $45 on groceries" | expense, $45, food/groceries | | "paid rent $1500" | expense, $1500, housing | | "got paid $2500" | income, $2500, salary | | "uber $12" | expense, $12, transport/rideshare | | "Netflix $15.99 monthly" | expense, $15.99, entertainment/streaming, recurring | | "coffee $5" | expense, $5, food/coffee | | "sent mom $200" | expense, $200, misc (ask: gift or loan?) | | "returned shoes got $80 back" | refund, $80, shopping/clothes |
When a user mentions recurring expenses, create a rule:
{
"id": "rec_001",
"description": "Netflix subscription",
"amount": 15.99,
"category": "entertainment",
"subcategory": "streaming",
"frequency": "monthly",
"dayOfMonth": 15,
"active": true,
"lastApplied": "2026-02-15"
}
On each budget check, auto-apply any recurring transactions that are due.
After EVERY expense logged, run this check:
1. Calculate total spent in category this month
2. Compare to budget limit
3. Calculate percentage used
4. Check days remaining in month
5. Calculate daily budget remaining
6. Trigger alerts if needed
| Level | Trigger | Response | |-------|---------|----------| | 🟢 On track | < 75% budget, proportional to month progress | Silent (log only) | | 🟡 Warning | 75-90% budget used | "Heads up — you've used 78% of your $600 food budget with 18 days left. That's $3.67/day remaining." | | 🔴 Critical | > 90% budget used | "⚠️ Food budget is at 92% ($552/$600) with 12 days left. Only $4/day remaining. Consider cooking at home this week." | | 🚨 Over budget | > 100% | "🚨 You're $47 over your $600 food budget. Total: $647. This eats into your savings target." | | ⚡ Unusual | Single transaction > 2x average for category | "That $89 coffee purchase seems unusual — your average is $5.20. Correct amount?" |
Don't just track totals — track spending PACE:
Days elapsed this month: 13
Days remaining: 15
Budget: $600
Spent so far: $380
Daily pace: $29.23/day (spending)
Sustainable pace: $21.43/day (budget / total days)
Remaining pace: $14.67/day (remaining budget / remaining days)
Verdict: Spending 37% faster than sustainable. Will exceed budget by ~$160 at current pace.
This is MORE useful than just "you spent X of Y" because it predicts the future.
{
"id": "goal_001",
"name": "Emergency Fund",
"targetAmount": 10000,
"currentAmount": 3500,
"deadline": "2026-12-31",
"priority": "high",
"contributions": [
{ "date": "2026-02-01", "amount": 500, "note": "Monthly auto-save" }
],
"autoContribute": {
"enabled": true,
"amount": 500,
"frequency": "monthly",
"dayOfMonth": 1
}
}
When checking goals, calculate:
📊 Week of Feb 7-13, 2026
💸 Spent: $487.23
💰 Income: $2,500.00
📈 Net: +$2,012.77
Top categories:
🏠 Housing: $375 (rent proration)
🍔 Food: $112.23 (18.7% of budget used, on track)
⚡ Unusual: $0 flagged
🎯 Goals: Emergency Fund 35% → 40% (+$500)
💡 Insight: Food spending down 12% vs last week. Nice work.
📊 January 2026 — Full Report
INCOME: $5,000.00
EXPENSES: $3,847.23
NET SAVINGS: $1,152.77 (23.1% savings rate)
BUDGET PERFORMANCE:
✅ Housing: $1,500 / $1,500 (100%) — on budget
✅ Food: $534 / $600 (89%) — $66 under
✅ Transport: $187 / $300 (62%) — $113 under
⚠️ Shopping: $342 / $300 (114%) — $42 OVER
✅ Entertainment: $156 / $200 (78%) — $44 under
CATEGORY TRENDS (vs last month):
📈 Food: +8% ($534 vs $495)
📉 Transport: -23% ($187 vs $243) — nice!
📈 Shopping: +37% ($342 vs $250) — watch this
SAVINGS GOALS:
🎯 Emergency Fund: $4,000 / $10,000 (40%) — on track for Aug completion
🎯 Vacation: $800 / $2,000 (40%) — on track
TOP MERCHANTS:
1. Aldi — $178 (12 visits)
2. Amazon — $156 (8 orders)
3. Shell — $89 (6 fills)
💡 INSIGHTS:
• Shopping was 14% over budget — 3 Amazon orders on Feb 8 totaled $120
• You saved $113 on transport (worked from home more?)
• At current savings rate ($1,153/mo), emergency fund complete by August
• Consider moving $66 food surplus → vacation goal
📊 2026 YTD (Jan-Feb)
Total Income: $10,000
Total Expenses: $7,694
Total Saved: $2,306 (23.1% rate)
Goal Progress: Emergency Fund 40%, Vacation 40%
Best month: January (24.2% savings rate)
Worst category: Shopping (avg 107% of budget)
Most improved: Transport (-15% trend)
Beyond basic tracking, provide ACTIONABLE intelligence:
Calculate monthly:
| Factor | Weight | Scoring | |--------|--------|---------| | Savings rate | 30% | 20%+ = 100, 10-20% = 70, 5-10% = 40, <5% = 10 | | Budget adherence | 25% | All under = 100, 1 over = 80, 2-3 over = 50, 4+ = 20 | | Goal progress | 20% | On track = 100, slightly behind = 60, way behind = 20 | | Expense stability | 15% | Low variance = 100, moderate = 60, volatile = 20 | | Debt-free spending | 10% | No credit used = 100, some = 50, heavy = 10 |
Score interpretation:
| Command | What it does | |---------|-------------| | "I spent $X on Y" | Log expense | | "Got paid $X" | Log income | | "Budget check" | Show all budgets vs actuals with pace | | "Weekly summary" | This week's report | | "Monthly report" | Full month analysis | | "How much on food?" | Category deep-dive | | "Set food budget to $500" | Update budget | | "Add goal: Vacation $2000 by June" | Create savings goal | | "Save $200 toward vacation" | Log goal contribution | | "Financial health" | Calculate health score | | "Unusual spending?" | Flag outliers | | "Subscription audit" | List recurring + usage | | "Compare to last month" | Month-over-month trends | | "Export CSV" | Export ledger for spreadsheets | | "Undo last" | Remove last transaction |
budget-profile.json — Your financial profile and budgetsbudget-ledger.json — All transactionsbudget-goals.json — Savings goals and contributionsbudget-recurring.json — Recurring transaction rulesWhen user asks to export:
Date,Type,Amount,Category,Subcategory,Description,Merchant,Tags
2026-02-13,expense,45.67,food,groceries,Weekly shop,Aldi,"weekly,essentials"
Periodically remind users to back up their ledger. Offer to commit to git if workspace is a repo.
All data stays local. No external APIs. No cloud sync. Your money data never leaves your machine.
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T00:12:34.702Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Openclaw",
"href": "https://github.com/openclaw/skills/tree/main/skills/1kalin/afrexai-budget-tracker",
"sourceUrl": "https://github.com/openclaw/skills/tree/main/skills/1kalin/afrexai-budget-tracker",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-budget-tracker/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to afrexai-budget-tracker and adjacent AI workflows.