← 返回 Skills 市场
jinwangmok

Text Case Converter

作者 목진왕 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
129
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install text-case-converter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /text-case-converter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug text-case-converter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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

如何安装 Text Case Converter?

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

Text Case Converter 是免费的吗?

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

Text Case Converter 支持哪些平台?

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

谁开发了 Text Case Converter?

由 목진왕(@jinwangmok)开发并维护,当前版本 v1.0.0。

💬 留言讨论