Install
openclaw skills install exec-reducerProvides reusable tools to batch process files for reading, writing, and searching, reducing exec command usage.
openclaw skills install exec-reducer封装常用操作为可复用工具,减少exec调用
当需要批量处理文件、搜索、写入时使用
# 读取文件
python exec-batch-skill.py read <filepath>
# 写入文件
python exec-batch-skill.py write <filepath> <content>
# 搜索
python exec-batch-skill.py search <query>