← ClaudeAtlas

hot-skillslisted

Discover hot and trending Agent Skills across multiple leaderboards (agentskills.media, skills-rank.com, skills.sh). Summarize, categorize, and search. Use when the user asks about popular skills, hot skills, trending skills, or wants to find skills by category.
xiehuacheng/skills · ★ 1 · AI & Automation · score 77
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