A specialized tool for reading real-time climate data from DHT11 sensors via Raspberry Pi GPIO pins.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dht11-temp
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 dht11-temp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DHT11 Temperature & Humidity Sensor skill is a robust utility designed to interface directly with hardware sensors on ARM-based devices like the Raspberry Pi. This integration allows users to pull accurate environmental metrics using a simple Python-based interface, making it a cornerstone for climate monitoring within the Openclaw Skills ecosystem.
By supporting configurable GPIO pins through command-line arguments or environment variables, this skill provides the flexibility needed for complex hardware setups. Whether you are building a personal weather station or a server room monitor, this skill streamlines the process of data acquisition from low-cost DHT11 sensors.
First, ensure your hardware is wired correctly with a 10K pull-up resistor between the DATA and VCC lines. Then, install the necessary Python library:
pip3 install RPi.GPIO
Run the skill using sudo to grant GPIO access:
sudo python3 scripts/dht/main.py
You can override the default GPIO pin (19) by passing a pin number as an argument or setting the DHT_PIN environment variable.
The skill produces a simple, newline-delimited output format for maximum compatibility:
| Line | Data Type | Unit |
|---|---|---|
| 1 | Temperature | Celsius (°C) |
| 2 | Humidity | Percentage (%) |
Configuration is managed via the following parameters:
Loading
A specialized utility for detecting and validating system proxy configurations across different operating systems.

Pi Project automates the detection, download, and configuration of Android and Flutter SDKs to streamline mobile development environments.

A comprehensive command-line interface for interacting with Craft.do documents, blocks, and tasks.

A background reporting system that prevents long-running AI tasks from stalling by providing mandatory, timed progress updates.

An automated system for harvesting and organizing Chinese ACG memes and trending Bilibili content to improve AI cultural intelligence.

An AI skill that transforms standard model responses into classic tsundere anime character dialogue.








































