# Skill Search

> A Claude skill from 0oooooooo0/skillless.

- **Type:** Skill
- **Install:** `agentstack add skill-0oooooooo0-skillless-skill-search`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [0oooooooo0](https://agentstack.voostack.com/s/0oooooooo0)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [0oooooooo0](https://github.com/0oooooooo0)
- **Source:** https://github.com/0oooooooo0/skillless/tree/main/skills/skill-search

## Install

```sh
agentstack add skill-0oooooooo0-skillless-skill-search
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill: skill-search

Search for Claude Code skills across multiple sources.

user-invocable: false
description: Searches for relevant skills across local installation, skills.sh directory, and GitHub. Called by other skills or commands.
allowed-tools: [Read, Glob, Grep, Bash, WebSearch]

## Instructions

When called with a search query, search these 3 sources and return consolidated results.

### Source 1: Local Installed Skills
Search already-installed skills:
```
Glob: ~/.claude/skills/*/SKILL.md
Grep: search for the query keywords in matched files
```
Mark these as `installed: true`.

### Source 2: skills.sh Directory
Search the skills.sh open skill directory using the CLI:
```bash
npx skills find {query}
```
Parse the output to extract matching skills. Each line follows the format:
```
owner/repo@skill-name     installs
└ https://skills.sh/owner/repo/skill-name
```
Extract from the output:
- Skill name and exact owner/repo@skill-name path
- Install count (popularity indicator)
- Install command: `npx skills add -y -g `

**IMPORTANT**: Always use the exact owner/repo path from the CLI output. Do NOT guess or modify the path.

### Source 3: GitHub (Fallback)
Only if Sources 1-2 return fewer than 3 results total:
```
WebSearch: site:github.com "SKILL.md" claude {query}
```
Parse results to extract skill repositories.

### Output Format

Return results as a markdown table:

| # | Name | Source | Description | Installed |
|---|------|--------|-------------|-----------|
| 1 | skill-name | local/skills.sh/github | Short description | Yes/No |

Sort order: local first, then skills.sh, github.

Also return a structured JSON block for programmatic use:
```json
{
  "results": [
    {
      "name": "skill-name",
      "source": "local|skills.sh|github",
      "description": "...",
      "installed": true,
      "install_info": {
        "type": "skills-add|github-plugin|skill-md|installed",
        "url_or_name": "..."
      }
    }
  ],
  "query": "original query",
  "total": 5
}
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [0oooooooo0](https://github.com/0oooooooo0)
- **Source:** [0oooooooo0/skillless](https://github.com/0oooooooo0/skillless)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-0oooooooo0-skillless-skill-search
- Seller: https://agentstack.voostack.com/s/0oooooooo0
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
