← Back to Skills Marketplace
v31981

达鑫车队加气记录

by V31981 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
123
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install refuel-record
Description
达鑫车队加气记录录入技能。触发指令:「加气汇总」。当用户提供加气原始信息(日期、车牌、站点、升数、单价、金额、公里数)时,自动生成加气记录汇总表和扣卡记录。触发场景:输入加气记录、录入加气数据、车队加气录入、扣卡记录生成。
Usage Guidance
Plain-language points to consider before installing: - This skill appears to do what it says (parse refuel entries and create CSVs), but the instructions will write files to a hard-coded Windows Desktop path (C:\Users\35794\Desktop). Confirm you are comfortable with the agent creating files there or ask the author to make the output path configurable or dynamically use the current user's Desktop. - The SKILL.md says to "continue the last serial number" and to merge duplicate entries but does not say where to read previous records. Ask the developer to clarify whether the agent will read existing CSVs, which files it will open, and to require explicit user consent before reading/modifying existing files. - Because outputs contain identifiable information (license plates, mileage), consider privacy: ensure CSVs are stored in an expected, secure location and that you are okay with the agent handling that personal data. - Best practices: test the skill with dummy data first, require the skill to prompt before writing or overwriting files, and prefer a relative or user-resolved path (e.g., %USERPROFILE%\Desktop or a user-chosen folder) rather than a hard-coded path. - If the developer cannot clarify where prior data is read from or refuses to parameterize the output path, treat the skill with caution (do not run it on sensitive data or in an environment where unintended file access would be problematic).
Capability Analysis
Type: OpenClaw Skill Name: refuel-record Version: 1.0.1 The skill is a specialized data processing tool for recording fleet refueling data into CSV format. It performs text parsing and formatting based on user input and lacks any indicators of data exfiltration, malicious execution, or prompt injection attacks. The hardcoded output path in SKILL.md (C:\Users\35794\Desktop) is specific to a local environment but consistent with the tool's purpose for a specific user.
Capability Assessment
Purpose & Capability
The skill's name and description (加气记录录入、生成汇总与扣卡记录) align with the instructions to parse inputs and produce CSVs. It does not request credentials or external tools, which is proportionate. However, the SKILL.md hardcodes an absolute Windows path (C:\Users\35794\Desktop) for outputs and requires continuing the last serial number ("延续上次最大序号") without specifying where prior data is stored — this mismatch is odd and worth questioning.
Instruction Scope
Runtime instructions explicitly direct writing output files to a specific user's Desktop and describe behaviors that imply reading or merging previous records (continuing serial numbers, merging duplicate info) but do not state where or how to find prior files. Several rules (merging multiples, determining last serial) grant the agent open-ended judgment without concrete, constrained steps. Hardcoded paths and vague file-read behavior increase the risk of unintended file access or modification.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk from an installation/execution perspective because nothing is downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths (good). Nevertheless, the instructions assume access to a specific filesystem location (C:\Users\35794\Desktop) without declaring it; requiring access to a particular user path is disproportionate and brittle, especially across different OSes or users.
Persistence & Privilege
always:false and no persistent installation. The skill will create files on the host if run, which is expected for a data-entry tool. The concern is the hard-coded Desktop target and implied reading/modification of prior files — not elevated platform privileges but potential unwanted file writes/reads.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install refuel-record
  3. After installation, invoke the skill by name or use /refuel-record
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
增加加气汇总触发指令
v1.0.0
Initial release of refuel-record skill for 达鑫车队: - Automates generation of refueling summary and扣卡 (card deduction) sub-records upon raw refueling data input. - Supports parsing and formatting of fields: date, license plate, station, liters, unit price, total amount, payment type, and mileage. - Outputs consolidated summary (.csv) with continuous serial numbers and correctly merged records. - Deducts and classifies pay type based on station name keywords. - Generates detailed card deduction records with strict separation of income and expenditure items.
Metadata
Slug refuel-record
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 达鑫车队加气记录?

达鑫车队加气记录录入技能。触发指令:「加气汇总」。当用户提供加气原始信息(日期、车牌、站点、升数、单价、金额、公里数)时,自动生成加气记录汇总表和扣卡记录。触发场景:输入加气记录、录入加气数据、车队加气录入、扣卡记录生成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.

How do I install 达鑫车队加气记录?

Run "/install refuel-record" 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 V31981 (@v31981); the current version is v1.0.1.

💬 Comments