Tutorial ★ Featured

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.

By OpenClaw Team ¡
Top 10 OpenClaw Skills You Should Install Right Now (2026 Guide) article illustration with neural nodes, routing lines, and model circuits.

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.

View skill details →


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.

View skill details →


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.

View skill details →


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.

View skill details →


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.

View skill details →


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.

View skill details →


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.

View skill details →


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.

View skill details →


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.

View skill details →


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.

View skill details →


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:

  1. Clone the skill starter template
  2. Implement the execute() function with your logic
  3. Define required secrets and permissions in skill.yaml
  4. Test locally with openclaw skill load ./your-skill
  5. 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