← Back to Skills Marketplace
huang-zi-zheng

expense-tracker

by keetrids · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
97
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install notion-expense-tracker
Description
Log daily expenses to Notion using natural language input, auto-parsing item, amount, category, and payment method into your configured database.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install notion-expense-tracker
  3. After installation, invoke the skill by name or use /notion-expense-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug notion-expense-tracker
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is expense-tracker?

Log daily expenses to Notion using natural language input, auto-parsing item, amount, category, and payment method into your configured database. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install expense-tracker?

Run "/install notion-expense-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is expense-tracker free?

Yes, expense-tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does expense-tracker support?

expense-tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created expense-tracker?

It is built and maintained by keetrids (@huang-zi-zheng); the current version is v1.0.1.

💬 Comments