Install
openclaw skills install @tonyhuya/text-utilsopenclaw skills install @tonyhuya/text-utils纯本地的文本小工具,零网络依赖,快速处理常见文本任务。
text-utils.sh count "你好 world 123" # 字数/字符/汉字/单词/行数统计
text-utils.sh upper "hello" # 转大写
text-utils.sh lower "HELLO" # 转小写
text-utils.sh reverse "abc" # 反转文本
text-utils.sh unique a b b c c # 去重
text-utils.sh lines < file.txt # 统计行数
text-utils.sh trim " hi " # 去首尾空格
text-utils.sh --help # 帮助
count 支持中英文混合统计(字符数、汉字数、单词数)