← 返回 Skills 市场
freedompixels

Text Case Tool

作者 freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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

中文说明

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

安全使用建议
This skill appears safe for local text formatting. Do not provide credentials if prompted, because the reviewed artifacts do not need or use any.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install text-case-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /text-case-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug text-case-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Text Case Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install text-case-tool」即可一键安装,无需额外配置。

Text Case Tool 是免费的吗?

是的,Text Case Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Text Case Tool 支持哪些平台?

Text Case Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Text Case Tool?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。

💬 留言讨论