← All skills
Tencent SkillHub · Developer Tools

Github Topics

Fetches GitHub topic trending repositories. Use when asking about GitHub trending repos or open source projects.

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

Fetches GitHub topic trending repositories. Use when asking about GitHub trending repos or open source projects.

⬇ 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/github_fetcher.py, src/readme_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 13 sections Open source page

GitHub Topics Trending

Fetch GitHub topic trending repositories and README summaries.

Quick Start

# View rankings 今天 claude-code 话题排行榜 Top 10 GitHub 项目 热门仓库 # View repository details anthropics/claude-code 介绍 这个仓库是做什么的

Query Types

TypeExamplesDescriptionRankings热门仓库 Top 10Current rankings by starsDetailxxx/xxx 介绍Repository README summaryTopicpython 话题排行榜Custom topic search

Workflow

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

Step 1: Parse Query Type

User InputQuery TypeAction热门仓库rankingsShow top N reposTop 10 项目rankingsShow top N reposxxx/xxx 介绍detailGet README summarypython 话题rankingsSearch python topic

Fetch Rankings

cd skills/github-topics python src/github_fetcher.py Requirements: pip install requests

Fetch README (Optional)

python src/readme_fetcher.py

Rankings Output

# GitHub Trending - python | # | Repository | Stars | Language | |---|------------|-------|----------| | 1 | donnemartin/system-design-primer | 334K | Python | | 2 | vinta/awesome-python | 281K | Python | | 3 | project-based-learning | 257K | - |

Detail Output

# anthropics/claude-code **Stars**: 15.2K **Language**: TypeScript **URL**: https://github.com/anthropics/claude-code ## README Summary Official Claude Code CLI for AI-powered software development. Claude Code is Anthropic's official CLI tool...

Configuration

VariableDescriptionDefaultGH_TOKENGitHub Personal Access Token (optional, for higher rate limits)-TOPICGitHub topic to trackclaude-code Note: GH_TOKEN is optional but recommended: With token: 5,000 requests/hour Without token: 60 requests/hour Create token at: https://github.com/settings/tokens

GitHub API Notes

Limit TypeRateAuthenticated5,000 requests/hourUnauthenticated60 requests/hour Recommendation: Use GH_TOKEN for higher rate limits.

Troubleshooting

IssueSolutionRate limitSet GH_TOKEN env varNetwork timeoutCheck internet connectionEmpty resultsCheck topic name exists

CLI Reference

# Fetch rankings (default topic: claude-code) python skills/github-topics/src/github_fetcher.py # Fetch README python skills/github-topics/src/readme_fetcher.py

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

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/github_fetcher.py Scripts
  • src/readme_fetcher.py Scripts