find-skills
为扩展 agent 功能提供一键发现与安装流,便于定制化
安装第三方 skills 可能执行远程安装脚本或恶意代码,安装时需审查来源
搜索并安装开放代理技能生态中的技能包与 CLI 工具
在开放代理技能生态里帮你搜索并安装能解决具体任务的技能包,使用 Skills CLI(npx skills)进行查找、安装和管理,省去手动翻仓库的麻烦。适合你在询问“怎么做 X”或想扩展 agent 功能时使用。优势是能一键安装、检查更新并快速上手,避免重复造轮子。
▸ 展开 SKILL.md 英文原文
Search the agent skills ecosystem to discover and install skills that extend AI coding agent capabilities. Use when user asks "how do I do X" (X being a common task), "find a skill for X", "is there a skill that can...", or expresses interest in extending agent capabilities. Triggers on "find a skill", "install a skill", "skill for [task]", "can you do X", "I need help with [domain]", "how do I [task]". Do NOT use when user has explicitly asked to proceed without a skill, or when the task is better handled by agent's built-in capabilities (file operations, git, basic coding).
帮我安装这个 skill:https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/find-skills/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/find-skills/SKILL.md"Help users discover and install skills from the open agent skills ecosystem. ## What is the Skills CLI? The Skills CLI (`npx skills`) is the package manager for agent skills: - `npx skills find [query]` - Search for skills - `npx skills add <package>` - Install from GitHub - `npx skills check` - Check for updates - `npx skills init [name]` - Scaffold a new skill Browse at: https://skills.sh/ ## Workflow ### Step 1: Understand what they need Identify: domain (React, testing, DevOps) → specific task (writing tests, creating animations) → likelihood a skill exists. ### Step 2: Check the leaderboard first Before running CLI: check https://skills.sh/ for well-known skills. Top sources: