← 返回 Skills 市场
attorneytao

travel-subsidy

作者 RyanTao · GitHub ↗ · v1.0.0
linux ✓ 安全检测通过
272
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install travel-subsidy
功能描述
When the user uploads 发票.zip and 火车票.zip, use the included data tables to calculate eligible business-trip subsidy records, split related vs remaining files,...
安全使用建议
This skill appears coherent with its stated task. Before enabling it: 1) confirm users will upload archives named exactly 发票.zip and 火车票.zip (the skill will refuse otherwise); 2) ensure the agent runs in a sandbox or with filesystem access limited to a safe baseDir (the SKILL.md references {baseDir} but does not define it); 3) verify common shell utilities (mkdir, date, unzip) are available in the runtime environment; 4) because the skill processes potentially sensitive invoices and tickets, test on non-sensitive data first and review outputs for PII before trusting automated decisions; and 5) if you require different input filenames or directory layout, request/modify the skill so it explicitly accepts them rather than relying on exact-name matching.
功能分析
Type: OpenClaw Skill Name: travel-subsidy Version: 1.0.0 The skill bundle is a specialized utility designed to automate the calculation of travel subsidies from user-provided invoice and train ticket archives. It contains detailed logic for unzipping files, parsing structured data (Excel/CSV), inferring travel routes from remarks, and generating organized output packages. The instructions in SKILL.md include explicit safety requirements, such as protecting against zip-slip/path-traversal and treating all inputs as untrusted, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (processing 发票.zip and 火车票.zip to compute 出差补助 and split related vs remaining files) matches the instructions: unzipping, reading structured tables, mapping rows to files, inferring city/route info, producing two zips, and emitting progress updates. No unrelated environment variables, binaries, or external services are requested.
Instruction Scope
Instructions remain within the stated purpose and explicitly limit actions (avoid OCR unless necessary; protect against zip-slip; do not modify original uploads). Two minor operational notes: it assumes a writable filesystem and common shell tools (date, mkdir, unzip) and references {baseDir} without defining it — the runtime must provide or map baseDir. Otherwise the steps are appropriately scoped to the provided archives.
Install Mechanism
No install spec and no code files (instruction-only), which minimizes installation risk. Nothing is downloaded or written by an install step.
Credentials
The skill declares no required environment variables, credentials, or configuration paths. The data it needs (the two zip files) is exactly what the description says it will process.
Persistence & Privilege
always is false and the skill is user-invocable. It writes runtime outputs into a run directory (normal for processing tasks) but does not request permanent platform-wide privileges or config changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install travel-subsidy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /travel-subsidy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
initial commit
元数据
Slug travel-subsidy
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

travel-subsidy 是什么?

When the user uploads 发票.zip and 火车票.zip, use the included data tables to calculate eligible business-trip subsidy records, split related vs remaining files,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。

如何安装 travel-subsidy?

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

travel-subsidy 是免费的吗?

是的,travel-subsidy 完全免费(开源免费),可自由下载、安装和使用。

travel-subsidy 支持哪些平台?

travel-subsidy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。

谁开发了 travel-subsidy?

由 RyanTao(@attorneytao)开发并维护,当前版本 v1.0.0。

💬 留言讨论