← 返回 Skills 市场
Convert Units
作者
CutTheMustard
· GitHub ↗
· v1.0.0
389
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install convert-units
功能描述
Convert currencies, physical units, and encodings between formats.
使用说明 (SKILL.md)
unit-convert
Convert currencies (live rates), physical units (80+ units across 8 categories), and encodings (base64, hex, URL) in one service.
Endpoints
Currency Conversion
curl -X POST https://convert.agentutil.net/v1/currency \
-H "Content-Type: application/json" \
-d '{"value": 100, "from": "USD", "to": "NZD"}'
Unit Conversion
curl -X POST https://convert.agentutil.net/v1/units \
-H "Content-Type: application/json" \
-d '{"value": 1, "from": "mi", "to": "km"}'
Supported categories: length, weight, volume, area, speed, data, time, temperature.
Encoding Conversion
curl -X POST https://convert.agentutil.net/v1/encoding \
-H "Content-Type: application/json" \
-d '{"input": "hello", "from": "utf8", "to": "base64"}'
Formats: utf8, base64, hex, url.
Response Format
{
"result": 1.609344,
"from": "mi",
"to": "km",
"value": 1,
"formula": "1 mi = 1.609344 km",
"request_id": "abc-123",
"service": "https://convert.agentutil.net"
}
Pricing
- Free tier: 10 queries/day, no authentication required
- Paid tier: $0.001/query via x402 protocol (USDC on Base)
Privacy
No authentication required for free tier. No personal data collected. Rate limiting uses IP hashing only.
安全使用建议
This skill is coherent with its stated purpose, but it sends whatever you provide to convert.agentutil.net. Do not send secrets or sensitive data to the skill. If you plan to use the paid tier, verify the payment method and service terms on the provider site (the SKILL.md mentions USDC on Base and 'x402 protocol'). If you require offline or private conversions, prefer a local library instead of this networked service. Finally, because the service endpoint is external and not vetted here, consider checking the provider's domain, privacy policy, and uptime before relying on it for important tasks.
功能分析
Type: OpenClaw Skill
Name: convert-units
Version: 1.0.0
The skill bundle appears benign. It defines a skill for unit, currency, and encoding conversions, providing `curl` examples that interact with a single, consistently declared external API endpoint (`https://convert.agentutil.net`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent beyond its stated purpose within `SKILL.md`.
能力评估
Purpose & Capability
The skill name/description (unit/currency/encoding conversions) matches the runtime instructions, which show curl calls to a conversion API (convert.agentutil.net) for currency, units, and encodings. No unrelated binaries or credentials are requested.
Instruction Scope
The SKILL.md instructs the agent to POST data to https://convert.agentutil.net endpoints. This is expected for a network-backed conversion service, but it means any input you send (including text you ask to convert) will be transmitted to that external service. The metadata includes privacy/pricing claims (free tier 10/day, paid via USDC on Base) that are not verifiable from the skill alone.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only, so nothing is written to disk and no third-party packages are pulled in.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to the described purpose.
Persistence & Privilege
always:false and the skill does not request persistent system access or modify other skills. The agent may invoke the skill autonomously (platform default), which is normal; combined with network calls this increases blast radius only in the sense the skill can call the external API when used autonomously.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install convert-units - 安装完成后,直接呼叫该 Skill 的名称或使用
/convert-units触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of unit-convert:
- Convert currencies with live rates, physical units (80+ units, 8 categories), and encodings (base64, hex, URL) via simple API endpoints.
- No authentication required for free tier (10 queries/day), with additional paid usage available.
- Returns clear, structured results including formulas and request metadata.
- Privacy-focused: no personal data collected; rate limiting uses only IP hashing.
元数据
常见问题
Convert Units 是什么?
Convert currencies, physical units, and encodings between formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 389 次。
如何安装 Convert Units?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install convert-units」即可一键安装,无需额外配置。
Convert Units 是免费的吗?
是的,Convert Units 完全免费(开源免费),可自由下载、安装和使用。
Convert Units 支持哪些平台?
Convert Units 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Convert Units?
由 CutTheMustard(@cutthemustard)开发并维护,当前版本 v1.0.0。
推荐 Skills