← Back to Skills Marketplace
Unit Converter
by
ouyangAbel
· GitHub ↗
· v1.0.0
594
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install unit-convert
Description
Comprehensive unit converter for length, weight, temperature, area, volume, speed, time, and data. Use when: (1) converting between measurement units, (2) ca...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unit-convert - After installation, invoke the skill by name or use
/unit-convert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: comprehensive unit converter for all measurement types
Metadata
Frequently Asked Questions
What is Unit Converter?
Comprehensive unit converter for length, weight, temperature, area, volume, speed, time, and data. Use when: (1) converting between measurement units, (2) ca... It is an AI Agent Skill for Claude Code / OpenClaw, with 594 downloads so far.
How do I install Unit Converter?
Run "/install unit-convert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Unit Converter free?
Yes, Unit Converter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Unit Converter support?
Unit Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Unit Converter?
It is built and maintained by ouyangAbel (@ouyangabel); the current version is v1.0.0.
More Skills