Install
$ agentstack add skill-qingcaizz-github-trending-tracker-github-trending-tracker ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
GitHub 热门项目追踪器
抓取、汇总并对比 GitHub Trending 仓库,覆盖每日、每周、每月三个时间维度,检测排名变化并生成结构化报告。
使用场景
- 用户询问 GitHub 热门/流行/趋势项目
- 用户需要每日/每周/每月的趋势对比
- 用户想追踪排名变化
- 关键词:"trending"、"热门项目"、"趋势报告"
核心流程
- 抓取数据 — 运行
scripts/fetch-trending.js - 对比历史 — 与前一次数据对比,检测变化
- 生成报告 — 运行
scripts/generate-report.js,输出中文 Markdown 报告 - 展示摘要 — 向用户呈现排名变化
快速使用
# 抓取三个时间维度的数据(每日/每周/每月)
node /scripts/fetch-trending.js
# 生成对比报告
node /scripts/generate-report.js
数据目录:~/.claude/github-trending/data/ 报告目录:~/.claude/github-trending/reports/
报告格式
每个时间维度包含:
| 排名 | 变化 | 仓库 | Stars | 语言 | 简介 | |------|------|------|-------|------|------| | 1 | 🆕 新上榜 | user/repo | 1.2k | Python | ... | | 2 | 🔼 上升3 | user/repo2 | 800 | Rust | ... | | 3 | 🔽 下降1 | user/repo3 | 650 | Go | ... |
报告关键板块
- 排行榜 — 各时间维度的热门仓库排名
- 🆕 新上榜 — 上次不在榜单、本次新出现的项目
- 📉 掉出榜单 — 上次在榜、本次消失的项目
- 🚀 上升最快 — 排名跃升最多的项目
参考
references/report-format.md— 报告结构详细说明scripts/fetch-trending.js— 数据抓取脚本scripts/generate-report.js— 报告生成脚本(中文输出)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: qingcaizz
- Source: qingcaizz/github-trending-tracker
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.