Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

raspberry-pi-manager树莓派管理器

Agent Skill

raspberry-pi-manager 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,951

周安装

599

GitHub Stars

公开资料未说明

下载量

4,840
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:raspberry-pi-manager(树莓派管理器)
来源仓库:https://github.com/bytesagain-lab/raspberry-pi-manager
安装命令:
openclaw skills install raspberry-pi-manager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install raspberry-pi-manager

简介

管理 Raspberry Pi 设备 — GPIO 控制、系统监控(CPU/温度/内存)、服务管理、传感器数据读取。

SKILL.md

version
2.0.0
name
raspberry-pi-manager
description
Manage Raspberry Pi devices — GPIO control, system monitoring (CPU/temp/memory), service management, sensor data reading.
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills

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/:

  • Per-command logs — Each command (connect, sync, monitor, etc.) writes to its own .log file with YYYY-MM-DD HH:MM|<input> format.
  • Global history — Every action is also appended to history.log with MM-DD HH:MM <command>: <input> format for unified audit trail.
  • Export files — Generated exports are saved as export.json, export.csv, or export.txt in the same directory.

No external services, databases, or network connections are required. Everything runs locally via bash.

Requirements

  • Bash 4+ (uses local variables, set -euo pipefail)
  • Standard Unix utilities: date, wc, du, head, tail, grep, basename, cat
  • No root privileges needed
  • No external dependencies or package installs

When to Use

  1. Tracking Pi fleet operations — Log connect/sync/monitor events across multiple Raspberry Pi devices to maintain an operational journal.
  2. Building an automation audit trail — Record every automation task and webhook trigger so you can trace what happened and when.
  3. Generating operational reports — Use stats, recent, and export to produce summaries for weekly reviews or incident investigations.
  4. Organizing scheduled maintenance — Use schedule to document planned tasks (reboots, updates, backups) and notify to log alert dispatches.
  5. Searching historical records — Use search to quickly find past events across all categories when troubleshooting an issue.

Examples

# Log a new SSH connection to a Pi
raspberry-pi-manager connect "SSH to pi@192.168.1.50 — firmware update session"

# Record a file sync event
raspberry-pi-manager sync "rsync /home/pi/data → NAS backup completed, 2.3GB transferred"

# Log a temperature monitoring alert
raspberry-pi-manager monitor "CPU temp 72°C on pi-node-3 — fan triggered"

# Record an automation task
raspberry-pi-manager automate "Cron job added: /home/pi/scripts/backup.sh every Sunday 02:00"

# View summary statistics
raspberry-pi-manager stats

# Export all data as JSON
raspberry-pi-manager export json

# Search for all entries mentioning 'backup'
raspberry-pi-manager search backup

# Check overall health status
raspberry-pi-manager status

# View the 20 most recent activities
raspberry-pi-manager recent

How It Works

Each command follows the same pattern:

  1. With arguments — Timestamps the input, appends it to the command-specific log file, increments the entry count, and writes to the global history log.
  2. Without arguments — Displays the 20 most recent entries from that command's log file.

The stats command aggregates counts across all log files. The export command iterates through all logs and produces a unified output in your chosen format. The search command performs a case-insensitive grep across every log file.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.08%
按下载量换算4,021

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install raspberry-pi-manager 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills