← Back to Skills Marketplace
119
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install rr-reboot-report-v2
Description
Detect unexpected system reboots and alert when the system comes back online. Tracks boot history and flags suspicious restarts.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rr-reboot-report-v2 - After installation, invoke the skill by name or use
/rr-reboot-report-v2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Rr Reboot Report V2?
Detect unexpected system reboots and alert when the system comes back online. Tracks boot history and flags suspicious restarts. It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install Rr Reboot Report V2?
Run "/install rr-reboot-report-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rr Reboot Report V2 free?
Yes, Rr Reboot Report V2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rr Reboot Report V2 support?
Rr Reboot Report V2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rr Reboot Report V2?
It is built and maintained by elony-7 (@elony-7); the current version is v1.0.2.
More Skills