A comprehensive technical guide for optimizing Raspberry Pi hardware and software configurations to ensure stability and performance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install raspberry
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install raspberry using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Raspberry Pi skill within the Openclaw Skills library provides expert-level guidance for deploying and maintaining single-board computers. It focuses on eliminating common failure points such as undervoltage issues, SD card wear, and networking misconfigurations that can compromise system uptime.
This resource is essential for developers using Openclaw Skills to host local AI agents or IoT gateways, offering specific instructions for hardware protection, ARM-based Docker deployments, and headless server management. By adhering to these standards, users can build professional-grade self-hosted environments.
For initial headless setup, use the Raspberry Pi Imager to configure credentials. To enable SSH without a monitor, place an empty file named ssh in the boot partition. For modern Docker installation on ARM, use the following command:
curl -fsSL https://get.docker.com | sh
Configure static networking by modifying /etc/dhcpcd.conf rather than standard Linux network interfaces.
The skill manages system behavior through specific configuration files and partition flags:
| Component | Path | Description |
|---|---|---|
| Hardware Config | /boot/config.txt |
Controls GPU memory, overlays, and clock speeds |
| Network Config | /etc/dhcpcd.conf |
Primary location for static IP and DNS settings |
| Boot Flag | /boot/ssh |
Triggers the SSH daemon on initial startup |
| Swap Config | zram-config |
Manages compressed RAM swap for performance |
Loading
A production-grade development skill for building robust Ruby on Rails applications while avoiding performance bottlenecks and security risks.

A comprehensive framework for building, optimizing, and debugging production-grade Retrieval-Augmented Generation pipelines.

A technical guardrail and optimization module for AI agents to write idiomatic, bug-free R code by avoiding common language-specific traps.

A personal AI-driven wisdom repository for saving, organizing, and automatically resurfacing meaningful quotes.

A comprehensive skill for building performant cross-platform mobile applications using React Native and Expo components.

A sophisticated AI framework for optimizing book recommendations, reading methodologies, and knowledge retention.








































