Find Skills for Openclaw

A discovery and installation engine for extending AI agent capabilities through the open skills ecosystem.

breckengan
v1.0.0
Mar 6, 2026
22
22.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install find-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install find-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Find Skills?

Find Skills serves as the essential discovery layer for the open agent skills ecosystem, acting as a bridge between user needs and technical capabilities. It leverages the Skills CLI to allow agents to dynamically search for, present, and install specialized knowledge packages, workflows, and tools.

This skill is fundamental for creating a self-extending agent environment. By using the Skills CLI as a package manager, users can seamlessly integrate Openclaw Skills that cover everything from web development best practices to complex DevOps pipelines, ensuring the agent is always equipped with the right tools for the task at hand.

Find Skills Use Cases

  • Searching for specialized domain knowledge like React performance or testing frameworks.
  • Automating the installation of new Openclaw Skills when an agent encounters a task outside its core training.
  • Managing and updating an existing library of agent capabilities.
  • Helping developers discover community-contributed workflows and templates at skills.sh.

How Find Skills Works

  1. Analyze the user query to identify specific tasks or domain requirements.
  2. Execute a search command via the Skills CLI to query the Openclaw Skills registry.
  3. Retrieve and format metadata for the most relevant skill matches.
  4. Present the installation options and documentation links to the user.
  5. Execute the installation command to persist the new capability within the agent environment.

Find Skills Setup

To get started with finding and installing Openclaw Skills, ensure you have access to the Skills CLI. Use the following commands to manage your environment:

# Search for a specific capability
npx skills find [query]

# Install a new skill
npx skills add <owner/repo@skill>

# Check for updates to existing skills
npx skills check

Find Skills Data Schema & Taxonomy

The skill manages information according to the following structure to ensure compatibility within the Openclaw Skills ecosystem:

Attribute Description
Skill Identifier The full owner/repo@package path for installation
Command Metadata Key commands like add, find, update, and check
Registry Link Direct URLs to skills.sh for detailed documentation
Installation Flags Support for -g (global) and -y (auto-confirm) flags

Find Skills Advanced Features

  • Background installation using the -y flag for zero-friction agent upgrades.
  • Skill initialization via npx skills init to help users create their own Openclaw Skills.
  • Global version tracking and update management for all installed packages.
  • Integration with major repositories like vercel-labs and ComposioHQ for high-quality skill discovery.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*