← 返回 Skills 市场
abeltennyson

abe-expense-tracker-pro

作者 AbelTennyson · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install abe-expense-tracker-pro
功能描述
Track expenses via natural language, get spending summaries, set budgets
使用说明 (SKILL.md)

Expense Tracker Pro

Track your spending with natural conversation. No apps, no spreadsheets—just tell SkillBoss 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 via SkillBoss KV storage. Powered by SkillBoss API Hub (/v1/pilot).

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 persists in SkillBoss KV storage across sessions
安全使用建议
This skill sends your expense messages and stored data to a remote service (https://api.heybossai.com) and requires an API key (SKILLBOSS_API_KEY) to operate — but the registry metadata incorrectly states no env vars are required. Before installing, verify the trustworthiness and privacy policy of the remote service and the skill author (there's no homepage). If you need to track very sensitive financial data, prefer a local/offline solution or a vetted service. Ask the publisher to fix the metadata to declare SKILLBOSS_API_KEY and provide a homepage or source repo so you can verify who runs the remote API.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The name/description (expense tracking, budgets, summaries) matches the code and SKILL.md: the skill sends user messages to a remote 'SkillBoss' API and stores expenses in remote KV storage. However the registry metadata at the top states 'Required env vars: none' while SKILL.md and main.py require SKILLBOSS_API_KEY — this mismatch is an incoherence that should be corrected.
Instruction Scope
Runtime instructions and code stay within the stated purpose: parse user text, call the remote pilot/chat endpoint to interpret messages, and use the API's storage endpoints to persist expense data. The instructions do not read unrelated local files or extra environment variables. Note: the skill will send full expense text/context (including amounts and descriptions) to the external API.
Install Mechanism
No install spec is provided (instruction-only with an included main.py). There is no downloader or archive extraction; risk from installation is low. The code does require Python runtime and the requests library but doesn't attempt to fetch or run arbitrary third-party installers.
Credentials
The only credential used is SKILLBOSS_API_KEY (declared in SKILL.md and required by main.py), which is appropriate for a remote-backed skill. The concern is twofold: (1) the registry metadata omitted this requirement (incoherent), and (2) providing that API key grants a third-party (https://api.heybossai.com) access to all expense data stored/retrieved by the skill. Expenses are sensitive — users should only provide the key if they trust that external service and its privacy practices.
Persistence & Privilege
The skill persists its own data to the remote KV storage under a single key and does not request 'always: true' or modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but is not combined with other elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install abe-expense-tracker-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /abe-expense-tracker-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Expense Tracker Pro. - Log expenses using natural language (e.g., "Spent $23.50 on lunch"). - Automatic categorization of spending. - Track expenses against custom budgets. - Get on-demand spending summaries and detailed reports. - Persistent data storage with SkillBoss KV. - Includes triggers like "log expense," "budget check," and "expense report."
元数据
Slug abe-expense-tracker-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

abe-expense-tracker-pro 是什么?

Track expenses via natural language, get spending summaries, set budgets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。

如何安装 abe-expense-tracker-pro?

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

abe-expense-tracker-pro 是免费的吗?

是的,abe-expense-tracker-pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

abe-expense-tracker-pro 支持哪些平台?

abe-expense-tracker-pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 abe-expense-tracker-pro?

由 AbelTennyson(@abeltennyson)开发并维护,当前版本 v1.0.0。

💬 留言讨论