Raspberry Pi system administration. Monitor resources, manage services, perform updates and maintenance.
Security Analysis
high confidenceThe skill's files and runtime instructions are consistent with a Raspberry Pi administration utility: it reads system state, manages services, performs updates/cleanup, and requires sudo for maintenance actions.
The name and description match the included scripts: monitoring (overview, resources, storage, network, tailscale, hardware), maintenance (update, clean, optimize, reboot) and service management (services, restart-gateway). All required actions (system inspection, systemctl, apt, journalctl, docker, reboot, pnpm for a gateway) are proportional to Raspberry Pi administration. Minor oddities: several scripts reference a specific user path (/home/srose/clawdis) and the restart-gateway script contains inconsistent port numbers (scripts start port 18789 but some messages refer to 18790). Those are configuration issues, not indicators of hidden functionality.
SKILL.md and the scripts are explicit about what to run and what they read: many /proc, /sys, /etc files, journalctl, /var/log/syslog, ip/ss outputs, docker lists, and tailscale commands. Maintenance commands require sudo and prompt for confirmation; dry-run flags exist. There is no instruction to send data to external endpoints or to harvest credentials, but the restart-gateway script does start a background pnpm process (silencing output) and prints local/Tailscale URLs — so running the skill will reveal local IPs and service ports. Review and adjust hard-coded paths before running.
No install spec is provided (instruction-only), and the package includes the actual shell scripts. Nothing is downloaded or executed from remote URLs by the skill itself. Risk is limited to running the included scripts on the host; there is no installer that pulls arbitrary code.
The skill declares no environment variables or credentials and does not attempt to read secrets from environment variables. It operates on local system files and services only. The only external dependency implied is the presence of tools like pnpm, tailscale, docker, and systemctl — which are reasonable for the described tasks. No unrelated credentials are requested.
always:false and default autonomous invocation are set (normal). The scripts legitimately require elevated privileges for maintenance operations (apt, systemctl, sysctl, reboot). Be aware these actions can be disruptive: optimize disables services and writes /etc/sysctl.d/99-swappiness.conf, restart-gateway pkills processes and starts a pnpm process, and reboot performs a system reboot. These are expected for an admin tool but require user consent and care.
Guidance
This skill appears to do what it says: inspect and administer a Raspberry Pi. Before using it: (1) review the scripts yourself (they are included) and correct hard-coded paths (e.g., /home/srose/clawdis) and the port inconsistencies in restart-gateway; (2) run read-only commands or use the provided --dry-run flags to preview changes; (3) ensure pnpm/tailscale/docker expectations match your system; (4) be cautious granting sudo — maintenance actions (update, clean, optimize, reboot, restart-gateway) will modify services, write sysctl configs, or reboot the device; (5) if you want the agent to run autonomously, understand it could invoke these sudo-requiring scripts (the skill will still prompt for confirmation in many cases, but double-check behavior).
Latest Release
v1.0.0
Initial release: Complete Raspberry Pi system administration with monitoring, service management, and maintenance tools
More by @TheSethRose
Published by @TheSethRose on ClawHub