skills-search
- 作者仓库星标 602
- 作者仓库 awesome-openclaw-skills
Skills.sh Search CLI
Search skills from skills.sh registry directly from your terminal.
Install (Clawdbot)
clawdhub install skills-search
Usage
# Search for skills by name
skills-search "postgres"
skills-search "web design"
skills-search "twitter"
# Show most popular skills
skills-search --popular
skills-search --popular --limit 10
# Search with install command
skills-search "web design" --show-install
Examples
❯ skills-search "web design"
🔍 Searching skills.sh for "web design"...
✅ web-design-guidelines (16,922 installs)
Source: vercel-labs/agent-skills
Install: npx skills add vercel-labs/agent-skills
✅ frontend-design (566 installs)
Source: anthropics/skills
Install: npx skills add anthropics/skills
Popular Skills
❯ skills-search --popular --limit 5
📈 Top 5 most popular skills:
✅ vercel-react-best-practices (22,475 installs)
Source: vercel-labs/agent-skills
✅ web-design-guidelines (17,135 installs)
Source: vercel-labs/agent-skills
✅ upgrading-expo (1,192 installs)
Source: expo/skills
...
Automation (Clawdbot)
Step 1: Search for a skill
npx @thesethrose/skills-search "react"
Step 2: Install found skill via skills CLI
After finding a skill, install it using the skills CLI:
npx skills add vercel-labs/agent-skills
TUI Navigation Guidance:
The skills CLI uses an interactive menu. Watch for prompts and navigate accordingly:
- Select skills → Toggle skills you want with
space, confirm withenter - Select agents → Navigate with
up/down, selectClawdbotwithspace, confirm withenter - Installation scope → Choose Project (recommended) with
enter - Confirm → Press
enterto proceed
Important: The TUI may change. Pay attention to the menu options and select Clawdbot when prompted for agents. If unsure about any selection, ask the user for guidance.
Step 3: Verify installation
ls ~/.clawdbot/workspace/.agents/skills/
Adding Your Own Skill
Skills.sh automatically indexes GitHub repos containing SKILL.md files. To add your skill:
- Create a skill folder with
SKILL.mdin your GitHub repo - Publish to ClawdHub for Clawdbot-specific discovery:
clawdhub publish ./your-skill/ --slug your-skill --name "Your Skill" --version 1.0.0 - Install in Clawdbot:
clawdhub install your-skill
Notes
- Queries https://skills.sh/api/skills (official skills.sh API)
- Results sorted by install count (most popular first)
- Clawdbot-only: Install via
clawdhub install skills-search - Skills.sh leaderboard requires GitHub repo (not needed for ClawdHub-only skills)
- 流狐分类
- AI 智能
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @sundial-org · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- macOS · Linux · Windows
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Step 1: Search for a skill
After finding a skill, install it using the skills CLI: TUI Navigation Guidance: The skills CLI uses an interactive menu. Watch for prompts and navigate accordingly:
Step 3: Verify installation
# Skills.sh Search CLI
Search skills from skills.sh registry directly from your terminal.
## Install (Clawdbot)
```bash
clawdhub install skills-search
```
## Usage
```bash
# Search for skills by name
skills-search "postgres"
skills-search "web design"
skills-search "twitter"
# Show most popular skills
skills-search --popular
skills-search --popular --limit 10
# Search with install command
skills-search "web design" --show-install
```
## Examples
```
❯ skills-search "web design"
🔍 Searching skills.sh for "web design"...
✅ web-design-guidelines (16,922 installs)
Source: vercel-labs/agent-skills
Install: npx skills add vercel-labs/agent-skills
✅ frontend-design (566 installs)
Source: anthropics/skills
Install: npx skills add anthropics/skills
```
### Popular Skills
```
❯ skills-search --popular --limit 5
📈 Top 5 most popular skills:
✅ vercel-react-best-practices (22,475 installs)
Source: vercel-labs/agent-skills
✅ web-design-guidelines (17,135 installs)
Source: vercel-labs/agent-skills
✅ upgrading-expo (1,192 installs)
Source: expo/skills
...
```
## Automation (Clawdbot)
### Step 1: Search for a skill
```bash
npx @thesethrose/skills-search "react"
```
### Step 2: Install found skill via skills CLI
After finding a skill, install it using the `skills` CLI:
```bash
npx skills add vercel-labs/agent-skills
```
**TUI Navigation Guidance:**
The `skills` CLI uses an interactive menu. Watch for prompts and navigate accordingly:
1. **Select skills** → Toggle skills you want with `space`, confirm with `enter`
2. **Select agents** → Navigate with `up`/`down`, select `Clawdbot` with `space`, confirm with `enter`
3. **Installation scope** → Choose Project (recommended) with `enter`
4. **Confirm** → Press `enter` to proceed
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Install (Clawdbot) → Usage → Examples → Popular Skills → Automation (Clawdbot) → Step 1: Search for a skill
要点 -> TUI Navigation Guidance · Select skills · Select agents · Installation scope · Confirm · Important · Create a skill folder · Publish to ClawdHub
文件/命令 -> skills · space · enter · down · Clawdbot · clawdhub install skills-search
内容 SHA-256 -> 29c87357628b
方法与流程
适用与边界
原文中的明确线索
skills、space、enter、down、Clawdbot、clawdhub install skills-search