← 返回 Skills 市场
59
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sed-tool
功能描述
Stream editor for filtering and transforming text using scripts. Use for find-and-replace, text manipulation, and batch file editing.
使用说明 (SKILL.md)
Stream Editor
Perform basic text transformations on input streams using scripting commands. Supports find-and-replace, deletion, insertion, and conditional operations.
Usage
sed-tool [options] \x3Cscript> [file...]
Common Commands
s/old/new/: Substitute text/pattern/d: Delete matching linesNp: Print line N-i: Edit files in-place
Examples
# Find and replace
sed-tool 's/foo/bar/g' file.txt
# Edit in-place
sed-tool -i 's/old/new/g' config.ini
# Delete lines matching pattern
sed-tool '/debug/d' log.txt
安全使用建议
This skill is suitable for simple text transformations. Before installing or using it, verify what `sed-tool` command will run, and be cautious with `-i` or deletion commands because they can alter files directly.
功能分析
Type: OpenClaw Skill
Name: sed-tool
Version: 1.0.0
The sed-tool is a basic text manipulation utility implemented in Python (scripts/sed.py) that performs simple regex substitutions. While the documentation in SKILL.md claims support for advanced sed features like in-place editing and line deletion which are not actually implemented in the script, the code itself is harmless and lacks any indicators of malicious intent, data exfiltration, or command injection.
能力评估
Purpose & Capability
The stated purpose is coherent for a sed-like text transformation tool, but the included Python script only supports a narrow stdin substitution workflow and does not implement the documented file, deletion, insertion, or in-place editing options.
Instruction Scope
The instructions include user-directed examples for in-place editing and deleting matching lines. These are normal sed capabilities, but they can permanently change local files if used carelessly.
Install Mechanism
There is no install spec and no required binary declaration, while the documentation references a `sed-tool` command. Users should confirm what executable is being invoked.
Credentials
Local text transformation is proportionate to the skill's stated purpose. No network access, credentials, background services, or broad local indexing are shown.
Persistence & Privilege
The artifacts show no persistence, privilege escalation, credential use, or background operation. File changes are only described as user-invoked editing commands.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sed-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/sed-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Sed Tool 是什么?
Stream editor for filtering and transforming text using scripts. Use for find-and-replace, text manipulation, and batch file editing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。
如何安装 Sed Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sed-tool」即可一键安装,无需额外配置。
Sed Tool 是免费的吗?
是的,Sed Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sed Tool 支持哪些平台?
Sed Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sed Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills