← Back to Skills Marketplace
Raspberry Pi Manager
by
bytesagain-lab
· GitHub ↗
· v2.0.1
· MIT-0
474
Downloads
0
Stars
1
Active Installs
13
Versions
Install in OpenClaw
/install raspberry-pi-manager
Description
Manage Raspberry Pi devices — GPIO control, system monitoring (CPU/temp/memory), service management, sensor data reading.
Usage Guidance
This skill appears coherent and runs entirely locally, storing logs under ~/.local/share/raspberry-pi-manager. Recommended precautions before installing: (1) review the included scripts (scripts/script.sh) yourself — the package is executed locally; (2) note that logs may contain sensitive operational data (SSH hosts, IPs, filenames) so restrict file permissions and back up or purge as needed; (3) because there is no install step, ensure the execution context (agent or user) is trusted before running the script; (4) if you expect networked device control (GPIO toggles, remote commands) confirm those features are actually implemented — this package is primarily a local logging/audit tool, not a remote management agent.
Capability Analysis
Type: OpenClaw Skill
Name: raspberry-pi-manager
Version: 2.0.1
The skill is classified as suspicious due to a significant discrepancy between its documented capabilities and its actual implementation. While the SKILL.md frontmatter claims the tool provides 'GPIO control, system monitoring (CPU/temp/memory), and service management,' the scripts/script.sh file is actually a simple text-based journaling utility that only appends strings to local log files in ~/.local/share/raspberry-pi-manager/. This misleading documentation acts as a form of prompt manipulation, potentially causing an AI agent to report that it has performed hardware or system actions when it has only recorded a log entry. The code itself lacks malicious payloads but contains vulnerabilities such as a lack of input sanitization in the _export function's JSON generation.
Capability Assessment
Purpose & Capability
Name/description (Pi management: GPIO, monitoring, service/sensor logging) align with the shipped script and SKILL.md. The script implements logging, search, export, stats and status features described. No unrelated services, cloud APIs, or unexpected binaries are requested.
Instruction Scope
SKILL.md instructs local bash usage and the provided script implements the commands. All file reads/writes are limited to the declared local data directory (~/.local/share/raspberry-pi-manager). The instructions do not request collecting system-wide secrets or contacting external endpoints.
Install Mechanism
No install spec is provided (instruction-only), but a runnable script is included. This is low risk — nothing is downloaded at install time — but users should be aware the packaged script is expected to be executed locally.
Credentials
No environment variables, credentials, or config paths are required. The script uses standard Unix utilities (date, wc, du, head, tail, grep, basename, cat) which is consistent with declared requirements.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or system-wide settings. It persists only to a user-local directory and requires no root privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install raspberry-pi-manager - After installation, invoke the skill by name or use
/raspberry-pi-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
old template -> domain-specific v2.0.0
v2.3.5
old template -> domain-specific v2.0.0
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Standards compliance: unique content, no template text
v2.3.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.1
Add runtime declaration + security compliance
v1.0.0
Initial release of raspberry-pi-manager.
- Manage Raspberry Pi devices with script-based commands for local or SSH-connected boards.
- Features system monitoring (CPU, temperature, memory, disk, network), GPIO control, and hardware sensor support.
- Includes service management (systemd control and logging).
- Offers remote deployment, fleet management, backup, overclocking, and system maintenance utilities.
- Provides threshold-based monitoring alerts and historical data logging.
- Supports both single-Pi and multi-Pi workflows.
Metadata
Frequently Asked Questions
What is Raspberry Pi Manager?
Manage Raspberry Pi devices — GPIO control, system monitoring (CPU/temp/memory), service management, sensor data reading. It is an AI Agent Skill for Claude Code / OpenClaw, with 474 downloads so far.
How do I install Raspberry Pi Manager?
Run "/install raspberry-pi-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Raspberry Pi Manager free?
Yes, Raspberry Pi Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Raspberry Pi Manager support?
Raspberry Pi Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Raspberry Pi Manager?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.1.
More Skills