find-skills

Search and install prebuilt agent skills from a skills registry.

5.3k|652|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/agentscope-ai/HiClaw --skill find-skills-agentscope-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/agentscope-ai/HiClaw/tree/main/manager/agent/hermes-worker-agent/skills/find-skills
Command: npx skills add https://github.com/agentscope-ai/HiClaw --skill find-skills-agentscope-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of not knowing which specialized skill (tool/workflow) already exists for an unfamiliar domain or task, so you can find an existing option instead of reinventing it.

Core Features & Use Cases

  • Skill discovery: Search an open skills ecosystem using the Skills CLI to find relevant skills for a given query.
  • Safe installation in isolation: Installs skills without exposing admin-sensitive personal data, running them only inside the worker’s isolated container environment.
  • Direct market import: Supports installing a known skill by exact name, or searching first when the name is ambiguous.

Quick Start

Ask the AI to find skills for your task (for example: how do I do react testing?), and then install the exact skill command returned from the search results.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find prebuilt agent skills for an unfamiliar automation workflow?

To find prebuilt agent skills, use the skill discovery script to search an open skills registry via the Skills CLI, returning relevant capabilities for your specific automation workflow without building from scratch.

What is the best way to install agent skills without exposing sensitive data?

Safe installation of agent skills is handled by running them only inside the worker's isolated container environment, ensuring admin-sensitive personal data remains unexposed during the skill import process.

Can I install a specific skill by exact name from the registry?

Yes, you can install a specific skill by exact name using the install command, or you can run a search first when the skill name is ambiguous to ensure you target the correct capability.

How does skill discovery work for tasks like react testing or deployment?

Skill discovery works by querying an open skills ecosystem using the Skills CLI, matching your task query like react testing or deployment against the registry to return specialized prebuilt capabilities.

Do I need a specific environment to search and install skills?

You need to use the fixed skill discovery script path in the worker environment and configure the SKILLS_API_URL to target the appropriate skills registry backend for search and install commands.

When should I search the skills registry instead of importing directly?

You should search the skills registry first when the exact skill name is ambiguous or when you are exploring an unknown domain to find the most relevant prebuilt option before direct market import.