find-skills

仓库创建 2026年5月12日最近提交 7 小时前SkillHot 收录 20 天前
▸ 精选理由

为扩展 agent 功能提供一键发现与安装流,便于定制化

▸ 风险提示

安装第三方 skills 可能执行远程安装脚本或恶意代码,安装时需审查来源

这个 Skill 做什么

搜索并安装开放代理技能生态中的技能包与 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 开发管理技能发现包管理插件安装通用
110
Stars
14
Forks
40
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/find-skills/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/find-skills/SKILL.md"
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:
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有