← Back to Skills Marketplace
jinwangmok

Text Case Converter

by 목진왕 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-case-converter
Description
Convert text in a file to upper, lower, or title case. Use when the user wants to change the capitalization of text in a file.
Usage Guidance
This skill appears safe and does what it says: run it with a file path to print a converted copy of that file (it does not modify the file). Before running, avoid passing paths to sensitive files you don't want printed to the agent's output. Ensure tr and awk are available on the target system. If you need in-place edits, note this script only prints converted text — it does not overwrite files.
Capability Analysis
Type: OpenClaw Skill Name: text-case-converter Version: 1.0.0 The skill is a straightforward utility for converting text files to upper, lower, or title case using standard Linux commands (tr and awk). The implementation in run.sh includes proper input validation, uses a whitelist for the case argument, and correctly quotes variables to prevent shell injection, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name, description, SKILL.md, MANUAL.md, and run.sh all describe the same simple utility. The declared required binaries (tr and awk) are exactly the tools the script uses. There are no extra credentials, config paths, or unrelated binaries requested.
Instruction Scope
SKILL.md instructs the agent to run run.sh with a file path and optional case argument. The script only checks the provided path exists, reads that file, converts its text, and prints output and status. It does not reference other files, network endpoints, or environment variables.
Install Mechanism
There is no install spec and no downloads — this is instruction-only plus a small shell script. Nothing is written to disk beyond the included run.sh, and no remote code is fetched.
Credentials
The skill requests no environment variables or credentials and the runtime files do not read any env vars. Required tools are minimal and proportional for the task.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system settings. Autonomous invocation is allowed (the platform default) but there are no broad privileges requested that increase risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install text-case-converter
  3. After installation, invoke the skill by name or use /text-case-converter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of text-case-converter - Easily convert file text to upper, lower, or title case via command line. - Supports simple usage: specify file path and desired case (default is upper). - Outputs conversion result with clear STATUS messages for success or errors. - Requires Bash with tr and awk available.
Metadata
Slug text-case-converter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Text Case Converter?

Convert text in a file to upper, lower, or title case. Use when the user wants to change the capitalization of text in a file. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install Text Case Converter?

Run "/install text-case-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Text Case Converter free?

Yes, Text Case Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Text Case Converter support?

Text Case Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Text Case Converter?

It is built and maintained by 목진왕 (@jinwangmok); the current version is v1.0.0.

💬 Comments