Home Tutorials Categories Skills About
ZH EN JA KO
💰

Expenses

Finance Calendar & Lifestyle

Install Command

npx clawhub@latest install expenses

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Expenses to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Expenses appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Expense Tracking Spending Analysis Monthly Reports

Detailed Description

The Expenses skill turns OpenClaw into your smart ledger, recording daily expenses and analyzing spending habits in the most natural conversational way.

Core Features

  • Quick Logging: Record expenses in natural language, such as "lunch 35 yuan" or "taxi 28 yuan"
  • Category Statistics: Automatically categorizes expenses (dining, transportation, shopping, entertainment, etc.) with custom category support
  • Monthly Reports: Generate monthly spending reports showing category breakdowns and trends
  • Budget Management: Set monthly budgets with alerts when overspending
  • Data Export: Export bookkeeping data to CSV format

Configuration

{
  skills: {
    expenses: {
      storagePath: "~/.openclaw/expenses.json",
      currency: "CNY",
      categories: ["Dining", "Transport", "Shopping", "Entertainment", "Housing", "Other"],
      monthlyBudget: 5000
    }
  }
}

Use Cases

  • "Log an expense: spent 45 yuan on lunch today"
  • "How much have I spent on dining this month?"
  • "Generate last month's spending report"
  • "How much budget is left this month?"
  • "What's the spending trend over the past three months?"