How to Install OpenClaw and the Top 5 Skills Worth Installing
March 28, 2026
Getting OpenClaw up and running is straightforward whether you prefer npm or Docker. The fastest path is Docker: pull the official image with docker pull openclaw/openclaw:latest and run it with your environment variables for API keys and platform tokens. For npm users, install globally with npm install -g openclaw and run openclaw init to generate a configuration file. Both methods support self-hosting on AWS Lightsail (the recommended cloud option starting at $5/month) or on your local machine for development and testing.
Once OpenClaw is running, the real power comes from its skill system. Skills are modular plugins that extend what your agent can do. You can browse and install them from the built-in skill marketplace with openclaw skill install [name]. Below are the five skills that deliver the most value out of the box.
1. WhatsApp Relay — This skill connects OpenClaw to your WhatsApp account and enables messaging automation. You can set up auto-replies, schedule messages, forward messages between groups, and build conversational workflows. It uses the WhatsApp Business API under the hood and supports media attachments. Installation: openclaw skill install whatsapp-relay.
2. Web Browser Agent — Gives OpenClaw the ability to autonomously browse the web, fill out forms, extract data, and take screenshots. It runs a headless Chromium instance and uses vision models to understand page layouts. Ideal for research tasks, price monitoring, and automated testing. Installation: openclaw skill install web-browser-agent.
3. Email Manager — Connects to your email via IMAP/SMTP and provides intelligent triage: it categorizes incoming mail, drafts responses, and can auto-reply to routine messages based on rules you define. Supports Gmail, Outlook, and any standard email provider. Installation: openclaw skill install email-manager. 4. File Organizer — Monitors designated folders on your local machine and automatically sorts, renames, and tags files based on content analysis. It can extract text from PDFs, categorize images, and maintain a searchable index of your documents. Installation: openclaw skill install file-organizer. 5. Discord Bot — Turns OpenClaw into a full-featured Discord bot for community management. It handles moderation, welcome messages, role assignment, FAQ responses, and can run custom commands defined in natural language. Installation: openclaw skill install discord-bot.