ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/banalit/luke-find-skills
Or

What This Skill Does

The find-skills skill serves as the primary gateway for users to extend their OpenClaw agent's capabilities. It acts as an intelligent interface between the user's intent and the vast OpenClaw ecosystem. By leveraging the Skills CLI, this tool allows users to search, identify, and manage specialized modules—ranging from deployment workflows to advanced code analysis tools—without ever leaving the command-line environment. It simplifies the discovery process by parsing natural language requests into targeted repository queries, effectively cataloging available community-driven plugins.

Installation

To integrate this utility, run the following command in your terminal: npx skills add openclaw/skills/skills/banalit/luke-find-skills

Once installed, you can trigger the search functionality using the npx skills find command followed by your specific query keywords. This package ensures your agent remains modular and capable of scaling as your project requirements evolve.

Use Cases

Use this skill when you need to augment your agent with domain-specific expertise. It is perfect for developers who need to integrate third-party tools (like Vercel or AWS) into their workflow, technical writers needing documentation generators, or project managers seeking task automation. If you find yourself asking, 'Can the agent do X?', this is the first tool you should reach for to determine if that functionality exists in the ecosystem.

Example Prompts

  1. "How do I do automatic changelog generation for my repository?"
  2. "Find a skill that can help me perform automated security audits on my code."
  3. "Is there a skill that allows the agent to interact with my project management board?"

Tips & Limitations

To get the best results, use narrow, domain-specific keywords. For example, instead of searching 'help', search for 'unit testing' or 'docker deployment'. Be aware that this skill relies on the metadata indexed in the central registry; if a skill is not yet published or indexed, it will not appear in the results. Always verify the authorship of third-party skills before installation to ensure security and reliability. The agent requires an active internet connection to query the registry.

Metadata

Author@banalit
Stars4473
Views0
Updated2026-05-01
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-banalit-luke-find-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#package-manager#discovery#automation#plugin-manager#cli
Safety Score: 4/5

Flags: network-access, code-execution