← Back to Skills Marketplace
freedompixels

Cn Temperature Converter

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
31
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-temperature-converter
Description
Convert between Celsius, Fahrenheit, Kelvin. Pure Python standard library, no API key required.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-temperature-converter
  3. After installation, invoke the skill by name or use /cn-temperature-converter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug cn-temperature-converter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cn Temperature Converter?

Convert between Celsius, Fahrenheit, Kelvin. Pure Python standard library, no API key required. It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.

How do I install Cn Temperature Converter?

Run "/install cn-temperature-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cn Temperature Converter free?

Yes, Cn Temperature Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cn Temperature Converter support?

Cn Temperature Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cn Temperature Converter?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.

💬 Comments