← 返回 Skills 市场
123
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install refuel-record
功能描述
达鑫车队加气记录录入技能。触发指令:「加气汇总」。当用户提供加气原始信息(日期、车牌、站点、升数、单价、金额、公里数)时,自动生成加气记录汇总表和扣卡记录。触发场景:输入加气记录、录入加气数据、车队加气录入、扣卡记录生成。
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install refuel-record - 安装完成后,直接呼叫该 Skill 的名称或使用
/refuel-record触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
达鑫车队加气记录 是什么?
达鑫车队加气记录录入技能。触发指令:「加气汇总」。当用户提供加气原始信息(日期、车牌、站点、升数、单价、金额、公里数)时,自动生成加气记录汇总表和扣卡记录。触发场景:输入加气记录、录入加气数据、车队加气录入、扣卡记录生成。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 达鑫车队加气记录?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install refuel-record」即可一键安装,无需额外配置。
达鑫车队加气记录 是免费的吗?
是的,达鑫车队加气记录 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
达鑫车队加气记录 支持哪些平台?
达鑫车队加气记录 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 达鑫车队加气记录?
由 V31981(@v31981)开发并维护,当前版本 v1.0.1。
推荐 Skills