Loading...
Loading...
Fetches skills.sh trending rankings. Use when asking about skill rankings or popular tools.
npx skill4agent add geekjourneyx/mind-skills trending-skills# View rankings
今天技能排行榜
Top 10 skills
技能榜单| Type | Examples | Description |
|---|---|---|
| Rankings | | Current rankings |
| Detail | | Skill details (requires extra packages) |
- [ ] Step 1: Parse query type
- [ ] Step 2: Fetch data from skills.sh
- [ ] Step 3: Format and display results| User Input | Query Type | Action |
|---|---|---|
| rankings | Show top N skills |
| rankings | Show top N skills |
| detail | Show skill details |
cd skills/trending-skills
python src/skills_fetcher.pypip install playwright
playwright install chromium --with-depspip install beautifulsoup4 lxml requests--with-depspython src/detail_fetcher.py <skill-name># Skills Trending
| # | Skill | Owner | Installs |
|---|-------|-------|----------|
| 1 | remotion-best-practices | remotion-dev | 5.6K |
| 2 | react-best-practices | vercel-labs | 5.4K |
| 3 | web-design-guidelines | vercel-labs | 4.0K |# remotion-best-practices
**Owner**: remotion-dev/skills
**Installs**: 5.6K
**When to use**:
[Usage description from skills.sh]
**Rules** (27 total):
- 3d.md: 3D content in Remotion...
- audio.md: Audio processing...
**URL**: https://skills.sh/remotion-dev/remotion-best-practices| Issue | Solution |
|---|---|
| Playwright error | Run |
| Network timeout | Check internet connection |
| Skill not found | Verify skill name on skills.sh |
# Fetch rankings
python skills/trending-skills/src/skills_fetcher.py
# Fetch skill detail (optional)
python skills/trending-skills/src/detail_fetcher.py <skill-name>