expense

Manage personal expenses via API with add, delete, list, and summary operations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bboymimi/claude-skills --skill expense
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expense
Source: https://github.com/bboymimi/claude-skills/tree/main/expense
Command: npx skills add https://github.com/bboymimi/claude-skills --skill expense

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you manage your personal finances by providing an easy way to track expenses, view spending summaries, and understand your budget.

Core Features & Use Cases

  • Expense Tracking: Add, delete, and list your expenses with details like amount, category, and date.
  • Budget Monitoring: View spending summaries and category breakdowns to stay on top of your budget.
  • Use Case: Quickly add a lunch expense of 150 TWD under the 'food' category, or check your total spending for the month.

Quick Start

Use the expense skill to see a summary of your spending.

Frequently Asked Questions about expense

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

FAQPage Schema
How do I log a personal expense with a specific amount, category, and date?

To log a personal expense, you add a transaction via the API with fields for the amount, category, date, and description. The expense tracker then persists this data to a remote service for detailed financial tracking and retrieval.

Can I view a summary of my monthly spending and category breakdowns?

Yes, you can view a spending summary by using the summarize function of the expense tracker. It retrieves your financial transactions from the remote service to provide category breakdowns and help you monitor your budget.

Does this expense tracker support both English and Traditional Chinese category names?

Yes, the expense tracker supports category mapping between English keywords and Traditional Chinese. This allows you to input expenses using familiar English terms while maintaining mapped categories for your financial records.

How do I delete an existing financial transaction from my expense log?

You can delete an existing financial transaction by calling the delete function through the API. The expense tracker interfaces with the remote data persistence service to remove the specified record from your log.

What is the best way to list all my recent personal finance transactions?

The best way to list recent personal finance transactions is to use the list function. The expense tracker queries the remote service API to retrieve and display your logged financial records for review and budget monitoring.