Case Convert
v1.0.0Convert text between different case styles. Use when the user asks to convert text to camelCase, snake_case, kebab-case, PascalCase, UPPERCASE, lowercase, Ti...
⭐ 0· 85·1 current·1 all-time
byOmar Hernandez@ohernandez-dev-blossom
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (case conversion) match the SKILL.md instructions: the document provides 15 explicit text transformations and options (target, batchMode). No unrelated binaries, environment variables, or config paths are requested.
Instruction Scope
SKILL.md is self-contained and does not instruct reading files, env vars, network calls, or other system data. However, several transformation definitions contain ambiguous or inconsistent details that could lead to surprising outputs (e.g., inconsistent phrasing 'remove non-word characters (replace with space)' vs 'remove non-word non-space characters', and the example for Title/Sentence case on 'USER_LOGIN_COUNT' retains underscores rather than showing them treated as separators). These are correctness/usability concerns rather than security issues.
Install Mechanism
No install spec and no code files — instruction-only skill (lowest install risk). Nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths. The requested surface is minimal and appropriate for a pure text-transformation utility.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges or modification of other skills/configuration. Autonomous invocation is allowed by default, which is normal for skills.
Assessment
This skill appears coherent and low-risk: it only describes how to transform text and asks for no credentials or installs. Before relying on it, test it with representative inputs (underscores, dots, punctuation, and Unicode) because some transformation rules are ambiguous and at least one example appears inconsistent (e.g., how underscores are handled in Title/Sentence case). If you need deterministic behavior for edge cases, ask the author to clarify rules for separators, Unicode handling, and how batchMode treats blank lines. Autonomous invocation is normal here but, as always, only enable skills you trust.Like a lobster shell, security has layers — review code before you run it.
latestvk97c0fe314z21yepcej7rq45zh83fhb3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
