ClawSkills logoClawSkills
1999 skills

OpenClaw Skills Directory

Browse an OpenClaw skills list, evaluate the best-fit options with practical criteria, and install OpenClaw skills fast.

Gog

Calendar & Scheduling

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

29K

self-improving-agent

Productivity & Tasks

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude

26.4K

Tavily Web Search

Search & Research

AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.

23.5K

Agent Browser

Browser & Automation

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured comma

22.4K

Summarize

PDF & Documents

Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).

22.2K

Find Skills

Productivity & Tasks

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express int

22.1K

Github

Git & GitHub

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

21.4K

Sonoscli

Productivity & Tasks

Control Sonos speakers (discover/status/play/volume/group).

18.5K

Weather

Productivity & Tasks

Get current weather and forecasts (no API key required).

18.4K

Ontology

PDF & Documents

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking r

18K

ByteRover

Productivity & Tasks

Manages project knowledge using ByteRover context tree. Provides two operations: query (retrieve knowledge) and curate (store knowledge). Invoke when user reque

17.3K

Proactive Agent

Productivity & Tasks

Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomou

16.9K
GuideOpenClaw skills

OpenClaw skills guide: list, collection, evaluation criteria, and install commands

This homepage is a directory first. It helps you browse the OpenClaw skills list, compare options, and run openclaw install skills commands with clear risk boundaries.

OpenClaw Skills List and Collection

The OpenClaw skills list on ClawSkills is organized as a practical OpenClaw skills collection, grouped by category so you can browse quickly by use case.

Each OpenClaw skill is a reusable skill folder centered aroundSKILL.md. Good entries explain prerequisites, expected side effects, and setup steps before execution.

If you already know what you want, jump to the directoryand search by name, category, or use case.

Awesome OpenClaw Skills: Source and Curation Logic

Data sources:
- clawhub.ai registry (skill metadata + stats)
- openclaw/skills and awesome-openclaw-skills references

When users search for awesome openclaw skills, they usually want a curated shortlist rather than a raw dump. ClawSkills uses category organization and sort controls so discovery stays practical as the list grows.

Best OpenClaw Skills: How to Evaluate

"Best openclaw skills" depends on your task, trust level, and runtime constraints. A useful evaluation pass should check fit, maintenance signals, and execution risk.

Evaluation criteria

  • Task fit: does the skill solve your exact workflow?
  • Readability: is SKILL.md clear about steps and prerequisites?
  • Operational risk: are there unsafe one-liners, obfuscated scripts, or unknown binary downloads?
  • Maintenance confidence: does the source look actively maintained?

OpenClaw Install Skills (npm / pnpm / bun)

For users searching openclaw install skills, use the command that matches your package manager:

Every skill detail page in this directory includes install commands you can copy directly, so you can open a listing and run the exact command without rewriting it.

CLI install

# npm
npx clawhub@latest install <skill-slug>

# pnpm
pnpm dlx clawhub@latest install <skill-slug>

# bun
bunx clawhub@latest install <skill-slug>

Manual install

  • <project>/skills/ (workspace-local)
  • ~/.openclaw/skills/ (global)

Prefer workspace-local installation when testing a new skill so changes stay easy to inspect and revert.

OpenClaw Skills Directory Hub vs Marketplace

Some users search for an openclaw skills hub or openclaw skills marketplace. ClawSkills is a discovery directory hub focused on browsing and installation guidance, not a transaction marketplace.

Risk boundary

ClawSkills does not issue per-skill security certifications. Treat each skill like code you are about to run locally and review referenced scripts before execution.

Quick security checklist

  • "Paste this one-liner into your terminal" installers
  • Obfuscated scripts (base64 blobs, long minified shell, suspicious eval)
  • Downloading and executing binaries from random hosts
  • Instructions to bypass OS protections or disable security features
  • Unexpected credential prompts (tokens, SSH keys, browser cookies)

FAQ

Do you verify skills?

ClawSkills is a discovery directory. We provide source links and a security self-checklist, but we do not issue per-skill security certifications. Always review the skill contents before running.

Is ClawSkills an OpenClaw skills marketplace?

ClawSkills is a discovery directory, not a transaction marketplace.

Is ClawSkills an OpenClaw skills hub?

Yes. ClawSkills acts as a practical OpenClaw skills hub for discovery, comparison, and install guidance.

Where does the data come from?

Skill listings and stats are pulled from the public ClawHub registry. Categories follow a community taxonomy so the directory is easier to browse.

What should I do next?

Browse skills by category, open a listing, and read SKILL.mdbefore installing.