find-skills skill 发现

Find installable agent skills matching user intent via the Skills CLI.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/XIYBHK/claude-skills --skill find-skills-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills skill 发现
Source: https://github.com/XIYBHK/claude-skills/tree/main/find-skills
Command: npx skills add https://github.com/XIYBHK/claude-skills --skill find-skills-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

用户需要快速发现并安装可用的 agent skill,从而扩展 Claude 的能力与工作流程。

Core Features & Use Cases

  • Discoverability: 以关键词或用例快速定位相关技能。
  • Installation Guidance: 提供安装路径和命令,帮助用户获取技能。
  • Use Case Examples: 当遇到“如何实现某任务”时,系统可推荐已有技能以避免重复开发。

Quick Start

使用 npx skills find <query> 搜索并查看相关技能。

Frequently Asked Questions about find-skills skill 发现

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

FAQPage Schema
How do I discover and install agent skills to extend Claude's capabilities?

You can discover agent skills using the `npx skills find <query>` command to list matching results. The CLI surfaces installable skills based on your search intent and provides guidance to streamline the installation process.

Can I search for ready-made automation tools by use case instead of exact skill names?

Yes, you can search by use case or keyword to locate relevant agent skills. The discovery mechanism matches user intent to surface installable skills, helping you find existing tools to avoid repeating development work for specific tasks.

What is the best way to find available CLI tools for automating tasks with Claude?

The best way to find automation CLI tools is using `npx skills find <query>`. This discovery mechanism searches for installable agent skills and provides installation paths and commands to help you quickly acquire ready-made capabilities for your workflow.

Do I need any dependencies installed to search for agent skills using the CLI?

No dependencies are required to search for agent skills. You can run the discovery tool directly using `npx skills find <query>`, which requires no prior setup or component installation to list and surface available skills.

How does the skill discovery process recommend existing tools for a specific task?

The skill discovery process recommends existing tools by matching your search query or use case against available agent skills. It surfaces relevant installable skills and provides installation commands to help you avoid building solutions from scratch.