← 返回 Skills 市场
Reboot Checker
作者
HostileSpider
· GitHub ↗
· v1.0.0
· MIT-0
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install reboot-checker
功能描述
Detect unexpected system reboots and alert when the system comes back online. Tracks boot history and flags suspicious restarts.
安全使用建议
This skill appears to do exactly what it claims: a local helper that records boot timestamps and signals reboots. It does not request network access or secrets. Before installing/running: (1) review and, if needed, adjust the default state/history paths; avoid running it as root to prevent accidental overwrites of sensitive files (the --state option can write to any path the process can write to); (2) ensure the host has the standard utilities the script uses (who, awk, uptime, stat, date); and (3) if you plan to run it from cron or a system-wide context, set explicit file paths and ownership so logs/state are written where you expect. Overall the skill is coherent and low-risk when used with those precautions.
功能分析
Type: OpenClaw Skill
Name: reboot-checker
Version: 1.0.0
The 'reboot-checker' skill is a straightforward utility designed to monitor system boot times and detect restarts. The bash script (scripts/check-reboot.sh) uses standard system commands like 'who -b' and 'uptime' to track state locally in the user's home directory, with no evidence of data exfiltration, remote execution, or malicious intent.
能力评估
Purpose & Capability
The name/description (detect unexpected reboots) matches the included script and instructions. Minor mismatch: metadata declares only 'bash' as a required binary, but the script also invokes who, awk, uptime, stat, date, and cut — common on most systems but not explicitly declared.
Instruction Scope
SKILL.md instructs running the bundled script, viewing history, and resetting state. The script only reads system boot time and writes to user-scoped state/history files; it does not contact external endpoints or read unrelated system data.
Install Mechanism
No install spec (instruction-only plus a script file). Nothing is downloaded or installed automatically; the script is executed locally. This is low-risk from an install perspective.
Credentials
No environment variables, credentials, or external tokens are requested. The script uses HOME (normal) and supports overriding file paths via --state / environment variables STATE_FILE/HISTORY_FILE, which is reasonable for flexibility.
Persistence & Privilege
The script persists state/history in ~/.reboot-check-state and ~/.reboot-check-history by default. Note: the --state option (or setting STATE_FILE env var) can point to any writable path and the script will overwrite that file, so running this as root could overwrite arbitrary files — use non-root contexts or carefully choose state paths.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reboot-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/reboot-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Detect unexpected system reboots
元数据
常见问题
Reboot Checker 是什么?
Detect unexpected system reboots and alert when the system comes back online. Tracks boot history and flags suspicious restarts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 Reboot Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reboot-checker」即可一键安装,无需额外配置。
Reboot Checker 是免费的吗?
是的,Reboot Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Reboot Checker 支持哪些平台?
Reboot Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reboot Checker?
由 HostileSpider(@hostilespider)开发并维护,当前版本 v1.0.0。
推荐 Skills