← 返回 Skills 市场
huyong2023

Smart Expense Tracker Cn V1.1

作者 huyong2023 · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
330
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-expense-tracker-cn-v1-1
功能描述
智能记账助手 v2.1 | AI Expense Tracker. 新增:消费趋势图、智能省钱建议、消费预测、自定义分类。支持语音记账、预算提醒、周月报推送。
使用说明 (SKILL.md)

智能记账助手 v2.1 💰

用自然语言记账,AI自动识别金额、分类,支持语音输入、预算提醒、周月报推送。

🆕 v2.1 新增功能

📊 消费趋势图

用户: 显示本月消费趋势
用户: 生成消费趋势图
用户: 对比上月消费

新增可视化图表

  • 消费趋势折线图
  • 分类占比饼图
  • 每日消费柱状图
  • 预算完成度仪表盘

💡 智能省钱建议

用户: 给我省钱建议
用户: 分析我的消费习惯
用户: 如何减少支出

AI智能分析

  • 识别高频消费项目
  • 发现异常消费
  • 提供个性化省钱建议
  • 预测可节省金额

🔮 消费预测

用户: 预测本月消费
用户: 我会超支吗
用户: 预计月底剩余

预测功能

  • 基于历史数据预测本月消费
  • 超支风险预警
  • 剩余预算预测
  • 消费趋势分析

🏷️ 自定义分类

用户: 添加分类:健身
用户: 自定义分类:网购-电子产品
用户: 修改分类关键词

灵活分类系统

  • 用户自定义分类
  • 多级分类支持
  • 自定义关键词
  • 分类优先级设置

🎯 原有核心功能

🎤 语音记账

  • QQ语音消息自动识别
  • 自动提取金额和消费内容
  • 智能分类到对应类别

💰 预算提醒

  • 达到50%提醒:"已用一半预算"
  • 达到80%警告:"预算紧张"
  • 达到90%紧急提醒:"即将超支"
  • 达到100%超支警告

📊 周报/月报

  • 周报:每周日晚8点推送
  • 月报:每月1号早9点推送
  • 包含消费分类、趋势分析、节省建议

💰 付费方案

版本 价格 功能
免费版 ¥0 基础记账、查询、趋势图
基础版 ¥9.9/月 语音记账、预算提醒、省钱建议
Pro版 ¥49.9/月 消费预测、自定义分类、周月报
企业版 ¥99/月 团队记账、财务报表、API接口

📊 使用示例

查看消费趋势

用户: 显示本月消费趋势图
AI: 
📊 本月消费趋势
━━━━━━━━━━━━━━━━━━━
第1周: ¥850 ████████░░ 
第2周: ¥1200 ████████████
第3周: ¥950 ██████████
第4周: ¥600 ██████ (预计)

📈 趋势分析: 第2周消费较高,建议控制餐饮支出

智能省钱建议

用户: 给我省钱建议
AI:
💡 本月省钱建议

1. 🍜 餐饮支出偏高 (¥1500)
   建议: 减少外卖,每周做饭3次
   预计节省: ¥300/月

2. 🚗 交通费用优化 (¥400)
   建议: 办理公交月卡
   预计节省: ¥150/月

💰 总计可节省: ¥450/月

消费预测

用户: 预测本月消费
AI:
🔮 本月消费预测

预算: ¥5000
已用: ¥3600 (72%)
预测总支出: ¥5100 ⚠️
超支风险: 中等

建议: 控制后2周消费,预计可平衡预算

让记账变得智能 💰 v2.1

安全使用建议
This skill looks like an expense tracker on the surface, but there are unexplained gaps. Before installing, ask the publisher: (1) which credentials or API keys are required (QQ messaging, push service, payment backend, etc.) and why; (2) where and how user financial data is stored/transmitted (local only, third‑party servers, encryption in transit/at rest); (3) provide a source or homepage (Git repo or official site) and a clear install/run guide; (4) clarify the jq/python3 requirement — why the registry metadata omitted it; (5) if the skill will access your messages or services, require it to declare exact env vars/config paths. If you cannot get clear answers and code/auditability, avoid installing or grant minimal privileges and never supply high-value credentials.
功能分析
Type: OpenClaw Skill Name: smart-expense-tracker-cn-v1-1 Version: 1.1.0 The provided skill bundle, consisting of `_meta.json` and `SKILL.md`, describes a 'smart-expense-tracker-cn' skill. The `SKILL.md` details features like expense tracking, trend analysis, budget advice, and custom categories, and declares dependencies on `jq` and `python3`. There is no executable code to analyze, and the markdown content itself does not contain any prompt injection attempts, instructions for malicious actions, data exfiltration, or other harmful behaviors. The content is purely descriptive and aligns with the stated purpose of an expense tracker.
能力评估
Purpose & Capability
The name/description match an expense-tracking assistant and the features listed (trends, budgets, voice input, reports) are coherent with that purpose. However, SKILL.md metadata lists required binaries (jq, python3) while the registry metadata shows none — a mismatch in declared requirements. The listed binaries are plausible for local processing, but the registry omission is inconsistent.
Instruction Scope
The runtime instructions are purely descriptive (examples, UX flows) and contain no concrete runtime commands, but they claim automated behaviors that imply access to external user data and services (QQ voice message auto-recognition, weekly/monthly push reports, paid tiers and API access). The SKILL.md does not specify how the agent should access QQ messages, deliver pushes, or authenticate to external APIs, so the instructions lack the necessary scope/detail for those operations and may hide required data access.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which is lower risk from an installation perspective (nothing is downloaded or written).
Credentials
No environment variables, credentials, or config paths are declared despite features that normally require them (access to QQ messages or a messaging API, push notification credentials, payment/subscription backend keys, or an external API). That mismatch suggests either missing documentation/requirements or that the skill expects access to agent/system resources not declared upfront.
Persistence & Privilege
The skill is not marked always:true and does not request persistent config or system-wide changes. It does not declare any saved tokens or privileged persistence in its metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-expense-tracker-cn-v1-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-expense-tracker-cn-v1-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
智能记账助手 v2.1 大版本升级,丰富数据分析与个性化体验: - 新增消费趋势图、分类饼图,支持多种消费可视化图表 - 增加智能省钱建议,AI自动分析消费习惯并给出节省方案 - 消费预测功能上线,提供超支预警与预算趋势分析 - 支持自定义消费分类及多级关键词管理 - 新增预算完成度仪表盘,更清晰掌控支出进度
元数据
Slug smart-expense-tracker-cn-v1-1
版本 1.1.0
许可证
累计安装 2
当前安装数 1
历史版本数 1
常见问题

Smart Expense Tracker Cn V1.1 是什么?

智能记账助手 v2.1 | AI Expense Tracker. 新增:消费趋势图、智能省钱建议、消费预测、自定义分类。支持语音记账、预算提醒、周月报推送。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 330 次。

如何安装 Smart Expense Tracker Cn V1.1?

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

Smart Expense Tracker Cn V1.1 是免费的吗?

是的,Smart Expense Tracker Cn V1.1 完全免费(开源免费),可自由下载、安装和使用。

Smart Expense Tracker Cn V1.1 支持哪些平台?

Smart Expense Tracker Cn V1.1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Smart Expense Tracker Cn V1.1?

由 huyong2023(@huyong2023)开发并维护,当前版本 v1.1.0。

💬 留言讨论