← Back to Skills Marketplace
attorneytao

travel-subsidy

by RyanTao · GitHub ↗ · v1.0.0
linux ✓ Security Clean
272
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-subsidy
Description
When the user uploads 发票.zip and 火车票.zip, use the included data tables to calculate eligible business-trip subsidy records, split related vs remaining files,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install travel-subsidy
  3. After installation, invoke the skill by name or use /travel-subsidy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
initial commit
Metadata
Slug travel-subsidy
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 272 downloads so far.

How do I install travel-subsidy?

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

Is travel-subsidy free?

Yes, travel-subsidy is completely free (open-source). You can download, install and use it at no cost.

Which platforms does travel-subsidy support?

travel-subsidy is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux).

Who created travel-subsidy?

It is built and maintained by RyanTao (@attorneytao); the current version is v1.0.0.

💬 Comments