重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
find-skills by oakoss/agent-skills
npx skills add https://github.com/oakoss/agent-skills --skill find-skills在开放的智能体技能生态系统中搜索,并通过 Skills CLI (pnpm dlx skills) 安装匹配的技能。包含一个增强脚本,可从 skills.sh 获取每个结果的描述,为用户提供超越原始技能名称的上下文信息。
使用时机: 用户请求某个可能已有现有技能的领域帮助、想要浏览可用技能,或要求扩展智能体能力时。
避免使用时机: 用户已确切知道技能和安装命令,或任务与技能发现无关时。
| 操作 | 命令 | 备注 |
|---|---|---|
| 搜索技能 | pnpm dlx skills find [查询词] | 交互式或关键词搜索 |
| 增强搜索 | node scripts/enrich_find.js "查询词" | 从 skills.sh 添加描述 |
| 安装技能 | pnpm dlx skills add <来源> -s <名称> -a claude-code -y |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 默认安装到 Claude Code 智能体 |
| 全局安装 | pnpm dlx skills add <来源> -s <名称> -a claude-code -g -y | 用户级安装 |
| 安装所有技能 | pnpm dlx skills add <来源> --all | 所有技能,所有智能体,跳过提示 |
| 多智能体安装 | pnpm dlx skills add <来源> -s <名称> -a claude-code opencode github-copilot | 面向多个智能体 |
| 列出仓库技能 | pnpm dlx skills add <来源> --list | 预览而不安装 |
| 列出已安装 | pnpm dlx skills list | 项目级;添加 -g 为全局 |
| 移除技能 | pnpm dlx skills remove <名称> | 未提供名称时进入交互模式 |
| 检查更新 | pnpm dlx skills check | 显示可用更新 |
| 更新技能 | pnpm dlx skills update | 更新所有已安装技能 |
| 初始化新技能 | pnpm dlx skills init <名称> | 生成 SKILL.md 脚手架 |
| 在线浏览 | https://skills.sh/ | 网页目录 |
| 类别 | 示例查询词 |
|---|---|
| Web 开发 | react, nextjs, typescript, css, tailwind |
| 测试 | testing, jest, playwright, e2e |
| DevOps | deploy, docker, kubernetes, ci-cd |
| 文档 | docs, readme, changelog, api-docs |
| 代码质量 | review, lint, refactor, best-practices |
| 设计 | ui, ux, design-system, accessibility |
| 生产力 | workflow, automation, git |
| 错误 | 正确模式 |
|---|---|
使用 npx skills | 使用 pnpm dlx skills 以保持包管理一致性 |
安装时忘记 -y | 添加 -y 以跳过交互式确认提示 |
| 使用模糊搜索词如 "help" | 使用具体关键词:"react testing", "pr review" |
| 未先检查 skills.sh | 浏览 https://skills.sh/ 查看精选列表 |
| 不查看直接安装 | 安装前在 skills.sh 上查看技能页面 |
安装时不指定 -a claude-code | 始终指定智能体:-a claude-code(或目标智能体) |
对私有仓库使用 owner/repo | 使用 SSH URL:git@github.com:Org/repo.git |
| 在没有 Node.js 的情况下运行增强脚本 | 脚本需要带有 https 模块(内置)的 Node.js |
pnpm dlx skills find 或增强脚本pnpm dlx skills add如果
skill-management技能可用,将技能创建、审计和验证委派给它。否则,推荐:pnpm dlx skills add oakoss/agent-skills -s skill-management -a claude-code -y
如果未找到匹配的技能,主动提供帮助,并建议使用 pnpm dlx skills init 创建自定义技能。
每周安装数
66
仓库
GitHub 星标数
6
首次出现
2026年2月20日
安全审计
安装于
opencode61
cursor60
gemini-cli59
github-copilot59
amp59
codex59
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.
| Action | Command | Notes |
|---|---|---|
| Search skills | pnpm dlx skills find [query] | Interactive or keyword search |
| Enriched search | node scripts/enrich_find.js "query" | Adds descriptions from skills.sh |
| Install skill | pnpm dlx skills add <source> -s <name> -a claude-code -y | Default to Claude Code agent |
| Install globally | pnpm dlx skills add <source> -s <name> -a claude-code -g -y | User-level install |
| Install all skills | pnpm dlx skills add <source> --all | All skills, all agents, skip prompts |
| Multi-agent install | pnpm dlx skills add <source> -s <name> -a claude-code opencode github-copilot | Target multiple agents |
| List repo skills | pnpm dlx skills add <source> --list | Preview without installing |
| List installed | pnpm dlx skills list | Project-level; add -g for global |
| Remove skill | pnpm dlx skills remove <name> | Interactive if no name given |
| Check updates | pnpm dlx skills check | Shows available updates |
| Update skills | pnpm dlx skills update | Updates all installed |
| Init new skill | pnpm dlx skills init <name> | Scaffolds SKILL.md |
| Browse online | https://skills.sh/ | Web catalog |
| Category | Example Queries |
|---|---|
| Web Development | react, nextjs, typescript, css, tailwind |
| Testing | testing, jest, playwright, e2e |
| DevOps | deploy, docker, kubernetes, ci-cd |
| Documentation | docs, readme, changelog, api-docs |
| Code Quality | review, lint, refactor, best-practices |
| Design | ui, ux, design-system, accessibility |
| Productivity | workflow, automation, git |
| Mistake | Correct Pattern |
|---|---|
Using npx skills | Use pnpm dlx skills for consistent package management |
Forgetting -y on install | Add -y to skip interactive confirmation prompts |
| Vague search terms like "help" | Use specific keywords: "react testing", "pr review" |
| Not checking skills.sh first | Browse https://skills.sh/ for curated listings |
| Installing without reviewing | Check the skill page on skills.sh before installing |
Installing without -a claude-code |
pnpm dlx skills find or the enrichment script directlypnpm dlx skills add after user confirmsIf the
skill-managementskill 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.
Weekly Installs
66
Repository
GitHub Stars
6
First Seen
Feb 20, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
opencode61
cursor60
gemini-cli59
github-copilot59
amp59
codex59
Always specify agent: -a claude-code (or target agent) |
Using owner/repo for private repos | Use SSH URL: git@github.com:Org/repo.git |
| Running enrichment without Node.js | Script requires Node.js with https module (built-in) |