expense-tracker

Log personal expenses in VND into a local SQLite database.

Updated May 12, 2026
One-click install
npx skills add https://github.com/hungthinh04/Hermes_AI_Agent --skill expense-tracker-hungthinh04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expense-tracker
Source: https://github.com/hungthinh04/Hermes_AI_Agent/tree/main/skills/expense-tracker
Command: npx skills add https://github.com/hungthinh04/Hermes_AI_Agent --skill expense-tracker-hungthinh04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of recording a personal expense right after it happens, so spending details are captured before they are forgotten.

Core Features & Use Cases

  • Expense Logging: Records a new expense with amount, category, and an optional note.
  • Vietnamese Input Handling: Understands common phrases like spending money on food, coffee, transport, or shopping.
  • Local Storage: Saves each entry into a persistent SQLite database for later review.
  • Use Case: After paying for lunch or a ride home, you can describe the purchase in plain language and have it stored as a structured expense entry.

Quick Start

Tell the assistant you just spent money on something, and it will extract the amount, ask for a category if needed, and save the expense for you.

Frequently Asked Questions about expense-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log personal expenses in VND using plain language?

You log personal expenses by stating what you spent money on; the system normalizes the VND amount, validates missing categories, and writes the structured entry into a local SQLite database for persistent storage.

Can I record everyday spending notes in Vietnamese?

Yes, you can record everyday spending notes in Vietnamese. The expense tracker understands common Vietnamese phrases for food, coffee, transport, and shopping, parsing amounts and saving entries without requiring English input.

Do I need a category to save an expense entry?

You do not need to provide a category upfront to save an expense entry. The system will request category validation when it is missing from your input, ensuring every stored record in the SQLite database is properly categorized.

What is the best way to track a budget with a local SQLite database?

Tracking a budget with a local SQLite database involves logging each purchase in seconds right after it happens. This removes friction and ensures spending details are captured as structured records for later personal finance review.

Does this expense tracker work for everyday purchases like coffee and transport?

Yes, this expense tracker works for everyday purchases like coffee and transport. It parses casual spending descriptions for these categories, normalizes the VND amounts, and saves them as structured entries in your local database.