← Back to Skills Marketplace
jennyli2022

Uppercase Converter

by JennyLi2022 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
36
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uppercase-converter
Description
Convert English lowercase letters to uppercase. Use when the user asks to uppercase text, capitalize all letters, convert lowercase to uppercase, or "转大写". C...
README (SKILL.md)

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:

  1. As command-line arguments (joined with spaces):

    python "$CLAUDE_SKILL_DIR/to_upper.py" "hello world"
    
  2. 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

  1. Determine the text the user wants converted.
  2. Invoke the Python script using one of the forms above. Prefer stdin for text that contains quotes, newlines, or shell-special characters.
  3. Return the script's stdout to the user as the converted result.
  4. If the user points to a file, pipe the file into the script via stdin and (if asked) write the output back.
Usage Guidance
Install only in a trusted maintainer or developer workspace. The moderation and review workflows can affect real ClawHub users, skills, PRs, or local code review execution, so use them with the documented confirmation steps and authenticated accounts you intend to use.
Capability Assessment
Purpose & Capability
The visible artifacts describe ClawHub maintenance, review, UI proof, moderation, and Convex development workflows; the capabilities fit those stated purposes.
Instruction Scope
Some workflows can perform high-impact actions such as moderator account changes, PR comments, GitHub inspection, migrations, and nested review commands, but the instructions disclose these actions and include confirmation or verification guardrails.
Install Mechanism
No deceptive install behavior or automatic persistence mechanism was found in the inspected skill files; referenced commands are task-specific developer tools.
Credentials
The skills assume a trusted development or maintainer environment with repo access, CLI tools, and sometimes authenticated services; that is proportionate for the stated ClawHub and Convex workflows.
Persistence & Privilege
The autoreview helper can run nested Codex review with full-access mode by default, and moderation commands can mutate ClawHub state, but both are explicitly documented and user-directed rather than hidden.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uppercase-converter
  3. After installation, invoke the skill by name or use /uppercase-converter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of uppercase-converter. - Converts English lowercase letters to uppercase using a Python script. - Supports input via command-line arguments or standard input for flexibility with different text formats. - Only affects ASCII English letters; other characters remain unchanged. - Provides usage instructions for converting plain text or file contents.
Metadata
Slug uppercase-converter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments