skills$openclaw/expense-tracker-pro
jhillin83.3k

by jhillin8

expense-tracker-pro – OpenClaw Skill

expense-tracker-pro is an OpenClaw Skills integration for data analytics workflows. Track expenses via natural language, get spending summaries, set budgets

3.3k stars9.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameexpense-tracker-pro
descriptionTrack expenses via natural language, get spending summaries, set budgets OpenClaw Skills integration.
ownerjhillin8
repositoryjhillin8/expense-tracker-pro
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @jhillin8/expense-tracker-pro
last updatedFeb 7, 2026

Maintainer

jhillin8

jhillin8

Maintains expense-tracker-pro in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
292 B
SKILL.md
1.4 KB
SKILL.md

name: expense-tracker-pro description: Track expenses via natural language, get spending summaries, set budgets author: clawd-team version: 1.0.0 triggers:

  • "log expense"
  • "track spending"
  • "what did I spend"
  • "budget check"
  • "expense report"

Expense Tracker Pro

Track your spending with natural conversation. No apps, no spreadsheets—just tell Clawd what you spent.

What it does

Logs expenses from natural language ("spent $45 on groceries"), categorizes automatically, tracks against budgets, and provides spending summaries on demand. Data persists in your local Clawd memory.

Usage

Log an expense:

"Spent $23.50 on lunch"
"$150 for electricity bill"
"Coffee $4.75"

Check spending:

"What did I spend this week?"
"Show my food expenses this month"
"Am I over budget on entertainment?"

Set budgets:

"Set grocery budget to $400/month"
"Budget $100 for entertainment"

Get reports:

"Monthly expense breakdown"
"Compare spending to last month"
"Export expenses to CSV"

Categories

Auto-detected from context:

  • Food & Dining
  • Transportation
  • Utilities
  • Entertainment
  • Shopping
  • Health
  • Subscriptions
  • Other

Override with: "spent $50 on [item], category: [category]"

Tips

  • Be specific with amounts for accurate tracking
  • Say "recurring" for subscriptions: "$15 Netflix, recurring monthly"
  • Ask "spending trends" for insights over time
  • All data stays local on your machine
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install expense-tracker-pro?

Run openclaw add @jhillin8/expense-tracker-pro in your terminal. This installs expense-tracker-pro into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/jhillin8/expense-tracker-pro. Review commits and README documentation before installing.