← 返回 Skills 市场
36
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install travel-expense-tracker
功能描述
旅行场景专项记账助手;多币种记录消费、汇率自动换算、分类统计与预算管理。当用户需要记录旅行花费、多币种换算记账、旅行预算管理、分类统计旅行支出时使用。
使用说明 (SKILL.md)
旅行记账助手
旅行花钱心里有数——多币种记账、汇率换算、分类统计、预算管理。
能力概览
| 序号 | 工具 | 说明 |
|---|---|---|
| 1 | add_expense | 记录一笔消费 |
| 2 | expense_summary | 查看消费汇总统计 |
| 3 | budget_check | 预算管理与超支提醒 |
工作流程
- 根据用户需求判断调用哪个工具
- 执行
python3 scripts/expense_tracker.py \x3Ctool> '\x3Cjson_params>' - 解析JSON输出,以自然语言回复用户
工具参数说明
add_expense
记录一笔消费。参数:trip(必填,旅行名称), amount(必填,金额), currency(必填,货币代码如CNY/JPY/USD/EUR), category(必填,分类如餐饮/交通/住宿/购物/门票/其他), description(选填,消费描述), date(选填,日期YYYY-MM-DD)
expense_summary
查看消费汇总。参数:trip(必填,旅行名称), group_by(选填,分组方式category/date/currency,默认category)
budget_check
预算管理与超支检查。参数:trip(必填), total_budget(选填,总预算CNY), daily_budget(选填,日均预算CNY), days(选填,旅行天数)
数据说明
- 记账数据存储在本地文件 travel_expenses/
- 汇率使用内置参考汇率,仅供参考
- 零配置,无需申请任何API Key
安全使用建议
Install only if you are comfortable with trip names, dates, amounts, categories, and descriptions being saved as local JSON files in travel_expenses. Delete that folder manually if you no longer want the records retained.
能力标签
能力评估
Purpose & Capability
The stated purpose is travel expense tracking, currency conversion, summaries, and budget checks; the Python script implements only those local bookkeeping functions.
Instruction Scope
Runtime instructions are limited to invoking a local script with one of three named tools and JSON parameters; no unrelated role changes, hidden commands, or automatic high-impact actions were found.
Install Mechanism
The package includes an executable Python helper and a sample travel_expenses JSON file; this is consistent with the skill, though users should notice the bundled example data and local script execution.
Credentials
The script uses Python standard library file I/O under the skill's travel_expenses directory and does not use network calls, subprocesses, credential stores, or broad filesystem scanning.
Persistence & Privilege
Expense records persist locally in travel_expenses as disclosed by the skill; it does not provide explicit retention or deletion guidance, but the persistence is expected for a bookkeeping tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install travel-expense-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/travel-expense-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布:旅行场景专项记账助手上线
- 支持多币种消费记录与汇率自动换算
- 提供消费分类统计与旅行预算管理
- 包含三大功能:添加消费、汇总统计、预算检查
- 无需API Key,数据本地存储
元数据
常见问题
旅行记账助手 是什么?
旅行场景专项记账助手;多币种记录消费、汇率自动换算、分类统计与预算管理。当用户需要记录旅行花费、多币种换算记账、旅行预算管理、分类统计旅行支出时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。
如何安装 旅行记账助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-expense-tracker」即可一键安装,无需额外配置。
旅行记账助手 是免费的吗?
是的,旅行记账助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
旅行记账助手 支持哪些平台?
旅行记账助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 旅行记账助手?
由 旅行技能(@travel-skills)开发并维护,当前版本 v1.0.0。
推荐 Skills