Top 10 OpenClaw Skills You Should Install Right Now (2026 Guide)
Discover the most popular OpenClaw skills in 2026 with installation guides, use cases, and configuration examples for each essential plugin.
OpenClawâs skill system is what transforms it from a basic AI chatbot into a powerful automation platform. With over 5,700 community-built skills available through ClawHub, the ecosystem has grown far beyond simple Q&A. The right skills turn OpenClaw into a task manager, a DevOps assistant, a smart home controller, or a research engineâdepending on what your workflow needs.
This guide covers the 10 most popular and battle-tested OpenClaw skills in 2026, ranked by community adoption (GitHub stars) and real-world deployment data. Each skill includes quick installation steps, concrete use cases, and links to detailed setup guides. Whether you are setting up OpenClaw for the first time or expanding an existing deployment, these skills provide the highest return on setup effort.
1. Web Search (2,100 stars)
Web Search gives OpenClaw real-time internet access, which is essential for answering current questions, verifying facts, and researching topics beyond the AI modelâs training cutoff. Without this skill, OpenClaw can only work with information it already knows. With Web Search enabled, it can pull live data from Google, summarize articles, and cite sources.
What it does: Performs web searches via Google Custom Search API, extracts relevant content from result pages, and returns concise summaries with source links. The skill automatically determines when a web search is needed based on the userâs query.
Installation:
openclaw config set skills.web-search true
openclaw config set google.apiKey $GOOGLE_API_KEY
openclaw config set google.cx $GOOGLE_CX
Key use cases:
- Answering âwhatâs the latestâŚâ questions (latest framework release, current stock price, todayâs weather)
- Fact-checking claims in team discussions
- Researching competitors, technologies, or market trends
- Summarizing long articles or documentation pages
Example commands:
- âSearch for the latest Node.js release notesâ
- âWhatâs the weather in Tokyo right now?â
- âSummarize this article: https://example.com/postâ
Web Search is the most-installed skill because it addresses the biggest limitation of static AI models. For a complete setup guide with API key configuration and rate limiting, see the Web Search skill guide.
2. GitHub Issue Triage (1,240 stars)
GitHub Issue Triage automates the repetitive work of managing GitHub repositories: labeling issues, routing them to the right team members, closing duplicates, and summarizing backlogs. For engineering teams with active repositories, this skill saves hours per week on issue management.
What it does: Connects to GitHub via API, analyzes issue content using the LLM, applies labels based on keywords and patterns, assigns owners based on team rules, and can bulk-close stale issues. The skill respects your repositoryâs existing label taxonomy and team structure.
Installation:
openclaw config set skills.github-issues true
openclaw config set github.token $GITHUB_TOKEN
Key use cases:
- Auto-labeling new issues (bug, feature, documentation, etc.)
- Routing issues to the correct team or owner based on file paths or keywords
- Closing issues marked as invalid, duplicate, or stale
- Generating weekly issue summaries for sprint planning
Example commands:
- âSummarize new issues from this week and label duplicatesâ
- âClose issues marked invalid and notify the authorâ
- âShow me all P0 bugs assigned to my teamâ
GitHub Issue Triage is most valuable for teams managing multiple repositories or high issue volume. For detailed configuration including auto-assign rules and custom label mappings, see the GitHub Issue Triage guide.
3. Voice Wake & Talk Mode (980 stars)
Voice Wake & Talk Mode adds hands-free voice interaction to OpenClaw. You can wake the assistant with a custom phrase (like âHey Clawâ), speak your request naturally, and get a voice response. This is especially powerful for mobile use cases, driving scenarios, or accessibility needs.
What it does: Listens for a wake word using local speech detection, transcribes your speech to text, processes the request through OpenClaw, and reads the response back using text-to-speech (optionally via ElevenLabs for natural voices). Works on macOS, iOS, and Android.
Installation:
openclaw skill install voice-wake-talk
Key use cases:
- Hands-free task capture while walking, driving, or cooking
- Voice-first workflows for visually impaired users
- Quick voice memos that get transcribed and stored automatically
- Morning briefings read aloud (calendar, tasks, news)
Example commands:
- âHey Claw, add a task to review the budget by Fridayâ
- âHey Claw, whatâs on my calendar today?â
- âHey Claw, remind me to call Sarah in 30 minutesâ
Voice Wake & Talk is particularly valuable when combined with calendar and task management skills for a fully voice-driven productivity system. For wake word customization and ElevenLabs voice setup, see the Voice Wake & Talk guide.
4. ClawHub Skill Registry (910 stars)
ClawHub is the official registry for OpenClaw skills, similar to npm for Node.js or pip for Python. This skill lets you search, install, and update skills directly from chat without manually cloning repositories or editing config files. It is the fastest way to explore the 5,700+ community skills.
What it does: Queries the ClawHub registry API, searches skills by keyword or category, displays installation instructions, and handles dependency resolution. It also checks for skill updates and can bulk-update all installed skills.
Installation:
openclaw skill install clawhub-registry
Key use cases:
- Discovering new skills by keyword or category
- Installing skills without leaving your chat interface
- Checking for and applying skill updates
- Viewing skill documentation and compatibility info
Example commands:
- âSearch ClawHub for calendar skillsâ
- âUpdate all my installed skillsâ
- âShow me new skills published this weekâ
ClawHub Registry is the gateway to the broader OpenClaw ecosystem. Once installed, it makes expanding your skill set effortless. For curating a custom skill stack and managing versioning, see the ClawHub Registry guide.
5. Calendar Scheduler (860 stars)
Calendar Scheduler eliminates the back-and-forth of meeting coordination by handling it entirely through chat. You can book meetings, check availability, reschedule conflicts, and send invitesâall without opening a calendar app. It works with Google Calendar and Outlook.
What it does: Connects to your calendar via OAuth, reads free/busy data, finds available time slots that work for multiple attendees, creates calendar events with proper metadata, and sends email invites to participants. Supports recurring meetings and time zone handling.
Installation:
openclaw config set skills.calendar true
openclaw setup google-calendar
Key use cases:
- Scheduling meetings via chat (âFind a 30-minute slot with Alice next weekâ)
- Checking your schedule (âWhat does my week look like?â)
- Rescheduling conflicts automatically when priorities change
- Sending calendar invites without switching apps
Example commands:
- âSchedule a 30-minute meeting with Alice and Bob next Tuesday afternoonâ
- âReschedule my 3pm meeting to Friday and notify attendeesâ
- âBlock 2 hours for deep work tomorrow morningâ
Calendar Scheduler is essential for teams that coordinate heavily via messaging apps. For multi-calendar setups and recurring meeting templates, see the Calendar Scheduler guide.
6. Live Canvas with A2UI (860 stars)
Live Canvas turns chat conversations into interactive visual workspaces. As you discuss workflows, plans, or UI designs, OpenClaw creates a live-updating canvas that everyone can see and edit. The A2UI (Agent-to-UI) component lets you prototype interfaces by describing them in natural language.
What it does: Generates visual representations of workflows, org charts, UI mockups, and process flows from text descriptions. The canvas updates in real-time as the conversation evolves, supporting collaboration across WhatsApp, Telegram, Discord, and Slack.
Installation:
openclaw skill install live-canvas-a2ui
Key use cases:
- Mapping out project workflows during planning discussions
- Converting product requirements into visual UI mockups
- Creating org charts and responsibility matrices
- Documenting processes as flowcharts
Example commands:
- âCreate a live canvas for our onboarding workflowâ
- âTurn this product spec into a UI mockupâ
- âSync the canvas with our chat decisionsâ
Live Canvas is particularly powerful for distributed teams who need to align on visual concepts without scheduling separate whiteboarding sessions. For canvas sharing and embedding, see the Live Canvas A2UI guide.
7. Home Assistant Control (680 stars)
Home Assistant Control connects OpenClaw to your smart home, letting you control lights, thermostats, locks, and other connected devices through natural language. Instead of opening multiple apps or using precise voice commands, you just ask OpenClaw naturally.
What it does: Integrates with Home Assistant via REST API, translates natural language commands into device control actions, reads device states, and can trigger complex automations. Supports hundreds of device types through Home Assistantâs integration ecosystem.
Installation:
openclaw config set skills.home-assistant true
openclaw config set homeassistant.url http://YOUR_HA_IP:8123
openclaw config set homeassistant.token $HA_TOKEN
Key use cases:
- Voice control for smart home devices (âTurn on the living room lightsâ)
- Checking device status (âIs the front door locked?â)
- Running automation scenes (âSet evening modeâ)
- Temperature and climate control
Example commands:
- âSet the bedroom temperature to 22 degreesâ
- âTurn off all the lights downstairsâ
- âWhatâs the status of the security cameras?â
Home Assistant Control is ideal for users already running Home Assistant who want a more natural control interface. For device discovery and custom automation setup, see the Home Assistant guide.
8. Linear Project Manager (610 stars)
Linear Project Manager brings your entire Linear workspace into chat. You can query issues, update statuses, create tasks, and get sprint insights without context-switching to the Linear app. For engineering teams using Linear, this skill significantly reduces friction in task management.
What it does: Connects to Linear via API key, queries issues by assignee/status/label, updates issue fields, creates new issues from chat messages, and generates sprint reports. Maintains two-way sync so changes in Linear appear in chat and vice versa.
Installation:
openclaw skill install linear
openclaw config set linear.apiKey $LINEAR_API_KEY
Key use cases:
- Creating issues from chat discussions
- Checking your assigned work without opening Linear
- Moving issues through workflow states
- Generating sprint summaries and burndown data
Example commands:
- âCreate a Linear bug: login page crash on Safariâ
- âShow my issues for this sprintâ
- âMove LIN-423 to In Reviewâ
Linear Project Manager is most valuable for teams that live in messaging apps and want to minimize tool-switching. For custom workflows and label syncing, see the Linear Project Manager guide.
9. Notion Workspace Sync (410 stars)
Notion Workspace Sync automatically pushes tasks, meeting notes, and decisions from chat into your Notion workspace. This keeps your knowledge base up-to-date without manual copy-paste work, and ensures that important information does not get lost in chat history.
What it does: Connects to Notion via integration token, creates pages and database entries from structured chat messages, syncs task statuses bidirectionally, and can generate meeting notes summaries directly into Notion templates.
Installation:
openclaw config set skills.notion true
openclaw config set notion.token $NOTION_TOKEN
Key use cases:
- Auto-logging decisions from team chats to a Decision Log database
- Syncing action items to a Tasks database with owners and due dates
- Saving meeting summaries to a Meeting Notes page template
- Creating project documentation from chat discussions
Example commands:
- âAdd this to Notion: Review Q1 budget by March 15â
- âSave these meeting notes to the Sales databaseâ
- âCreate a Notion page for this project discussionâ
Notion Sync is essential for teams using Notion as their knowledge base who want to eliminate manual note-taking. For database schema mapping and template configuration, see the Notion Sync guide.
10. Conventional Commits (450 stars)
Conventional Commits generates properly formatted commit messages from your staged changes, following the Conventional Commits specification. This ensures consistent commit history, enables automated changelog generation, and makes semantic versioning easier.
What it does: Analyzes staged Git changes (diffs), classifies the change type (feat, fix, refactor, etc.), extracts the scope and summary, and generates a formatted commit message. Can also rewrite existing messages to match the convention.
Installation:
openclaw skill install conventional-commits
Key use cases:
- Generating commit messages for staged changes
- Ensuring team commit message consistency
- Enabling automated changelog and release note generation
- Learning the Conventional Commits format
Example commands:
- âGenerate a commit message for my staged changesâ
- âWhat type of commit is this â feat, fix, or refactor?â
- âRewrite this commit message to follow Conventional Commitsâ
Conventional Commits is valuable for open-source projects and teams that use semantic versioning and automated release pipelines. For custom scopes and breaking change detection, see the Conventional Commits guide.
Honorable Mentions
Beyond the top 10, several skills are rapidly growing in popularity:
- Tesla Vehicle Control (520 stars) â Control your Tesla from chat: climate, charging, locks
- Todoist Task Manager (320 stars) â Manage Todoist tasks without leaving your messaging app
- Morning Manifesto (390 stars) â Daily reflection and priority-setting workflow with Obsidian sync
- Cloudflare Manager (290 stars) â Deploy and manage Cloudflare Workers, KV, and D1 from chat
The full skill catalog is available at getclawdbot.com/skills, with filtering by category and compatibility.
FAQ
Which OpenClaw skills are free?
All 10 skills listed above are free and open-source (MIT or Apache-2.0 licenses). However, some require third-party API credentials that may have associated costs:
- Web Search requires a Google Custom Search API key (free tier: 100 queries/day)
- Calendar Scheduler requires Google OAuth credentials (free)
- Home Assistant requires a running Home Assistant instance (free, self-hosted)
- Most other skills are completely free to use with no external dependencies
Can I use these skills on WhatsApp and Telegram?
Yes. All top 10 skills support WhatsApp, Telegram, Discord, and Slack. Some skills like Voice Wake & Talk also work on mobile platforms (iOS and Android via Termux). Check the compatibility section on each skillâs detail page to confirm platform support.
How do I create my own OpenClaw skill?
OpenClaw skills are Node.js packages that follow a simple plugin interface. To create your own:
- Clone the skill starter template
- Implement the
execute()function with your logic - Define required secrets and permissions in
skill.yaml - Test locally with
openclaw skill load ./your-skill - Publish to ClawHub for community use
The Skills Guide has step-by-step instructions for skill development, testing, and publishing.
Next Steps
Start by installing the skills that match your immediate needs. If you handle customer support, start with Web Search and Notion Sync. If you manage projects, start with GitHub Issue Triage and Linear Project Manager. If you run a smart home, start with Home Assistant Control.
Do not install all 10 at once. Start with 2-3 skills, learn how they work, then expand. Each skill adds complexity to your OpenClaw configuration, so scale deliberately.
For platform-specific setup guides:
The OpenClaw ecosystem is growing rapidly. Check ClawHub regularly for new skills, or browse the showcase gallery for real-world deployment examples.
Ready to Get Started?
Install OpenClaw and build your own AI assistant today.
Related Articles
How to Create Your Own Personal AI Assistant in 2026
Build a private AI assistant that runs on your computer. Connect to all your messaging apps, customize its personality, and keep your data completely private.
ClawHub Skill Registry: Discover and Install 5,700+ OpenClaw Skills
Complete guide to browsing, installing, and managing OpenClaw skills from the ClawHub registry with over 5,700 community plugins.
Discord AI Bot Setup Guide: Build a Reliable Multi-Channel Assistant
Step-by-step guide to setting up an OpenClaw Discord bot with permissions, multi-channel strategy, monitoring, and security for teams and communities.