/install github-agent-trends
GitHub Agent Trends
Generate a formatted leaderboard of agent-related open-source projects on GitHub (keywords + topics such as ai-agent, multi-agent, agent framework), and paste the script output into chat.
Usage
From the repository root:
python3 scripts/skills/github-agent-trends/scripts/fetch_trends.py --period weekly --limit 20
With a token (recommended for rate limits):
export GITHUB_TOKEN=ghp_...
python3 scripts/skills/github-agent-trends/scripts/fetch_trends.py --period weekly --limit 20
Parameters
--period:daily|weekly|monthly(default:weekly)--limit: Number of repos after dedupe/sort (default: 20)--token: GitHub PAT (or setGITHUB_TOKEN)--json: Raw JSON instead of markdown
How It Works
- Queries GitHub Search repositories API with agent-focused keywords (e.g.
ai-agent,multi-agent,agent framework) and topics (e.g.ai-agent,multi-agent,langchain,autogen), filtered bypushedwithin the period and minimum stars. - Deduplicates by
full_name, sorts bystargazers_count, takes top N. - Prints a markdown leaderboard (Chinese title: GitHub Agent 趋势榜).
Notes
- Results reflect search relevance + stars, not the official GitHub “Trending” page (which has no public API).
- Unauthenticated: ~10 requests/minute to Search API; with
GITHUB_TOKEN: higher quotas (follow GitHub docs). - Stdlib only — no pip dependencies.
Customization
Edit SEARCH_KEYWORDS and SEARCH_TOPICS in scripts/fetch_trends.py to widen or narrow the agent theme (e.g. add crewai, browser-use).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-agent-trends - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-agent-trends触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Github Agent Trends 是什么?
Generate GitHub agent-trending project reports as formatted markdown leaderboards. Fetches agent/LLM-agent/multi-agent related repos by daily, weekly, or mon... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 Github Agent Trends?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-agent-trends」即可一键安装,无需额外配置。
Github Agent Trends 是免费的吗?
是的,Github Agent Trends 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Github Agent Trends 支持哪些平台?
Github Agent Trends 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Github Agent Trends?
由 mike47512(@mike47512)开发并维护,当前版本 v1.0.0。