← 返回 Skills 市场
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tr-tool
功能描述
Translate or delete characters from input streams. Use for character substitution, deletion, and squeezing repeated characters.
使用说明 (SKILL.md)
Tr - Character Translation Utility
Translate, squeeze, or delete characters from standard input. Replaces specified characters with alternatives or removes them entirely.
Usage
tr-tool [options] \x3Cset1> [set2]
Common Uses
'a-z' 'A-Z': Convert lowercase to uppercase'\ ' ' ': Replace newlines with spaces-d 'aeiou': Delete all vowels-s ' ': Squeeze repeated spaces
Examples
echo "hello" | tr-tool 'a-z' 'A-Z'
echo "foo bar" | tr-tool -d ' '
echo "hello world" | tr-tool -s ' '
安全使用建议
This skill appears safe for simple local character substitution, but do not rely on the documented delete or squeeze options unless you verify they are implemented.
功能分析
Type: OpenClaw Skill
Name: tr-tool
Version: 1.0.0
The tr-tool skill is a straightforward implementation of a character translation utility, similar to the Unix 'tr' command. The core logic in scripts/tr.py uses standard Python string translation methods (str.maketrans) to process input from stdin, and the SKILL.md documentation accurately reflects this functionality without any suspicious instructions or prompt injection attempts.
能力评估
Purpose & Capability
The stated purpose is character translation/deletion/squeezing, but the included script only implements a basic two-argument character translation flow and does not handle the documented -d or -s options.
Instruction Scope
The instructions are limited to user-directed command examples using standard input; they do not attempt to override user intent or require autonomous high-impact actions.
Install Mechanism
There is no install spec, no dependencies, and no required binaries or environment variables. The included Python file is small and local.
Credentials
The artifacts show only stdin-to-stdout text transformation. There is no evidence of filesystem scanning, network access, credential use, or configuration access.
Persistence & Privilege
No persistence, background execution, privilege escalation, account access, or stored state is shown.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tr-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/tr-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Tr Tool 是什么?
Translate or delete characters from input streams. Use for character substitution, deletion, and squeezing repeated characters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Tr Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tr-tool」即可一键安装,无需额外配置。
Tr Tool 是免费的吗?
是的,Tr Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tr Tool 支持哪些平台?
Tr Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tr Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills