Github Trending Cn

GitHub 趋势监控 | GitHub Trending Monitor. 获取 GitHub 热门项目、编程语言趋势、开源动态 | Get GitHub trending repos, language trends, open source updates. 触发词:GitHub、trending、开源、热...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
3 · 2.7k · 40 current installs · 42 all-time installs
byGuohongbin@guohongbin-git
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise GitHub trending data; the included Python script and SKILL.md implement a trending-listing capability. However, SKILL.md and description reference fetching from the GitHub Trending page and GitHub API, while the provided script returns hard-coded mock data. Also the declared required binaries include curl, but the script does not call curl.
Instruction Scope
Runtime instructions are limited to requesting trending data and formatting output. They do not instruct the agent to read arbitrary files, access unrelated environment variables, or transmit data to unknown endpoints. The only scope mismatch is that instructions imply live network fetching though the shipped script is offline/mock.
Install Mechanism
No install spec (instruction-only with a small helper script) — nothing is downloaded or written by an installer. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for tokens or secrets and the included script does not access environment variables.
Persistence & Privilege
Skill is not always-included and uses default invocation settings. It does not request elevated persistence or modify other skills/config.
Assessment
This skill appears benign and does what it claims: produce a GitHub trending listing. Note two small inconsistencies: (1) the SKILL.md says data can come from GitHub pages or API, but the included Python script only returns hard-coded mock data (no network calls), and (2) the declared required binaries list includes curl though the script never uses it. If you expect live, up-to-date trending data, this version does not provide it — verify or replace the fetch implementation before relying on it. Also note there is no homepage or publisher reputation metadata; if you plan to run or extend the script, inspect or test it locally first. If a future version adds network access, be cautious about granting it credentials or outbound connectivity without reviewing where data is sent.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97780xdyg00a8ashp79169skx81j10c

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📈 Clawdis
Binspython3, curl

SKILL.md

GitHub 趋势监控

GitHub 热门项目趋势监控,支持多语言、时间段筛选。

功能

趋势榜单

  • 今日热门 - 今日 stars 增长最快的项目
  • 本周热门 - 本周热门项目
  • 本月热门 - 本月热门项目

语言筛选

  • 按语言 - Python、JavaScript、Go、Rust 等
  • 所有语言 - 全语言趋势

开发者趋势

  • 热门开发者 - 活跃的开源贡献者
  • 新兴项目 - 新上线的热门项目

使用方式

获取今日趋势

获取 GitHub 今日热门项目

返回:

[
  {"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,把握开源脉搏 📈

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…