← 返回
开发者工具 中文

Github Topics

Fetches GitHub topic trending repositories. Use when asking about GitHub trending repos or open source projects.
获取GitHub热门项目仓库,适用于询问GitHub热门仓库或开源项目时使用。
hjw21century hjw21century 来源
开发者工具 clawhub v0.1.0 1 版本 99882.9 Key: 无需
★ 0
Stars
📥 853
下载
💾 37
安装
1
版本
#latest

概述

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

TypeExamplesDescription
-----------------------------
Rankings热门仓库 Top 10Current rankings by stars
Detailxxx/xxx 介绍Repository README summary
Topicpython 话题排行榜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 repos
Top 10 项目rankingsShow top N repos
xxx/xxx 介绍detailGet README summary
python 话题rankingsSearch python topic

Step 2: Fetch Data

Fetch Rankings

cd skills/github-topics
python src/github_fetcher.py

Requirements:

pip install requests

Fetch README (Optional)

python src/readme_fetcher.py

Step 3: Format Results

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

VariableDescriptionDefault
--------------------------------
GH_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 TypeRate
------------------
Authenticated5,000 requests/hour
Unauthenticated60 requests/hour

Recommendation: Use GH_TOKEN for higher rate limits.


Troubleshooting

IssueSolution
-----------------
Rate limitSet GH_TOKEN env var
Network timeoutCheck internet connection
Empty 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

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 06:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,422
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,465
data-analysis

X Tweet Fetcher

hjw21century
无需登录或API密钥,零配置且无依赖,即可从X/Twitter获取完整推文、长推文、引用推文及X文章。
★ 15 📥 5,213