/install sed-tool
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sed-tool - After installation, invoke the skill by name or use
/sed-tool - Provide required inputs per the skill's parameter spec and get structured output
What is Sed Tool?
Stream editor for filtering and transforming text using scripts. Use for find-and-replace, text manipulation, and batch file editing. It is an AI Agent Skill for Claude Code / OpenClaw, with 59 downloads so far.
How do I install Sed Tool?
Run "/install sed-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sed Tool free?
Yes, Sed Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sed Tool support?
Sed Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sed Tool?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.