trending-skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited trending-skills (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Fetch skills.sh trending rankings and skill details.
# View rankings
今天技能排行榜
Top 10 skills
技能榜单| Type | Examples | Description |
|---|---|---|
| Rankings | 今天技能排行榜 Top 10 | Current rankings |
| Detail | xxx是什么 xxx介绍 | 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 |
Top 10 skills | rankings | Show top N skills |
xxx是什么 | detail | Show skill details |
cd skills/trending-skills
python src/skills_fetcher.pyRequirements:
For basic rankings:
pip install playwright
playwright install chromium --with-depsFor skill details (optional):
pip install beautifulsoup4 lxml requestsNote: --with-deps automatically installs required system libraries.
python 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-practicesNo configuration required.
| Issue | Solution |
|---|---|
| Playwright error | Run playwright install chromium |
| 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>~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.