← 返回 Skills 市场
Cn Temperature Converter
作者
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
31
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-temperature-converter
功能描述
Convert between Celsius, Fahrenheit, Kelvin. Pure Python standard library, no API key required.
使用说明 (SKILL.md)
Temperature Converter
Convert temperatures between Celsius, Fahrenheit, and Kelvin.
Features
- C → F, F → C, C → K, K → C, F → K, K → F
- Pure Python, no external dependencies
Usage
python3 scripts/temp_converter.py --value 100 --from C --to F
python3 scripts/temp_converter.py --value 212 --from F --to C
安全使用建议
This skill appears safe for its stated purpose. It should not need any API keys or sensitive credentials; if anything asks for credentials while using it, treat that as outside the behavior shown in these artifacts.
功能分析
Type: OpenClaw Skill
Name: cn-temperature-converter
Version: 1.0.0
The skill bundle is a straightforward temperature conversion utility. The Python script `scripts/temp_converter.py` uses only standard library modules (argparse, json) to perform basic arithmetic conversions between Celsius, Fahrenheit, and Kelvin, with no evidence of network activity, file system access, or malicious intent.
能力标签
能力评估
Purpose & Capability
The SKILL.md purpose is temperature conversion, and the included Python script only parses a numeric value and converts among Celsius, Fahrenheit, and Kelvin.
Instruction Scope
Usage instructions are limited to running the local converter with explicit command-line arguments.
Install Mechanism
There is no install spec and no dependency installation; the script uses only Python standard library modules.
Credentials
The registry capability signal says requires-sensitive-credentials, but the provided SKILL.md says no API key is required and the source code shows no environment variable, credential, file, or network access.
Persistence & Privilege
No persistence, background execution, privileged operations, or account access are present in the supplied artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-temperature-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-temperature-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Temperature Converter.
- Converts temperatures between Celsius, Fahrenheit, and Kelvin.
- Supports C → F, F → C, C → K, K → C, F → K, K → F.
- Pure Python implementation with no external dependencies required.
- Simple command-line usage for fast conversions.
元数据
常见问题
Cn Temperature Converter 是什么?
Convert between Celsius, Fahrenheit, Kelvin. Pure Python standard library, no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。
如何安装 Cn Temperature Converter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-temperature-converter」即可一键安装,无需额外配置。
Cn Temperature Converter 是免费的吗?
是的,Cn Temperature Converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cn Temperature Converter 支持哪些平台?
Cn Temperature Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cn Temperature Converter?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。
推荐 Skills