← 返回 Skills 市场
huang-zi-zheng

expense-tracker

作者 keetrids · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
97
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install notion-expense-tracker
功能描述
Log daily expenses to Notion using natural language input, auto-parsing item, amount, category, and payment method into your configured database.
安全使用建议
This skill appears to implement exactly what it claims (logging to a Notion database). Before installing: (1) be aware you must provide NOTION_API_KEY and EXPENSE_DATABASE_ID — the registry listing currently omits these, so don't be surprised when the skill asks for them; (2) create a Notion integration with the minimal write permission and share only the specific database (use a scoped token rather than a full personal token); (3) review the bundled expense_tracker.py yourself or run it in a safe environment to verify it only calls api.notion.com (it does); (4) avoid putting any highly sensitive information in expense descriptions because those strings will be sent to Notion; (5) prefer skills from a known/published source — the skill's source/homepage are unknown here. If the metadata omission is unacceptable, ask the publisher to correct the manifest or provide provenance before using your real Notion credentials.
功能分析
Type: OpenClaw Skill Name: notion-expense-tracker Version: 1.0.1 The skill is a legitimate expense tracking tool that parses natural language input and logs it to a Notion database. It uses standard environment variables for authentication and communicates exclusively with the official Notion API (api.notion.com). No indicators of data exfiltration, malicious execution, or prompt injection were found in expense_tracker.py or SKILL.md.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name, description, SKILL.md and the bundled Python implement a Notion expense logger — that is coherent. However the registry metadata incorrectly lists no required environment variables or primary credential, while both the SKILL.md and expense_tracker.py require NOTION_API_KEY and EXPENSE_DATABASE_ID. The metadata omission is a meaningful mismatch.
Instruction Scope
SKILL.md instructions are narrowly scoped to creating a Notion integration, sharing the database, and setting two environment variables. The runtime instructions do not ask to read arbitrary local files or to contact endpoints other than the Notion API.
Install Mechanism
There is no install specification (instruction-only install), and no third-party downloads or package installs. A Python file is bundled but nothing in the package attempts to install remote code or write system-wide artifacts.
Credentials
The skill legitimately needs the Notion API key and database ID to operate (both are requested by the code and documented in SKILL.md). These credentials are reasonable for the stated task, but the registry metadata failing to declare them is a discrepancy that could mislead users about what secrets they'll be giving the skill.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system-wide privileges, and does not modify other skills or global agent settings. It only performs network calls to the Notion API at runtime.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install notion-expense-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /notion-expense-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 Updated the notion template to use for setting up the expense tracker - https://huangzizheng.notion.site/33c25bdf2d8880728ec1e2856ff9aa65?v=33c25bdf2d88816c80d8000c605efe3b&source=copy_link
v1.0.0
Expense Tracker Log expenses to Notion in natural language. Type "chicken rice 5" or "coffee 3.50 支付宝" and it auto-parses the item, amount, category, and payment method — then writes it straight to your Notion database. Supports bilingual input (English/Chinese), 10 spending categories, and multiple banks. Use /summary, /today, and /budget to check your spending without leaving the chat. Two quick things while I have your attention: Your Notion API key is hardcoded in expense_tracker.py (line 4) — that's the same key that was exposed before. Before you publish to ClawHub, make sure to remove the hardcoded key and rely only on the environment variable. Otherwise anyone who downloads your skill gets access to your Notion database. Regenerate the key too if you haven't already. The uploaded SKILL.md also has your database ID in the troubleshooting section. Strip that out before publishing — users should set their own.
元数据
Slug notion-expense-tracker
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

expense-tracker 是什么?

Log daily expenses to Notion using natural language input, auto-parsing item, amount, category, and payment method into your configured database. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。

如何安装 expense-tracker?

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

expense-tracker 是免费的吗?

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

expense-tracker 支持哪些平台?

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

谁开发了 expense-tracker?

由 keetrids(@huang-zi-zheng)开发并维护,当前版本 v1.0.1。

💬 留言讨论