hot-skillslisted
Install: claude install-skill xiehuacheng/skills
# Hot Skills
This skill helps you discover trending and hot Agent Skills by aggregating data from multiple sources:
- **agentskills.media** — GitHub stars and categories
- **skills-rank.com** — Individual skill ranking scores
- **skills.sh** — Real install counts (fetched via headless browser from the public leaderboard)
## Boundaries and Defaults
**Can do:** aggregate and de-duplicate data from three public leaderboards; summarize top skills overall or by category; search by keyword; output JSON or human-readable text; force-refresh local cache; filter by category or alias.
**Cannot do (without explicit user approval):** install or modify any Agent Skill on the user's system; write to files outside the user's chosen `--output` directory; assume default categories or aliases without confirmation.
**Default behavior:** read-only — never writes unless `--output <dir>` is explicitly passed; uses cached data when fresh (`<1h` old) to avoid rate-limit issues; shows the data source and freshness on each command.
## When to Use
Use this skill when the user:
- Asks "现在有什么热门 skill?"
- Wants to find popular skills in a domain: "前端热门 skill"
- Asks "帮我搜一下 xxx 相关的 skill"
## How to Use
Run the main script from the skill directory:
```bash
node scripts/fetch-trends.js [options]
```
When this skill is installed via `npx skills add`, the skill directory is available at `.claude/skills/skills-trending/` (or the equivalent for your agent). Adjust the path accordingly.
### Options