{"skill":{"slug":"sed-tool","displayName":"Sed Tool","summary":"Stream editor for filtering and transforming text using scripts. Use for find-and-replace, text manipulation, and batch file editing.","description":"---\nname: sed-tool\ndescription: Stream editor for filtering and transforming text using scripts. Use for find-and-replace, text manipulation, and batch file editing.\n---\n\n# Stream Editor\n\nPerform basic text transformations on input streams using scripting commands. Supports find-and-replace, deletion, insertion, and conditional operations.\n\n## Usage\n\n```bash\nsed-tool [options] <script> [file...]\n```\n\n## Common Commands\n\n- `s/old/new/`: Substitute text\n- `/pattern/d`: Delete matching lines\n- `Np`: Print line N\n- `-i`: Edit files in-place\n\n## Examples\n\n```bash\n# Find and replace\nsed-tool 's/foo/bar/g' file.txt\n\n# Edit in-place\nsed-tool -i 's/old/new/g' config.ini\n\n# Delete lines matching pattern\nsed-tool '/debug/d' log.txt\n```","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":342,"installsAllTime":13,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1777739423403,"updatedAt":1778492830283},"latestVersion":{"version":"1.0.0","createdAt":1777739423403,"changelog":"Initial release","license":"MIT-0"},"metadata":null,"owner":{"handle":"dinghaibin","userId":"s170ed26v1mh4qzy7v9cnn7msx85mrn1","displayName":"BIN","image":"https://avatars.githubusercontent.com/u/9191597?v=4"},"moderation":null}