Text Case Converter
v1.0.0Convert text in a file to upper, lower, or title case. Use when the user wants to change the capitalization of text in a file.
⭐ 0· 86·0 current·0 all-time
by목진왕@jinwangmok
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk9704438hkhre1x47ncctzw14n83r5j1
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔠 Clawdis
Binstr, awk
