Guides & How-tos
Practical guides to help you share files, collaborate with your team, build AI agent workflows, and get the most out of your agentic workspace.
Showing 1–15 of 1625 resources
Resource results

How to Build a Web Scraping Agent with OpenClaw
OpenClaw's browsing skill turns your AI agent into a web scraper that can navigate pages, handle JavaScript rendering, and extract structured data without writing brittle CSS selectors. This guide walks through setting up the browsing tools, configuring proxy rotation for anti-bot evasion, building extraction workflows with memory and retry logic, and storing scraped results in a persistent workspace.

How to Build an OpenClaw Smart Thermostat Agent on Raspberry Pi
Heating and cooling consume 52% of residential energy in the US, but most smart thermostats follow rigid schedules that ignore occupancy and weather. An OpenClaw agent on a Raspberry Pi controls thermostats through Home Assistant with code-level safety bounds, making energy-aware decisions based on who is actually home. This walkthrough covers the hardware, ha-mcp skill setup, and occupancy patterns that reduce HVAC waste.

How to Build an Earthquake Detection Agent with OpenClaw on Raspberry Pi
A geophone on a Raspberry Pi produces continuous seismic data, but most of what it records is foot traffic, trucks, and wind. OpenClaw adds a reasoning layer that distinguishes genuine earthquakes from local vibrations and sends alerts that explain what happened, where, and whether you should care.

How to Build a Wireless Sensor Decoder Agent with RTL-433 and OpenClaw on Raspberry Pi
rtl_433 decodes signals from over 320 wireless device protocols using a cheap USB radio dongle. Pairing it with an OpenClaw AI agent on a Raspberry Pi gives you anomaly detection, cross-sensor correlation, and automated responses on top of the raw telemetry. This guide covers the full stack from hardware to working agent.

How to Build a mmWave Radar Presence Detection Agent with OpenClaw on Raspberry Pi
PIR sensors miss people who sit still. mmWave radar does not. This guide covers wiring a 24GHz FMCW radar module to a Raspberry Pi, reading presence and distance data over UART or I2C, and running an OpenClaw agent that reasons about occupancy across zones, makes automation decisions, and logs events to a persistent workspace.

How to Build a Lightning Storm Detector Agent with OpenClaw, Raspberry Pi, and the AS3935 Sensor
The AS3935 lightning sensor detects electromagnetic signatures from storms up to 40km away, but its raw interrupt output requires interpretation. By pairing it with OpenClaw on a Raspberry Pi, you can build an agent that tracks storm distance over time, predicts approach trajectories, and sends human-readable safety alerts through any messaging platform.

How to Build an OpenClaw Raspberry Pi Fermentation Temperature Monitor Agent
Fermentation temperature is the single biggest controllable variable in homebrewing. This guide covers wiring a DS18B20 probe to a Raspberry Pi, running an OpenClaw agent that reads temperature, reasons about fermentation stages, and adjusts heating or cooling relay outputs. It also covers logging brew data to a cloud workspace so you can review past batches and share results with your homebrew club.

How to Build an EV Charger Monitoring Agent with OpenClaw on Raspberry Pi
Most Raspberry Pi EV charger projects stop at the protocol layer: read OCPP data, display it on a dashboard, done. This guide adds an AI reasoning layer. An OpenClaw agent running on the same Pi connects to your charger through Home Assistant's OCPP integration, monitors sessions in real time, and makes cost-optimized scheduling decisions based on electricity rates and solar generation.

How to Build an AWS IoT Greengrass Edge Agent with OpenClaw on Raspberry Pi
AWS IoT Greengrass handles device provisioning, telemetry pipelines, and fleet management. OpenClaw adds AI reasoning on top. Running both on a Raspberry Pi gives you an edge node that collects sensor data, makes local decisions, reports to the cloud, and hands off results to your team through a shared workspace.

How to Extract and Analyze PDFs with OpenClaw Agents
OpenClaw's built-in PDF tool lets agents extract text and analyze documents through native provider APIs or an automatic text-plus-image fallback. It supports up to 10 PDFs per call, page filtering for targeted extraction, and a 4 million pixel budget for image rendering. This guide covers both execution modes, batch processing workflows, structured extraction patterns, and how to persist extracted data in shared workspaces.

How to Build an Image Analysis Agent with OpenClaw Vision Models
OpenClaw separates text and vision processing into independent model pipelines, letting you pair a fast text model with a specialized vision model in the same agent. You'll configure the imageModel setting, select the right vision model for your use case, and connect your agent to persistent storage for analysis results.

How to Automate CI/CD Pipelines with OpenClaw and GitHub Actions
OpenClaw adds an intelligent automation layer on top of GitHub Actions. Instead of writing brittle if-then rules for every failure mode, you get an agent that monitors pipeline runs, classifies failures by type, reviews pull requests for real issues, and coordinates deployments across environments. This guide walks through setting up OpenClaw's CI/CD skills, connecting them to your GitHub repos, and storing pipeline artifacts in persistent workspaces.

How to Automate Email Workflows with OpenClaw Agents
OpenClaw agents can monitor inboxes, classify messages, extract data from attachments, and route actions through configurable skills. This guide walks through three integration paths (Gmail, AgentMail, Resend), covers scheduling and real-time triggers, and shows where to persist processed outputs so nothing gets lost between sessions.

How to Build a Customer Support Chatbot with OpenClaw
OpenClaw turns a local AI agent into a customer support chatbot that monitors WhatsApp, Telegram, Slack, and dozens of other messaging channels. This guide walks through configuring OpenClaw's gateway, writing support-focused agent instructions, building a knowledge base for accurate answers, and routing complex issues to human agents. You keep full control of your data because everything runs on your own infrastructure.

How to Back Up and Restore OpenClaw Agent Data
OpenClaw stores agent configuration, credentials, conversation history, and workspace files in local directories that disappear if your disk fails or your container gets recycled. This guide walks through the built-in backup command, external encryption for production archives, automated scheduling, full restoration, and disaster recovery testing so you can recover a working agent in minutes instead of rebuilding from scratch.