📦 Unitconv — 单位换算
v3.0.0一站式长度、重量、温度、数据容量与速度单位转换器,支持公制英制切换、存储容量换算及食谱用量调整,结果即时精准。
0· 321·2 当前·2 累计
下载技能包
最后更新
2026/4/20
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to be a straightforward unit converter with no network calls or credential usage. Before installing, verify how the script will be invoked in your agent environment (SKILL.md expects a `unitconv` command but the repository provides scripts/script.sh), and confirm the platform will place or wrap that script on PATH or otherwise call it safely in a sandbox. If you want extra assurance, open and review scripts/script.sh (already included) — it contains only simple arithmetic and ...详细分析 ▾
✓ 用途与能力
Name/description (unit conversion) match the included script and SKILL.md. The script implements conversions for the listed unit categories with no unrelated functionality.
ℹ 指令范围
SKILL.md describes running a `unitconv` command and states it uses awk for math; the included scripts/script.sh implements the functionality and calls awk. There is a minor operational inconsistency: SKILL.md examples call `unitconv` but no install steps are provided to place scripts/script.sh on PATH as `unitconv`. This is an operational/usability note rather than a security concern.
✓ 安装机制
No install spec is provided (instruction-only) and the single script is readable; nothing is downloaded or extracted from external URLs. This is low-risk from an installation perspective.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths. The script reads only its CLI arguments and uses awk; no sensitive environment access is attempted.
✓ 持久化与权限
The skill does not request permanent presence (always:false) and does not modify system or other skill configurations. It does not require elevated privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv3.0.02026/3/15
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install unitconv
镜像加速npx clawhub@latest install unitconv --registry https://cn.longxiaskill.com