← 返回 Skills 市场
119
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install rr-reboot-report-v2
功能描述
Detect unexpected system reboots and alert when the system comes back online. Tracks boot history and flags suspicious restarts.
安全使用建议
This skill appears coherent with its stated goal. If you plan to install it: 1) Review the two bundled scripts (they are short and readable). 2) If you enable automatic alerts, create ~/.rr-reboot-config yourself and set permissions to 600 so your bot token and chat ID stay private. 3) The scripts send only a short message with the boot time to api.telegram.org; confirm you trust using Telegram for alerts. 4) The scripts write state/history files under your home directory (~/.reboot-check-state and ~/.reboot-check-history) — if you need to avoid persistent files, run the checker manually instead of installing the cron @reboot. 5) Expect occasional false positives if system clock changes; test with --reset and --history before relying on alerts. If you want higher assurance, run the scripts as a non-root user or inspect and run them interactively before adding a cron entry.
功能分析
Type: OpenClaw Skill
Name: rr-reboot-report-v2
Version: 1.0.2
The skill bundle is a system monitoring utility designed to detect reboots and send Telegram alerts. The scripts (check-reboot.sh and reboot-alert.sh) function by comparing boot timestamps and sending a notification to a user-configured Telegram bot using credentials stored in a local config file (~/.rr-reboot-config). The behavior is transparent, well-documented, and lacks any indicators of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
Name/description (detect unexpected reboots and alert) align with the included scripts and runtime instructions. The only required binary is bash and the scripts operate on per-user state/config files under $HOME, which is appropriate for this purpose.
Instruction Scope
SKILL.md and scripts read/write only a small set of home-directory files (~/.reboot-check-state, ~/.reboot-check-history, ~/.rr-reboot-config) and make network calls to api.telegram.org when configured. That behavior is within the stated purpose. Minor inconsistency: SKILL.md metadata lists a required config file (~/.rr-reboot-config) while the registry metadata earlier reported no required config paths; this is informational but not malicious.
Install Mechanism
Instruction-only skill with bundled shell scripts and no install spec — nothing is downloaded or extracted at install time. Risk from install mechanism is low.
Credentials
No environment variables or privileged credentials are requested by the skill. Telegram credentials are read from a user-created config file; asking only for BOT_TOKEN/CHAT_ID in that local file is proportional to the feature.
Persistence & Privilege
The skill is not set always:true and does not request elevated or system-wide privileges. It writes per-user state files and recommends a user-managed @reboot cron entry; this is an expected and proportionate level of persistence for an auto-alert helper.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rr-reboot-report-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/rr-reboot-report-v2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Telegram alert integration added: alerts are now sent via Telegram Bot API using user-provided credentials.
- A new config file (`~/.rr-reboot-config`) is required for Telegram alerts, specifying `BOT_TOKEN` and `CHAT_ID`.
- Updated metadata to declare the new config file as a requirement.
- Improved the `reboot-alert.sh` script to handle credentials securely and wait for network availability at boot.
- SKILL.md documentation updated with new setup steps and integration details.
v1.0.1
- Improved documentation for setup, usage, and integration.
- Added detailed instructions for auto-alerts via cron and heartbeat integration.
- Clarified script options and output statuses.
- Emphasized security: no credentials required in helper script.
- Now tracks boot history and provides customizable state file location.
v1.0.0
- Initial release of rr-reboot-report-v2.
- Detects unexpected system reboots and tracks boot history for improved security monitoring.
- Provides status output: CLEAN (no reboot), REBOOTED (system rebooted), FIRST_RUN (initial setup).
- Easy integration with cron for automatic Telegram alerts at reboot; reads credentials from local config.
- Includes command-line options for history viewing, state reset, custom state file, and JSON output.
元数据
常见问题
Rr Reboot Report V2 是什么?
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 插件,目前累计下载 119 次。
如何安装 Rr Reboot Report V2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rr-reboot-report-v2」即可一键安装,无需额外配置。
Rr Reboot Report V2 是免费的吗?
是的,Rr Reboot Report V2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rr Reboot Report V2 支持哪些平台?
Rr Reboot Report V2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rr Reboot Report V2?
由 elony-7(@elony-7)开发并维护,当前版本 v1.0.2。
推荐 Skills