← 返回 Skills 市场
theshadowrose

ExpenseLog Conversational Expense Tracking

作者 Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
339
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install expense-log
功能描述
Track expenses by talking to your agent. Spent 45 on groceries. Categories, monthly reports, budget tracking. No spreadsheet needed.
使用说明 (SKILL.md)

ExpenseLog Conversational Expense Tracking

Track expenses by talking to your agent. Spent 45 on groceries. Categories, monthly reports, budget tracking. No spreadsheet needed.


Tell your agent what you spent. It tracks everything.

Usage

You: "Spent $45 on groceries at Whole Foods"
Agent: "Logged: $45 groceries (Whole Foods). 
        Feb groceries: $312 of $400 budget. $88 remaining."

Features

  • Natural language input — "$45 groceries" or "lunch was $18"
  • Auto-categorization — learns your patterns
  • Budget tracking — monthly budgets per category
  • Monthly reports — breakdown by category
  • Trend analysis — "Dining out is up 30%"
  • Export — CSV for tax prep

Monthly Report

💰 February 2026 — Total: $2,847

🏠 Housing:       $1,200 (42%)
🛒 Groceries:     $312  (11%) ⚠️ $88 left
🍔 Dining:        $245  (9%)  ✅ Under budget
🚗 Transport:     $180  (6%)
🎮 Entertainment: $340  (12%) 🔴 Over by $40

vs. January: +$123 (+4.5%)

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from the use or misuse of this software — including but not limited to financial loss, data loss, security breaches, business interruption, or any indirect/consequential damages.
  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for their use case, environment, and risk tolerance.
  • No guarantee is made regarding accuracy, reliability, completeness, or fitness for any particular purpose.
  • The author(s) are not responsible for how third parties use, modify, or distribute this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system. The author(s) are not responsible for data loss, corruption, or unauthorized access resulting from software bugs, system failures, or user error. Always maintain independent backups of important data. This software does not transmit data externally unless explicitly configured by the user.


Support & Links

🐛 Bug Reports [email protected]
Ko-fi ko-fi.com/theshadowrose
🛒 Gumroad shadowyrose.gumroad.com
🐦 Twitter @TheShadowyRose
🐙 GitHub github.com/TheShadowRose
🧠 PromptBase promptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

安全使用建议
This skill appears to be a simple local expense logger. Before installing/run: (1) review or run the included src/expense-log.js in a safe environment to confirm behavior, (2) note it writes to ./expenses.json by default — back up any existing file with that name or set a different dataFile path, (3) consider running it in a container or isolated workspace if you don't fully trust the author, and (4) be aware that errors during save are silently ignored by the code (risk of data not being persisted). There are no indications of network exfiltration or requests for secrets.
功能分析
Type: OpenClaw Skill Name: expense-log Version: 1.0.0 The ExpenseLog skill is a straightforward utility for tracking expenses locally. The core logic in `src/expense-log.js` manages data using a local JSON file (`expenses.json`) and lacks any network requests, external data exfiltration, or suspicious execution patterns. The instructions in `SKILL.md` and `README.md` are purely descriptive and do not contain prompt injection attempts or requests for unauthorized permissions.
能力评估
Purpose & Capability
Name/description match the provided code and SKILL.md: natural-language expense logging, auto-categorization, budgets, CSV export. The Node.js file implements these features and only reads/writes a local JSON file; nothing requested is out of scope.
Instruction Scope
SKILL.md limits runtime actions to logging, reporting, and exporting. It does not instruct the agent to read unrelated system files, access other services, or transmit data externally. The embedded disclaimer and README align with the implementation (local storage).
Install Mechanism
No install spec is provided (instruction-only), and the included code is pure Node.js using only built-in 'fs'. No external downloads or package installs are required by the manifest.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That matches the code which relies only on a local data file (default './expenses.json').
Persistence & Privilege
The skill is not marked 'always' and uses no special privileges. It writes and reads its own local data file only and does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install expense-log
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /expense-log 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial upload
元数据
Slug expense-log
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

ExpenseLog Conversational Expense Tracking 是什么?

Track expenses by talking to your agent. Spent 45 on groceries. Categories, monthly reports, budget tracking. No spreadsheet needed. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 339 次。

如何安装 ExpenseLog Conversational Expense Tracking?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install expense-log」即可一键安装,无需额外配置。

ExpenseLog Conversational Expense Tracking 是免费的吗?

是的,ExpenseLog Conversational Expense Tracking 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ExpenseLog Conversational Expense Tracking 支持哪些平台?

ExpenseLog Conversational Expense Tracking 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ExpenseLog Conversational Expense Tracking?

由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.0。

💬 留言讨论