← Back to Skills Marketplace
Cn Case Converter
by
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-case-converter
Description
Convert English text to uppercase, lowercase, title case, or camel case using a Python-based Chinese case converter.
README (SKILL.md)
cn-case-converter
中文拼音大小写转换工具。主要用于英文字母大小写转换。
功能
- 转大写
- 转小写
- 首字母大写
- 驼峰转换
使用方法
python3 scripts/case_convert.py --text "hello world" --upper
python3 scripts/case_convert.py --text "HELLO WORLD" --lower
python3 scripts/case_convert.py --text "hello world" --title
纯Python标准库。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-case-converter - After installation, invoke the skill by name or use
/cn-case-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of cn-case-converter:
- 提供拼音和英文的大小写转换工具。
- 支持转大写、转小写、首字母大写、驼峰转换功能。
- 纯 Python 标准库实现,无需第三方依赖。
- 提供命令行用法示例。
Metadata
Frequently Asked Questions
What is Cn Case Converter?
Convert English text to uppercase, lowercase, title case, or camel case using a Python-based Chinese case converter. It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.
How do I install Cn Case Converter?
Run "/install cn-case-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cn Case Converter free?
Yes, Cn Case Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cn Case Converter support?
Cn Case Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cn Case Converter?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.
More Skills