ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

find-skills

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 interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Why use this skill?

Use the find-skills tool to easily discover, evaluate, and install powerful extensions to your OpenClaw agent. Boost your productivity with community-verified skills.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jimliuxinghai/find-skills
Or

What This Skill Does

The find-skills skill serves as the primary discovery engine for the OpenClaw ecosystem, acting as an intelligent bridge between user requirements and available automation modules. It enables the OpenClaw agent to query the Skills CLI to identify, evaluate, and recommend specialized packages that extend the agent's core capabilities. By interpreting user intent—whether expressed as a specific task request or a general desire for functional improvement—this skill streamlines the process of customizing an agent's workflow.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/jimliuxinghai/find-skills

Use Cases

Use this skill whenever you need to augment your agent's current capabilities. It is particularly effective for developers looking to integrate third-party tools, automate repetitive tasks, or implement industry-standard best practices without reinventing the wheel. From setting up complex CI/CD pipelines to automating specific file-system manipulations or code-style enforcement, if the task is repetitive, a skill likely exists to handle it.

Example Prompts

  1. "I'm starting a new React project, is there a skill that can help me set up linting and performance tracking automatically?"
  2. "How do I do automated PR reviews? Find a skill for me that integrates with GitHub."
  3. "Can you help me with documentation? I need to find a skill that generates changelogs from my commit history."

Tips & Limitations

When using find-skills, provide as much context as possible. Instead of just asking for a 'testing skill', specify the language or framework (e.g., 'Jest testing for TypeScript'). Remember that the quality of recommendations depends on the search queries passed to the Skills CLI. Always verify the source repository and documentation link provided by the skill before performing an installation. Note that this skill facilitates discovery; for actual execution of installed modules, ensure you have the appropriate permissions and environment configuration. If you receive too many results, narrow your search by adding specific technology keywords.

Metadata

Stars1947
Views1
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jimliuxinghai-find-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#discovery#package-management#automation#skills-ecosystem
Safety Score: 5/5

Flags: network-access, code-execution