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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uppercase-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/uppercase-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。
如何安装 Uppercase Converter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uppercase-converter」即可一键安装,无需额外配置。
Uppercase Converter 是免费的吗?
是的,Uppercase Converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Uppercase Converter 支持哪些平台?
Uppercase Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uppercase Converter?
由 JennyLi2022(@jennyli2022)开发并维护,当前版本 v1.0.0。