← Back to Skills Marketplace
freedompixels

Text Case Tool

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-case-tool
Description
Convert text between different cases: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE. Pure Python, no API key re...
README (SKILL.md)

Text Case Converter

Convert text between different case formats. Useful for programming, writing, and data transformation.

Features

  • UPPER CASE: ALL CAPS
  • lower case: all lowercase
  • Title Case: First Letter Of Each Word
  • Sentence case: First letter only
  • camelCase: firstLetterLower
  • PascalCase: FirstLetterUpper
  • snake_case: words_with_underscores
  • kebab-case: words-with-hyphens
  • CONSTANT_CASE: WORDS_WITH_UNDERSCORES

Usage

# Upper case
python3 scripts/text_case.py "hello world" --upper

# Lower case
python3 scripts/text_case.py "HELLO WORLD" --lower

# Title case
python3 scripts/text_case.py "hello world" --title

# camelCase
python3 scripts/text_case.py "hello world" --camel

# snake_case
python3 scripts/text_case.py "HelloWorld" --snake

# kebab-case
python3 scripts/text_case.py "Hello World" --kebab

Examples

Input Mode Output
hello world --upper HELLO WORLD
HELLO WORLD --lower hello world
hello world --title Hello World
hello world --camel helloWorld
hello world --pascal HelloWorld
HelloWorld --snake hello_world
hello world --kebab hello-world

中文说明

文本大小写转换工具,支持多种格式:大写、小写、标题、驼峰、蛇形、短横线等。

Usage Guidance
This skill appears safe for local text formatting. Do not provide credentials if prompted, because the reviewed artifacts do not need or use any.
Capability Analysis
Type: OpenClaw Skill Name: text-case-tool Version: 1.0.0 The skill bundle is a straightforward text transformation utility. The Python script `scripts/text_case.py` uses only standard libraries (argparse, re) to perform case conversions and contains no network, file system, or execution-related risks. The documentation in `SKILL.md` is purely descriptive and lacks any prompt injection attempts.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The SKILL.md describes converting text between case formats, and scripts/text_case.py implements only string transformations such as upper, lower, camel, snake, and kebab case.
Instruction Scope
The usage instructions are straightforward user-directed Python command examples; there are no goal overrides, hidden instructions, or unsafe autonomous workflows.
Install Mechanism
There is no install spec, and the script uses only Python standard-library modules argparse and re.
Credentials
The requirements declare no required binaries, environment variables, config paths, or primary credential, and the source code shows no credential or network handling.
Persistence & Privilege
The code prints converted text and does not create files, modify system state, request elevated privileges, or run in the background.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install text-case-tool
  3. After installation, invoke the skill by name or use /text-case-tool
  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. - Converts text between various case formats: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE. - Pure Python implementation; does not require an API key. - Includes command-line usage examples and a feature overview. - Provides documentation in both English and Chinese.
Metadata
Slug text-case-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Text Case Tool?

Convert text between different cases: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE. Pure Python, no API key re... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install Text Case Tool?

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

Is Text Case Tool free?

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

Which platforms does Text Case Tool support?

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

Who created Text Case Tool?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.

💬 Comments