← All skills
Tencent SkillHub · AI

Trending Skills

Fetches skills.sh trending rankings. Use when asking about skill rankings or popular tools.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Fetches skills.sh trending rankings. Use when asking about skill rankings or popular tools.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, src/__init__.py, src/config.py, src/detail_fetcher.py, src/skills_fetcher.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Trending Skills

Fetch skills.sh trending rankings and skill details.

Quick Start

# View rankings 今天技能排行榜 Top 10 skills 技能榜单

Query Types

TypeExamplesDescriptionRankings今天技能排行榜 Top 10Current rankingsDetailxxx是什么 xxx介绍Skill details (requires extra packages)

Workflow

  • [ ] Step 1: Parse query type
  • [ ] Step 2: Fetch data from skills.sh
  • [ ] Step 3: Format and display results

Step 1: Parse Query Type

User InputQuery TypeAction今天技能排行榜rankingsShow top N skillsTop 10 skillsrankingsShow top N skillsxxx是什么detailShow skill details

Fetch Rankings

cd skills/trending-skills python src/skills_fetcher.py Requirements: For basic rankings: pip install playwright playwright install chromium --with-deps For skill details (optional): pip install beautifulsoup4 lxml requests Note: --with-deps automatically installs required system libraries.

Fetch Skill Details (Optional)

python src/detail_fetcher.py <skill-name>

Rankings Output

# 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 |

Detail Output (Optional)

  • # 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

Configuration

No configuration required.

Troubleshooting

IssueSolutionPlaywright errorRun playwright install chromiumNetwork timeoutCheck internet connectionSkill not foundVerify skill name on skills.sh

CLI Reference

# Fetch rankings python skills/trending-skills/src/skills_fetcher.py # Fetch skill detail (optional) python skills/trending-skills/src/detail_fetcher.py <skill-name>

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs
  • SKILL.md Primary doc
  • src/__init__.py Scripts
  • src/config.py Scripts
  • src/detail_fetcher.py Scripts
  • src/skills_fetcher.py Scripts