askill
skills-search

skills-searchSafety 100Repository

Search skills.sh registry from CLI. Find and discover agent skills from the skills.sh ecosystem.

0 stars
1.2k downloads
Updated 2/16/2026

Package Files

Loading files...
SKILL.md

Skills.sh Search CLI

Search skills from skills.sh registry directly from your terminal.

Install (ThinkFleetBot)

thinkfleet-hub 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 (ThinkFleetBot)

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:

  1. Select skills β†’ Toggle skills you want with space, confirm with enter
  2. Select agents β†’ Navigate with up/down, select ThinkFleetBot with space, confirm with enter
  3. Installation scope β†’ Choose Project (recommended) with enter
  4. Confirm β†’ Press enter to proceed

Important: The TUI may change. Pay attention to the menu options and select ThinkFleetBot when prompted for agents. If unsure about any selection, ask the user for guidance.

Step 3: Verify installation

ls ~/.thinkfleetbot/workspace/.agents/skills/

Adding Your Own Skill

Skills.sh automatically indexes GitHub repos containing SKILL.md files. To add your skill:

  1. Create a skill folder with SKILL.md in your GitHub repo
  2. Publish to ThinkFleet Hub for ThinkFleetBot-specific discovery:
    thinkfleet-hub publish ./your-skill/ --slug your-skill --name "Your Skill" --version 1.0.0
    
  3. Install in ThinkFleetBot:
    thinkfleet-hub install your-skill
    

Notes

  • Queries https://skills.sh/api/skills (official skills.sh API)
  • Results sorted by install count (most popular first)
  • ThinkFleetBot-only: Install via thinkfleet-hub install skills-search
  • Skills.sh leaderboard requires GitHub repo (not needed for ThinkFleet Hub-only skills)

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

91/100Analyzed 2/24/2026

High-quality skill for searching skills.sh registry from CLI. Well-structured with clear installation, usage examples, automation workflow, and guidance on adding new skills. Provides practical value for discovering and installing agent skills. Low internal-only signal as it targets a public ecosystem.

100
90
90
85
90

Metadata

Licenseunknown
Version-
Updated2/16/2026
PublisherThinkfleetAI

Tags

clisearchskills.sh