首页龙虾技能列表 › Text Case Converter — 技能工具

🔠 Text Case Converter — 技能工具

v1.0.0

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.

0· 81·0 当前·0 累计
by @jinwangmok (목진왕)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/28
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is a small, self-contained script that matches its description: it reads a file you provide and prints the text converted to upper, lower, or title case; nothing in the files or instructions appears out of scope or excessive.
评估建议
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.
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/28

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.

● 无害

安装命令 点击复制

官方npx clawhub@latest install text-case-converter
镜像加速npx clawhub@latest install text-case-converter --registry https://cn.clawhub-mirror.com

技能文档

Convert text in a file to UPPER, lower, or Title case with a single command. 파일의 텍스트를 대문자, 소문자 또는 제목 형식으로 한 번의 명령으로 변환합니다.

Usage / 사용법

bash run.sh  [CASE]

Arguments / 인수:

#NameDescription설명
1FILE_PATHPath to the text file텍스트 파일의 경로
2CASEupper, lower, or title (default: upper)upper, lower, title (기본값: upper)

Example / 예시

bash run.sh /home/user/notes.txt lower

Output / 출력:

FILE: /home/user/notes.txt
CASE: lower

hello world this is a test
STATUS: OK

Success / Failure — 성공 / 실패

  • Success / 성공: Converted text followed by STATUS: OK (exit code 0) — 변환된 텍스트와 STATUS: OK 출력 (종료 코드 0)
  • Failure / 실패: Error message starting with ERROR: (exit code non-zero) — ERROR:로 시작하는 오류 메시지 (종료 코드 0이 아님)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务