Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

find-skills寻找技能

Agent Skill

用于查找、发现和安装 Agent Skills 的能力包,适合在用户需要扩展 Agent 能力时按任务场景检索可用 Skill,并给出来源、安装命令和候选项。使用时应核对来源站点、安装量、仓库状态和权限范围,避免把未经确认的第三方能力包直接推荐为安全或官方方案。

总安装

2,399

周安装

102

GitHub Stars

10

下载量

840
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:find-skills(寻找技能)
来源仓库:https://github.com/oakoss/agent-skills
仓库路径:skills/find-skills
安装命令:
npx skills add https://github.com/oakoss/agent-skills --skill find-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/oakoss/agent-skills --skill find-skills

简介

find-skills 用于查找、发现和安装 Agent Skills 的能力包。

  • 它适合按任务场景检索可用 Skill,并给出来源和安装命令。
  • 使用时应核对来源站点、安装量和仓库状态。
  • 避免把未经确认的第三方能力包直接推荐为安全或官方方案。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Find Skills

Overview

Searches the open agent skills ecosystem and installs matching skills via the Skills CLI (pnpm dlx skills). Includes an enrichment script that fetches descriptions from skills.sh for each result, giving users context beyond raw skill names.

When to use: User asks for help with a domain that might have existing skills, wants to browse available skills, or asks to extend agent capabilities.

When NOT to use: User already knows the exact skill and install command, or the task has nothing to do with skill discovery.

Quick Reference

ActionCommandNotes
Search skillspnpm dlx skills find [query]Interactive or keyword search
Enriched searchnode scripts/enrich_find.js "query"Adds descriptions from skills.sh
Install skillpnpm dlx skills add <source> -s <name> -a claude-code -yDefault to Claude Code agent
Install globallypnpm dlx skills add <source> -s <name> -a claude-code -g -yUser-level install
Install all skillspnpm dlx skills add <source> --allAll skills, all agents, skip prompts
Multi-agent installpnpm dlx skills add <source> -s <name> -a claude-code opencode github-copilotTarget multiple agents
List repo skillspnpm dlx skills add <source> --listPreview without installing
List installedpnpm dlx skills listProject-level; add -g for global
Remove skillpnpm dlx skills remove <name>Interactive if no name given
Check updatespnpm dlx skills checkShows available updates
Update skillspnpm dlx skills updateUpdates all installed
Init new skillpnpm dlx skills init <name>Scaffolds SKILL.md
Browse onlinehttps://skills.sh/Web catalog

Common Skill Categories

CategoryExample Queries
Web Developmentreact, nextjs, typescript, css, tailwind
Testingtesting, jest, playwright, e2e
DevOpsdeploy, docker, kubernetes, ci-cd
Documentationdocs, readme, changelog, api-docs
Code Qualityreview, lint, refactor, best-practices
Designui, ux, design-system, accessibility
Productivityworkflow, automation, git

Common Mistakes

MistakeCorrect Pattern
Using npx skillsUse pnpm dlx skills for consistent package management
Forgetting -y on installAdd -y to skip interactive confirmation prompts
Vague search terms like "help"Use specific keywords: "react testing", "pr review"
Not checking skills.sh firstBrowse https://skills.sh/ for curated listings
Installing without reviewingCheck the skill page on skills.sh before installing
Installing without -a claude-codeAlways specify agent: -a claude-code (or target agent)
Using owner/repo for private reposUse SSH URL: git@github.com:Org/repo.git
Running enrichment without Node.jsScript requires Node.js with https module (built-in)

Delegation

  • Skill search execution: Run pnpm dlx skills find or the enrichment script directly
  • Skill installation: Run pnpm dlx skills add after user confirms
  • Detailed skill info: Browse the skill page on skills.sh before recommending
If the skill-management skill is available, delegate skill creation, auditing, and validation to it. Otherwise, recommend: pnpm dlx skills add oakoss/agent-skills -s skill-management -a claude-code -y

If no matching skill is found, offer to help directly and suggest pnpm dlx skills init to create a custom skill.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后在对应 Agent 宿主中调用,用来根据用户需求搜索相关 Skills,并把候选 Skill 的说明、来源和安装命令整理给用户确认。

平台分布

Codex

35.16%
按下载量换算295

Claude

29.33%
按下载量换算246

Cursor

18.23%
按下载量换算153

Gemini CLI

8.06%
按下载量换算68

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills