Knowgtzh banner
wahahaazhe wahahaazhe

Knowgtzh

Documentation community

Description

--- name: knowgtzh description: 从 WebFetch/WebSearch 结果生成简洁、易读的 GitHub Trending 中文简报,与已有的 markdown 历史报告对比,并撰写每日或每周趋势总结。当用户要求分析 GitHub 热门趋势、对比今日与历史趋势、用通俗语言解释热门仓库,或为 Codex、Claude Code 等编码助手创建可重复的 GitHub 趋势报告时使用。 --- # GitHub 热门趋势简报(中文版) 从 GitHub Trending 生成通俗易懂的中文简报。优先使用 WebFetch/WebSearch,而非本地爬虫脚本。本 skill 的价值在于趋势解读,而非爬虫维护。 ## 工作流程 1. 确定范围: - 默认周期:`daily`(每日)。 - 同时支持 `weekly`(每周)和 `monthly`(每月)。 - 默认输出:带日期的 markdown 简报。 2. 获取当前数据: - 抓取 `https://github.com/trending?since=daily`、`we

Installation

Installs to ~/.claude/skills/wahahaazhe-knowgt-knowgtzh/SKILL.md

Terminal
mkdir -p ~/.claude/skills/wahahaazhe-knowgt-knowgtzh && curl -fsSL https://raw.githubusercontent.com/wahahaazhe/KnowGT/HEAD/.claude/skills/knowgtzh.md -o ~/.claude/skills/wahahaazhe-knowgt-knowgtzh/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository