在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用github-trending
星标139
分支81
更新时间2026年3月28日 04:24
采集 GitHub Trending 数据,当用户要求获取今日热门项目时触发
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
采集 GitHub Trending 数据,当用户要求获取今日热门项目时触发
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
当用户要"推荐 / 高分 / 最佳 / score 最高"的知识库文章时触发。典型用语:推荐几个 xxx / score 最高的 / 最值得看的。基于本地 kb,不需要联网。
生成今日 AI 技术简报,汇总当天采集的 Top 5 知识条目,按相关性排序
在 AI 知识库中检索技术文章和开源项目,按相关性返回结果
When you need to collect trending GitHub repositories in AI/LLM/Agent domains
When you need to analyze and summarize collected tech articles
当用户要求分析文章技术价值、生成摘要、进行评分时触发
| name | github-trending |
| description | 采集 GitHub Trending 数据,当用户要求获取今日热门项目时触发 |
| allowed-tools | ["Read","Write","Bash"] |
用户请求采集 GitHub Trending 数据或查看今日热门项目。
knowledge/raw/github-trending-{YYYY-MM-DD}.json[
{
"source": "github",
"title": "owner/repo-name",
"url": "https://github.com/owner/repo",
"description": "项目描述",
"stars": 1234,
"language": "Python",
"collected_at": "2026-03-17T10:00:00Z"
}
]