Text Case Tool
/install text-case-tool
Text Case Converter
Convert text between different case formats. Useful for programming, writing, and data transformation.
Features
- UPPER CASE: ALL CAPS
- lower case: all lowercase
- Title Case: First Letter Of Each Word
- Sentence case: First letter only
- camelCase: firstLetterLower
- PascalCase: FirstLetterUpper
- snake_case: words_with_underscores
- kebab-case: words-with-hyphens
- CONSTANT_CASE: WORDS_WITH_UNDERSCORES
Usage
# Upper case
python3 scripts/text_case.py "hello world" --upper
# Lower case
python3 scripts/text_case.py "HELLO WORLD" --lower
# Title case
python3 scripts/text_case.py "hello world" --title
# camelCase
python3 scripts/text_case.py "hello world" --camel
# snake_case
python3 scripts/text_case.py "HelloWorld" --snake
# kebab-case
python3 scripts/text_case.py "Hello World" --kebab
Examples
| Input | Mode | Output |
|---|---|---|
| hello world | --upper | HELLO WORLD |
| HELLO WORLD | --lower | hello world |
| hello world | --title | Hello World |
| hello world | --camel | helloWorld |
| hello world | --pascal | HelloWorld |
| HelloWorld | --snake | hello_world |
| hello world | --kebab | hello-world |
中文说明
文本大小写转换工具,支持多种格式:大写、小写、标题、驼峰、蛇形、短横线等。
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install text-case-tool - After installation, invoke the skill by name or use
/text-case-tool - Provide required inputs per the skill's parameter spec and get structured output
What is Text Case Tool?
Convert text between different cases: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE. Pure Python, no API key re... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Text Case Tool?
Run "/install text-case-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Text Case Tool free?
Yes, Text Case Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Text Case Tool support?
Text Case Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Text Case Tool?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.