AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Github Trending Tracker

skill-qingcaizz-github-trending-tracker-github-trending-tracker · by qingcaizz

Use when user wants to check GitHub trending projects, compare daily/weekly/monthly ranking changes, or generate trending reports. Triggers include "GitHub trending", "hot projects", "trending report", "trending changes", "热门项目", "趋势报告".

No reviews yet
0 installs
41 views
0.0% view→install

Install

$ agentstack add skill-qingcaizz-github-trending-tracker-github-trending-tracker

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-qingcaizz-github-trending-tracker-github-trending-tracker)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Github Trending Tracker? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

GitHub 热门项目追踪器

抓取、汇总并对比 GitHub Trending 仓库,覆盖每日、每周、每月三个时间维度,检测排名变化并生成结构化报告。

使用场景

  • 用户询问 GitHub 热门/流行/趋势项目
  • 用户需要每日/每周/每月的趋势对比
  • 用户想追踪排名变化
  • 关键词:"trending"、"热门项目"、"趋势报告"

核心流程

  1. 抓取数据 — 运行 scripts/fetch-trending.js
  2. 对比历史 — 与前一次数据对比,检测变化
  3. 生成报告 — 运行 scripts/generate-report.js,输出中文 Markdown 报告
  4. 展示摘要 — 向用户呈现排名变化

快速使用

# 抓取三个时间维度的数据(每日/每周/每月)
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 | ... |

报告关键板块

  1. 排行榜 — 各时间维度的热门仓库排名
  2. 🆕 新上榜 — 上次不在榜单、本次新出现的项目
  3. 📉 掉出榜单 — 上次在榜、本次消失的项目
  4. 🚀 上升最快 — 排名跃升最多的项目

参考

  • 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.