Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Raspberry Pi system administration. Monitor resources, manage services, perform updates and maintenance.
.claude/skills/sundial-org-pi-admin/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-13 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 97% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -26% | 0% |
Complete system monitoring and introspection for the Raspberry Pi host. Access network details, system resources, storage, services, and more.
bash# Information Commands cd /home/srose/clawd/skills/pi-admin ./skill.sh overview ./skill.sh network ./skill.sh tailscale ./skill.sh resources ./skill.sh storage ./skill.sh services ./skill.sh hardware # Maintenance Commands ./skill.sh update # Update system packages ./skill.sh clean # Clean unused packages, logs, Docker ./skill.sh reboot # Reboot with countdown ./skill.sh restart-gateway # Restart the Clawdis Gateway # Complete system info ./skill.sh all
| Tool | Description | |------|-------------| | overview | Quick system summary | | network | IP addresses, hostname, network interfaces | | tailscale | Tailscale status, IP, peers | | resources | CPU, memory, temperature | | storage | Disk usage, mount points | | services | Running services, Gateway status | | hardware | CPU info, Raspberry Pi model, GPU | | all | Complete detailed dump |
bash# Quick system check ./skill.sh overview # Debug network issues ./skill.sh network && ./skill.sh tailscale # Check if Gateway is running ./skill.sh services | grep gateway # Monitor disk space ./skill.sh storage
Network:
Tailscale:
Resources:
Storage:
Services:
Hardware:
updateUpdate system packages via apt:
./skill.sh update --dry-run shows what would be updatedcleanClean up system to free disk space:
./skill.sh clean --dry-run shows what would be cleanedrebootGraceful system reboot:
./skill.sh reboot --dry-run shows countdown without rebootingrestart-gatewayRestart the Clawdis Gateway service:
./skill.sh restart-gateway --dry-run shows what would happenoptimizeApply safe system optimizations:
./skill.sh optimize --dry-run shows what would change./skill.sh optimize --undo reverts all changesTotal RAM savings: ~100MB Reversibility: Yes, use --undo flag to revert
Note: All maintenance commands require sudo and ask for confirmation before making changes. Use --dry-run flag to preview changes without applying them.
Other measured skills in the registry, with their headline benchmark lift.