GitHub 趋势监控 | GitHub Trending Monitor. 获取 GitHub 热门项目、编程语言趋势、开源动态 | Get GitHub trending repos, language trends, open source updates. 触发词:GitHub、trending、开源、热门项目.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill github-trending-cn --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Github Trending Cn?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-github-trending-cn)More formats (shields.io, HTML) on the badges page.
---
name: github-trending-cn
description: "GitHub 趋势监控 | GitHub Trending Monitor. 获取 GitHub 热门项目、编程语言趋势、开源动态 | Get GitHub trending repos, language trends, open source updates. 触发词:GitHub、trending、开源、热门项目."
metadata:
openclaw:
emoji: "📈"
category: "developer"
tags: ["github", "trending", "opensource", "developer", "code"]
requires:
bins: ["python3", "curl"]
---
# GitHub 趋势监控
GitHub 热门项目趋势监控,支持多语言、时间段筛选。
## 功能
### 趋势榜单
- **今日热门** - 今日 stars 增长最快的项目
- **本周热门** - 本周热门项目
- **本月热门** - 本月热门项目
### 语言筛选
- **按语言** - Python、JavaScript、Go、Rust 等
- **所有语言** - 全语言趋势
### 开发者趋势
- **热门开发者** - 活跃的开源贡献者
- **新兴项目** - 新上线的热门项目
## 使用方式
### 获取今日趋势
```
获取 GitHub 今日热门项目
```
返回:
```json
[
{"rank": 1, "name": "facebook/react", "stars": 220000, "today": 256, "language": "JavaScript", "description": "React 库"},
{"rank": 2, "name": "vercel/next.js", "stars": 120000, "today": 198, "language": "TypeScript", "description": "Next.js 框架"},
{"rank": 3, "name": "langchain-ai/langchain", "stars": 90000, "today": 156, "language": "Python", "description": "LLM 应用框架"}
]
```
### 按语言筛选
```
获取 GitHub Python 今日热门
```
### 获取本周趋势
```
获取 GitHub 本周热门项目
```
## 数据来源
- GitHub Trending 页面
- GitHub API(如可用)
## 输出格式
### 项目榜单
```
📈 GitHub 今日热门
1. facebook/react ⭐ 220k (+256 today) - JavaScript
React 库
2. vercel/next.js ⭐ 120k (+198 today) - TypeScript
Next.js 框架
3. langchain-ai/langchain ⭐ 90k (+156 today) - Python
LLM 应用框架
```
---
*GitHub Trending,把握开源脉搏* 📈
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!