返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
u

unit-convert

Convert currencies, physical units, and encodings between formats.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
343
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

unit-convert

# unit-convert Convert currencies (live rates), physical units (80+ units across 8 categories), and encodings (base64, hex, URL) in one service. ## Endpoints ### Currency Conversion ```bash curl -X POST https://convert.agentutil.net/v1/currency \ -H "Content-Type: application/json" \ -d '{"value": 100, "from": "USD", "to": "NZD"}' ``` ### Unit Conversion ```bash 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 ```bash 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 ```json { "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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 convert-units-1776274045 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 convert-units-1776274045 技能

通过命令行安装

skillhub install convert-units-1776274045

下载

⬇ 下载 unit-convert v1.0.0(免费)

文件大小: 1.31 KB | 发布时间: 2026-4-16 17:40

v1.0.0 最新 2026-4-16 17:40
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部