🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Trending Skills

by @hjw21century

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

Versionv0.1.0
Downloads1,816
TERMINAL
clawhub install trending-skills

πŸ“– About This Skill


name: trending-skills description: Fetches skills.sh trending rankings. Use when asking about skill rankings or popular tools.

Trending Skills

Fetch skills.sh trending rankings and skill details.

Quick Start

# View rankings
δ»Šε€©ζŠ€θƒ½ζŽ’θ‘Œζ¦œ
Top 10 skills
ζŠ€θƒ½ζ¦œε•

Query Types

| Type | Examples | Description | |------|----------|-------------| | Rankings | δ»Šε€©ζŠ€θƒ½ζŽ’θ‘Œζ¦œ Top 10 | Current rankings | | Detail | xxxζ˜―δ»€δΉˆ 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 Input | Query Type | Action | |------------|------------|--------| | δ»Šε€©ζŠ€θƒ½ζŽ’θ‘Œζ¦œ | rankings | Show top N skills | | Top 10 skills | rankings | Show top N skills | | xxxζ˜―δ»€δΉˆ | detail | Show skill details |


    Step 2: Fetch Data

    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 
    


    Step 3: Format Results

    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

    | Issue | Solution | |-------|----------| | Playwright error | Run playwright install chromium | | Network timeout | Check internet connection | | Skill not found | Verify 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

    πŸ’‘ Examples

    # View rankings
    δ»Šε€©ζŠ€θƒ½ζŽ’θ‘Œζ¦œ
    Top 10 skills
    ζŠ€θƒ½ζ¦œε•
    

    βš™οΈ Configuration

    No configuration required.


    πŸ“‹ Tips & Best Practices

    | Issue | Solution | |-------|----------| | Playwright error | Run playwright install chromium | | Network timeout | Check internet connection | | Skill not found | Verify skill name on skills.sh |