Uppercase Converter
/install uppercase-converter
Uppercase Converter
Convert English text from lowercase to uppercase using the bundled Python script.
Usage
Run the script to_upper.py in this skill directory. It accepts the text to convert
in one of two ways:
-
As command-line arguments (joined with spaces):
python "$CLAUDE_SKILL_DIR/to_upper.py" "hello world" -
From standard input (when no arguments are given) — useful for piping files or large/multiline text:
cat input.txt | python "$CLAUDE_SKILL_DIR/to_upper.py"
The script prints the uppercased result to stdout. Only ASCII English letters a-z are affected; digits, punctuation, whitespace, and non-English characters pass through unchanged.
Instructions
- Determine the text the user wants converted.
- Invoke the Python script using one of the forms above. Prefer stdin for text that contains quotes, newlines, or shell-special characters.
- Return the script's stdout to the user as the converted result.
- If the user points to a file, pipe the file into the script via stdin and (if asked) write the output back.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uppercase-converter - After installation, invoke the skill by name or use
/uppercase-converter - Provide required inputs per the skill's parameter spec and get structured output
What is Uppercase Converter?
Convert English lowercase letters to uppercase. Use when the user asks to uppercase text, capitalize all letters, convert lowercase to uppercase, or "转大写". C... It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.
How do I install Uppercase Converter?
Run "/install uppercase-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Uppercase Converter free?
Yes, Uppercase Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Uppercase Converter support?
Uppercase Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Uppercase Converter?
It is built and maintained by JennyLi2022 (@jennyli2022); the current version is v1.0.0.