Install
openclaw skills install cn-temperature-converterConvert between Celsius, Fahrenheit, Kelvin. Pure Python standard library, no API key required.
openclaw skills install cn-temperature-converterConvert temperatures between Celsius, Fahrenheit, and Kelvin.
python3 scripts/temp_converter.py --value 100 --from C --to F
python3 scripts/temp_converter.py --value 212 --from F --to C