github-topicsFetches GitHub topic trending repositories. Use when asking about GitHub trending repos or open source projects.
Install via ClawdBot CLI:
clawdbot install hjw21century/github-topicsFetch GitHub topic trending repositories and README summaries.
# View rankings
今天 claude-code 话题排行榜
Top 10 GitHub 项目
热门仓库
# View repository details
anthropics/claude-code 介绍
这个仓库是做什么的
| Type | Examples | Description |
|------|----------|-------------|
| Rankings | 热门仓库 Top 10 | Current rankings by stars |
| Detail | xxx/xxx 介绍 | Repository README summary |
| Topic | python 话题排行榜 | Custom topic search |
- [ ] Step 1: Parse query type
- [ ] Step 2: Fetch data from GitHub
- [ ] Step 3: Format and display results
| User Input | Query Type | Action |
|------------|------------|--------|
| 热门仓库 | rankings | Show top N repos |
| Top 10 项目 | rankings | Show top N repos |
| xxx/xxx 介绍 | detail | Get README summary |
| python 话题 | rankings | Search python topic |
cd skills/github-topics
python src/github_fetcher.py
Requirements:
pip install requests
python src/readme_fetcher.py
# GitHub Trending - python
| # | Repository | Stars | Language |
|---|------------|-------|----------|
| 1 | donnemartin/system-design-primer | 334K | Python |
| 2 | vinta/awesome-python | 281K | Python |
| 3 | project-based-learning | 257K | - |
# 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...
| Variable | Description | Default |
|----------|-------------|---------|
| GH_TOKEN | GitHub Personal Access Token (optional, for higher rate limits) | - |
| TOPIC | GitHub topic to track | claude-code |
Note: GH_TOKEN is optional but recommended:
Create token at: https://github.com/settings/tokens
| Limit Type | Rate |
|------------|------|
| Authenticated | 5,000 requests/hour |
| Unauthenticated | 60 requests/hour |
Recommendation: Use GH_TOKEN for higher rate limits.
| Issue | Solution |
|-------|----------|
| Rate limit | Set GH_TOKEN env var |
| Network timeout | Check internet connection |
| Empty results | Check topic name exists |
# Fetch rankings (default topic: claude-code)
python skills/github-topics/src/github_fetcher.py
# Fetch README
python skills/github-topics/src/readme_fetcher.py
AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.