Install
openclaw skills install shell-scriptShell脚本助手。脚本生成、逐行解释、调试排错、常用模板(备份/监控/部署)、一行命令、Bash速查表。Shell script generator, explainer, debugger, templates, one-liners, cheatsheet. Shell、Bash、Linux命令。
openclaw skills install shell-scriptShell脚本助手。脚本生成、逐行解释、调试排错、常用模板(备份/监控/部署)、一行命令、Bash速查表。Shell script generator, explainer, debugger, templates, one-liners, cheatsheet. Shell、Bash、Linux命令。
| 命令 | 功能 |
| Command | Description |
|---|---|
backup | Backup |
deploy | Deploy |
monitor | Monitor |
setup | Setup |
set -euo pipefail(出错即停、未定义变量报错、管道错误传播)"$var"(防止空格/特殊字符问题)[[ ]] 代替 [ ](更安全、支持正则)$(command) 代替反引号local 声明局部变量💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
# Show help
shell-script help
# Run
shell-script run
Run shell-script help to see all available commands.