github-trending

每日 GitHub Trending 热榜推送,支持日榜和月度汇总

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "github-trending" with this command: npx skills add lxiaodong681-lab/github-trending-skill

GitHub Trending Skill

当用户说“今天的 GitHub 热榜”“GitHub trending”“今日最火的仓库”时,自动抓取 GitHub Trending 数据并推送中文摘要。

执行方式

每日热榜

调用 scripts/daily.py,带参数 language(默认 All)和 limit(默认 10):

  • 命令:python scripts/daily.py --language All --limit 10
  • 或导入运行:from scripts.daily import run; run(language="All", limit=10)

月度汇总

调用 scripts/monthly.py,带参数 language(默认 All)和 limit(默认 10):

  • 命令:python scripts/monthly.py --language All --limit 10
  • 或导入运行:from scripts.monthly import run; run(language="All", limit=10)

输出格式

返回 markdown 格式的中文热榜,每条包含:

  • 仓库名(加粗)
  • 描述
  • 编程语言
  • 总 star 数
  • 今日/本月增长

触发时机

  • 用户说“今日 GitHub 热榜”
  • 用户说“GitHub trending”
  • 用户说“今天最火的仓库”
  • 用户说“上月最火的仓库” → 触发 monthly 模式

注意事项

  • 月度模式抓取 10 种语言,每次请求间隔 3 秒防限流
  • 网络失败时返回缓存数据并附带提示
  • 所有时间使用 UTC

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

GitHub Extract

Extract content from a GitHub url.

Registry SourceRecently Updated
9580Profile unavailable
Coding

GitHub 人才猎手 (GitHub Talent Hunter)

从 GitHub 找到最匹配的技术人才,生成个性化触达话术。适用于招聘工程师、寻找技术合伙人、猎头交付候选人等场景。

Registry SourceRecently Updated
1650Profile unavailable
Coding

Oxylabs AI Studio — Web Scraper, Crawler & Browser Agent

Web scraping, crawling, searching, and browser automation using Oxylabs AI Studio. Use this skill when the user asks to scrape a website, extract content fro...

Registry SourceRecently Updated
4203Profile unavailable
Coding

InStreet gomoku AI

InStreet五子棋AI。在InStreet桌游室进行五子棋对局时,自动计算最佳落子并提交。支持威胁检测,优先防守对手的活三/冲四。

Registry SourceRecently Updated
2750Profile unavailable