← 返回 Skills 市场
ouyangabel

Unit Converter

作者 ouyangAbel · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
594
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install unit-convert
功能描述
Comprehensive unit converter for length, weight, temperature, area, volume, speed, time, and data. Use when: (1) converting between measurement units, (2) ca...
安全使用建议
This skill appears coherent and low-risk: it runs a local Python converter script and does not use network, credentials, or external services. Before installing, you may (1) quickly scan the full script to confirm there are no hidden network/file operations (the provided snippet shows only conversion logic), (2) test common conversions in a sandbox or isolated environment, and (3) note small issues/typos in unit alias mappings (e.g., a malformed mapping for some 'fluid ounce' aliases in the provided snippet) — these are bugs, not security problems. If you expect strict unit name handling, verify the script's alias mapping and temperature case rules and fix locally if needed.
功能分析
Type: OpenClaw Skill Name: unit-convert Version: 1.0.0 The skill bundle provides a unit conversion tool. The `SKILL.md` file contains only instructions and examples for using the `scripts/unit-convert.py` script, with no evidence of prompt injection attempts or instructions for the agent to perform unauthorized actions. The `unit-convert.py` script itself is a self-contained Python application that performs mathematical unit conversions based on predefined dictionaries. It does not engage in file system operations, network communication, environment variable access, or any other high-risk behaviors. All inputs are handled safely through type conversion and dictionary lookups, preventing injection vulnerabilities. The code's functionality is entirely aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description (unit conversion) aligns with the provided files and runtime instructions. The included Python script implements length, weight, temperature, area, volume, speed, time, and data conversions — consistent with the SKILL.md.
Instruction Scope
SKILL.md only instructs running the local Python script and listing/showing units. It does not direct reading unrelated system files, accessing environment variables, calling external endpoints, or collecting/transmitting user data. A minor note: SKILL.md mentions case-sensitivity for temperature and the script normalizes many inputs to lowercase but expects 'C','F','K' for temperature — users should follow the documented usage.
Install Mechanism
No install spec; the skill is instruction-only with a single local script. Nothing is downloaded or written to disk by an install process, so install-risk is minimal.
Credentials
The skill requires no environment variables, credentials, or config paths. The script operates purely on CLI args and internal tables, so requested privileges are proportional to its purpose.
Persistence & Privilege
always is false and model invocation is not disabled (default). The skill does not request persistent system changes or attempt to modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install unit-convert
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /unit-convert 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: comprehensive unit converter for all measurement types
元数据
Slug unit-convert
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Unit Converter 是什么?

Comprehensive unit converter for length, weight, temperature, area, volume, speed, time, and data. Use when: (1) converting between measurement units, (2) ca... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 594 次。

如何安装 Unit Converter?

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

Unit Converter 是免费的吗?

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

Unit Converter 支持哪些平台?

Unit Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Unit Converter?

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

💬 留言讨论