ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

raspberry-pi-manager

Manage Raspberry Pi devices — GPIO control, system monitoring (CPU/temp/memory), service management, sensor data reading.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/raspberry-pi-manager
Or

Raspberry Pi Manager

A command-line toolkit for managing Raspberry Pi operations. Log, track, and organize entries across multiple operational categories — from device connections and syncing to monitoring, automation, notifications, and reporting. All data is stored locally with timestamped history, full-text search, and multi-format export.

Commands

The following commands are available via raspberry-pi-manager <command> [args]:

Core Operations

CommandDescription
connect <input>Log a connection event (e.g. SSH session, network link, peripheral attach). Called without args, shows recent connect entries.
sync <input>Record a sync operation (e.g. file sync, config push, backup mirror). Called without args, shows recent sync entries.
monitor <input>Log a monitoring observation (e.g. CPU temp spike, disk usage alert). Called without args, shows recent monitor entries.
automate <input>Record an automation task (e.g. cron job setup, GPIO script trigger). Called without args, shows recent automate entries.
notify <input>Log a notification event (e.g. email alert sent, Telegram ping). Called without args, shows recent notify entries.
report <input>Save a report note (e.g. weekly summary, incident write-up). Called without args, shows recent report entries.
schedule <input>Record a scheduled task (e.g. reboot at 3 AM, backup every Sunday). Called without args, shows recent schedule entries.
template <input>Store a template entry (e.g. config template, deploy script skeleton). Called without args, shows recent template entries.
webhook <input>Log a webhook event (e.g. incoming POST, IFTTT trigger). Called without args, shows recent webhook entries.
status <input>Record a status update (e.g. Pi online, service healthy). Called without args, shows recent status entries.
analytics <input>Log an analytics data point (e.g. uptime percentage, request count). Called without args, shows recent analytics entries.
export <input>Record an export action. Called without args, shows recent export entries.

Utility Commands

CommandDescription
statsShow summary statistics — entry counts per category, total entries, data size, and earliest record timestamp.
export <fmt>Export all data in json, csv, or txt format. Output file saved to the data directory.
search <term>Full-text search across all log files (case-insensitive).
recentShow the 20 most recent activity entries from the global history log.
statusHealth check — version, data directory path, total entries, disk usage, last activity, and OK status.
helpDisplay the full command reference.
versionPrint the current version (v2.0.0).

Data Storage

All data is persisted locally in ~/.local/share/raspberry-pi-manager/:

Metadata

Stars4097
Views0
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-raspberry-pi-manager": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.