Skip to main content
ClaudeWave
Skill822 estrellas del repoactualizado 5d ago

find-skills

The find-skills Claude Code item helps users discover and filter existing skills for specific tasks before building new workflows. Use this when users ask whether ready-made skills exist for a particular capability, want to extend an agent's functionality, or prefer leveraging existing solutions over creating custom workflows from scratch. It identifies relevant domains and tasks, evaluates available skills by trustworthiness and adoption metrics, provides installation guidance, and offers direct task assistance if no suitable skills are found.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Haohao-end/openagent /tmp/find-skills && cp -r /tmp/find-skills/api/internal/core/skills/catalog/find-skills ~/.claude/skills/find-skills
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

skill.md

# 找技能

这是一个帮助用户发现和筛选技能的技能。

## 适用场景

- 用户问“有没有现成的 skill 可以做这个”
- 用户想扩展 agent 能力
- 用户想先找现成方案,而不是重新发明工作流

## 工作方式

1. 先识别领域和具体任务。
2. 先看有没有现成、可信、安装量高的技能。
3. 给出技能名称、作用、来源和安装方式。
4. 如果没有合适技能,再直接帮助用户完成任务。

## 约束

- 不要只看标题就推荐。
- 不要忽略来源可信度和安装量。
- 如果没有合适技能,明确说明并继续提供直接帮助。