← Back to Skills Marketplace
1297
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install raspberry
Description
Set up and maintain Raspberry Pi avoiding common hardware and configuration pitfalls.
Usage Guidance
This skill is coherent and useful for Raspberry Pi setup, but be cautious: the SKILL.md recommends running `curl -fsSL https://get.docker.com | sh` which downloads and executes a script from the network. Before running such commands, inspect the script, prefer verified package repositories or distribution packages when available, and verify the URL (get.docker.com is the official Docker convenience script but piping to sh still carries risk). Also: verify ARM image compatibility, backup important data before changing storage, prefer SSD/USB root for durability, and avoid exposing SSH directly — use VPN/Tailscale/Cloudflare Tunnel as suggested. If you have low security expertise, avoid blindly executing remote installers and ask for the exact commands or alternatives (e.g., package manager steps for your OS/arch).
Capability Analysis
Type: OpenClaw Skill
Name: raspberry
Version: 1.0.0
The `SKILL.md` file contains an instruction to install Docker using `curl -fsSL https://get.docker.com | sh`. While this is a common installation method, it represents a significant security risk as it involves executing arbitrary code downloaded from an external source. This pattern is a classic remote code execution (RCE) vulnerability vector, making the skill bundle suspicious due to the inherent supply chain risk and potential for compromise, even if the immediate intent is benign.
Capability Assessment
Purpose & Capability
Name/description align with the SKILL.md content: hardware, storage, GPIO, networking, Docker, headless setup and troubleshooting tips. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Most instructions stay within the Pi setup/maintenance scope. One notable instruction recommends installing Docker via `curl -fsSL https://get.docker.com | sh`, which advises downloading and executing a remote script — a common but potentially dangerous practice. The guidance otherwise sticks to expected files and settings and does not instruct reading unrelated files or exfiltrating data.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing will be written to disk by the skill itself. Risk is limited to following the recommended external installation commands in the doc.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional to its stated purpose.
Persistence & Privilege
The skill is not flagged always:true and does not request persistent/system-level changes. Autonomous invocation is allowed by default (not a concern by itself).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install raspberry - After installation, invoke the skill by name or use
/raspberry - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Raspberry Pi?
Set up and maintain Raspberry Pi avoiding common hardware and configuration pitfalls. It is an AI Agent Skill for Claude Code / OpenClaw, with 1297 downloads so far.
How do I install Raspberry Pi?
Run "/install raspberry" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Raspberry Pi free?
Yes, Raspberry Pi is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Raspberry Pi support?
Raspberry Pi is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin).
Who created Raspberry Pi?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills