← Back to Skills Marketplace
travel-skills

旅行记账助手

by 旅行技能 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
36
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-expense-tracker
Description
旅行场景专项记账助手;多币种记录消费、汇率自动换算、分类统计与预算管理。当用户需要记录旅行花费、多币种换算记账、旅行预算管理、分类统计旅行支出时使用。
README (SKILL.md)

旅行记账助手

旅行花钱心里有数——多币种记账、汇率换算、分类统计、预算管理。

能力概览

序号 工具 说明
1 add_expense 记录一笔消费
2 expense_summary 查看消费汇总统计
3 budget_check 预算管理与超支提醒

工作流程

  1. 根据用户需求判断调用哪个工具
  2. 执行 python3 scripts/expense_tracker.py \x3Ctool> '\x3Cjson_params>'
  3. 解析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
Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install travel-expense-tracker
  3. After installation, invoke the skill by name or use /travel-expense-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布:旅行场景专项记账助手上线 - 支持多币种消费记录与汇率自动换算 - 提供消费分类统计与旅行预算管理 - 包含三大功能:添加消费、汇总统计、预算检查 - 无需API Key,数据本地存储
Metadata
Slug travel-expense-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 旅行记账助手?

旅行场景专项记账助手;多币种记录消费、汇率自动换算、分类统计与预算管理。当用户需要记录旅行花费、多币种换算记账、旅行预算管理、分类统计旅行支出时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.

How do I install 旅行记账助手?

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

Is 旅行记账助手 free?

Yes, 旅行记账助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 旅行记账助手 support?

旅行记账助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 旅行记账助手?

It is built and maintained by 旅行技能 (@travel-skills); the current version is v1.0.0.

💬 Comments