Best OpenClaw Skills in 2026: Top 20 Must-Have
- Tavily Search is the single most essential skill — install it first, as it powers most research-based workflows and the Deep Research skill depends on it
- The Memory skill should be installed immediately after setup; without persistent memory, every session starts from zero and the agent cannot learn your preferences
- Telegram Advanced enables genuine mobile control of your OpenClaw instance — bidirectional messaging means you can trigger workflows from your phone and receive results
- Browser Relay (Playwright-based) is the escape hatch for any website that Tavily cannot access, including login-required pages and JavaScript-heavy apps
- The Content Writer skill follows a research-then-write workflow that consistently produces better output than prompting the base model directly
- Multi-Agent is the highest-ceiling skill but has the steepest learning curve — start with simple 2-3 agent parallel tasks before building complex graphs
- The recommended 7-skill starter kit (Memory, Tavily, Summarize, Google Calendar, Telegram, Browser Relay, Content Writer) covers 80% of common use cases with minimal setup complexity
The 20 most useful OpenClaw skills in 2026 are Web Search, Tavily Deep Research, Code Runner, GitHub integration, Google Calendar, Email Send/Read, Telegram Advanced, Browser Relay, Trading Bot, and Home Assistant — all free to install from ClawHub's marketplace of 9,000+ skills. These skills transform OpenClaw from a basic chatbot into an autonomous agent that searches the web, manages your calendar, monitors markets, and controls your smart home.
Here's the complete ranked list with installation commands, use cases, and configuration tips for each skill.
---
Search Skills
1. Tavily Search
What it does: Real-time web search optimized for AI agents. Unlike raw Google results, Tavily returns clean, structured content with relevance scores — no ads, no boilerplate, just the information. Why it's great: Tavily is purpose-built for LLM consumption. Results come back as clean text chunks, making it dramatically more reliable than scraping raw HTML. It handles news, research papers, product pages, and general queries equally well. Install:openclaw skill install tavily-search
---
2. Deep Research
What it does: Multi-step research agent that generates a research plan, runs 10–30 searches, synthesizes findings, and produces a structured report with citations. Why it's great: For complex questions that require cross-referencing multiple sources, Deep Research turns a 45-minute manual research session into a 3-minute automated one. Output quality rivals professional research assistants for factual topics. Install:openclaw skill install deep-research
---
3. Perplexity
What it does: Direct integration with the Perplexity API for AI-powered search with inline citations and follow-up reasoning. Why it's great: Perplexity's models are tuned specifically for search-augmented generation. When you need a quick, cited answer rather than a deep research report, it's faster and more concise than Deep Research. Install:openclaw skill install perplexity
---
Productivity Skills
4. Google Calendar
What it does: Read, create, update, and delete Google Calendar events. Check free/busy times, schedule meetings, set reminders, and get daily agenda summaries. Why it's great: Natural language calendar management. "Schedule a 1-hour focus block every weekday morning at 9am for the next month" becomes a single command. The skill handles timezone math, conflict detection, and recurring event logic. Install:openclaw skill install google-calendar
---
5. Notion
What it does: Read and write Notion pages and databases. Create structured notes, update project trackers, query databases with filters, and append content to existing pages. Why it's great: Turns your Notion workspace into a writable memory store for your agents. Research results, meeting summaries, and task lists can be automatically saved to the right database with proper properties filled in. Install:openclaw skill install notion
---
6. Email Send
What it does: Compose and send emails via Gmail or SMTP. Supports HTML formatting, CC/BCC, attachments from file paths, and template variables. Why it's great: Closes the loop on agent workflows that culminate in communication. Summarize a document, draft a response, send it — all in one agent chain without touching your email client. Install:openclaw skill install email-send
---
7. Summarize
What it does: Intelligent document and content summarization. Accepts URLs, file paths, or raw text. Produces executive summaries, bullet-point lists, or structured briefs based on your preference. Why it's great: Handles long documents that exceed context windows by chunking and hierarchically summarizing. Feed it a 200-page PDF or a 3-hour YouTube transcript and get a clean 500-word summary. Install:openclaw skill install summarize
---
Communication Skills
8. Telegram Advanced
What it does: Full Telegram bot integration — send messages, receive and process incoming messages, manage channels, create polls, and trigger agent workflows from Telegram commands. Why it's great: Turns your phone into a remote control for your OpenClaw instance. Send a message from anywhere, get results back in Telegram. The bidirectional nature (receive triggers, not just send) unlocks genuinely useful mobile workflows. Install:openclaw skill install telegram-advanced
---
9. Discord Manager
What it does: Post messages to Discord channels, read channel history, manage webhooks, react to messages, and monitor channels for trigger keywords. Why it's great: For teams using Discord, this skill turns OpenClaw into a team assistant accessible to everyone in the server. Automated daily standup summaries, release notifications, and alert routing are popular use cases. Install:openclaw skill install discord-manager
---
Browser Skills
10. Browser Relay
What it does: Headless browser automation via Playwright. Navigate to URLs, click elements, fill forms, extract page content, take screenshots, and handle JavaScript-rendered pages. Why it's great: When Tavily Search can't access a page (paywalls, login-required content, JavaScript-heavy apps), Browser Relay can log in and extract the content. Also enables form automation and web scraping of dynamic sites. Install:openclaw skill install browser-relay
npx playwright install chromium).
Verdict: A powerful escape hatch for situations where simple HTTP-based tools fail. Slightly slower but handles virtually any website.
---
11. Web Scraper
What it does: Structured data extraction from websites. Define CSS selectors or use AI-assisted extraction to pull tables, lists, prices, and structured content from any public page. Why it's great: Where Browser Relay is a general browser, Web Scraper is purpose-built for data extraction. It's faster, handles pagination automatically, and produces clean structured output (JSON/CSV) rather than raw page content. Install:openclaw skill install web-scraper
---
Development Skills
12. GitHub
What it does: Full GitHub API access — read and create issues, PRs, and comments; search code across repositories; trigger workflows; manage branches; and review pull request diffs. Why it's great: Automates the tedious parts of software development. Triage issues by priority, generate release notes from merged PRs, find all usages of a deprecated function across your org's repos, or automatically create issues from error log patterns. Install:openclaw skill install github
---
13. Code Runner
What it does: Execute Python, JavaScript, TypeScript, and shell scripts in a sandboxed environment. Capture stdout, stderr, and return values. Supports package installation within the sandbox. Why it's great: Closes the loop between code generation and code execution. The agent can write a data processing script, run it against your files, see the output, debug errors, and iterate — all without you opening a terminal. Install:openclaw skill install code-runner
---
14. Docker Manager
What it does: Manage Docker containers, images, and compose stacks. Start/stop containers, view logs, inspect running processes, pull images, and execute commands inside containers. Why it's great: For self-hosted infrastructure, this skill lets OpenClaw act as a lightweight ops assistant. Check container health, restart a hung service, pull the latest image and redeploy — all via natural language. Install:openclaw skill install docker-manager
---
Content Skills
15. Image Gen
What it does: Generate images using Stable Diffusion (local via ComfyUI), FLUX, DALL-E 3, or Midjourney API. Accepts natural language prompts with style, size, and quality parameters. Why it's great: Inline image generation within agent workflows. Create a blog post outline, write the content, generate a hero image, and save everything to the right folder — one agent task, zero manual steps. Install:openclaw skill install image-gen
---
16. Content Writer
What it does: Structured long-form content generation with SEO optimization, outline-first workflow, tone control, and automatic internal linking suggestions. Why it's great: Goes beyond raw text generation — it researches the topic first (via Tavily), checks competitor content structure, generates an SEO-optimized outline, then writes section by section with word count targets. Output is consistently better than prompting the base model directly. Install:openclaw skill install content-writer
---
Smart Home Skills
17. Home Assistant
What it does: Full integration with Home Assistant. Control lights, thermostats, media players, and any other entity in your HA instance. Run automations, query sensor states, and create new automations via natural language. Why it's great: Natural language smart home control that actually understands context. "Turn off all lights except the bedroom and set the thermostat to night mode" is a single command. Creating new automations via conversation is genuinely impressive. Install:openclaw skill install home-assistant
---
Power Tools
18. Memory
What it does: Persistent vector memory store for OpenClaw. Save facts, preferences, and context that persist across sessions. The agent automatically retrieves relevant memories based on the current conversation. Why it's great: Without Memory, every OpenClaw session starts from zero. With it, the agent remembers your preferences, previous research, ongoing projects, and personal context. Conversations feel coherent over time rather than stateless. Install:openclaw skill install memory
---
19. Self-Improve
What it does: Analyzes your OpenClaw usage patterns, identifies repetitive tasks and friction points, and suggests (or automatically creates) custom skill configurations and prompt templates. Why it's great: OpenClaw becomes progressively more tailored to your workflow. If you ask for meeting summaries in a specific format every time, Self-Improve learns the pattern and creates a shortcut. It's like having the agent study how you work and optimize for it. Install:openclaw skill install self-improve
---
20. Multi-Agent
What it does: Spawn and coordinate multiple OpenClaw sub-agents running in parallel. Define task graphs, assign specialized agents to specific subtasks, and aggregate results. Why it's great: Some tasks are inherently parallel. Researching 10 competitors simultaneously, processing 50 documents at once, or running A/B tests on different prompts — Multi-Agent turns sequential 30-minute tasks into parallel 5-minute ones. Install:openclaw skill install multi-agent
---
Recommended Starter Kit
If you're just getting started, install these 7 skills in order:
Install all seven:
openclaw skill install memory tavily-search summarize google-calendar telegram-advanced browser-relay content-writer
This starter kit covers the four most common use cases — research, scheduling, communication, and content — without overwhelming complexity. Add GitHub, Code Runner, and Multi-Agent once you're comfortable with the basics.
The full power of OpenClaw emerges when these skills combine: Tavily researches a topic, Summarize condenses the findings, Content Writer drafts a post, Image Gen creates the header, Notion saves everything, and Telegram notifies you when it's done. That five-skill chain replaces a 2-hour manual workflow with a single command.
Are OpenClaw Skills Free?
Most OpenClaw skills are free and open-source. The official skills in ClawHub's marketplace (9,000+ available) can be installed with a single command at no cost. Some community-developed premium skills exist, but free alternatives are almost always available for the same functionality.