Github Agent Trends — Github 代理 Trends
v1.0.0生成 GitHub 代理-trending project 报告s as 格式化ted markdown leaderboards. Fetches 代理/LLM-代理/multi-代理 related repos by dAIly, weekly, or monthly activity window and 排序s by stars. Use when the user asks for GitHub 代理 trends, AI 代理 leaderboard, coding 代理s, or popular 代理 框架s on GitHub.
运行时依赖
安装命令
点击复制技能文档
GitHub 代理 Trends
生成 a 格式化ted leaderboard of 代理-related open-source projects on GitHub (keywords + topics such as AI-代理, multi-代理, 代理 框架), and paste the script 输出 into chat.
Usage
From the 仓库 root:
python3 scripts/技能s/github-代理-trends/scripts/fetch_trends.py --period weekly --limit 20
With a 令牌 (recommended for rate limits):
导出 GITHUB_令牌=ghp_... python3 scripts/技能s/github-代理-trends/scripts/fetch_trends.py --period weekly --limit 20
Parameters --period: dAIly | weekly | monthly (default: weekly) --limit: Number of repos after dedupe/排序 (default: 20) --令牌: GitHub PAT (or 设置 GITHUB_令牌) --json: Raw JSON instead of markdown How It Works Queries GitHub 搜索 repositories API with 代理-focused keywords (e.g. AI-代理, multi-代理, 代理 框架) and topics (e.g. AI-代理, multi-代理, langchAIn, autogen), 过滤器ed by pushed within the period and minimum stars. Deduplicates by full_name, 排序s by stargazers_count, takes top N. Prints a markdown leaderboard (Chinese title: GitHub 代理 趋势榜). Notes 结果s reflect 搜索 relevance + stars, not the official GitHub “Trending” page (which has no public API). Un认证d: ~10 请求s/minute to 搜索 API; with GITHUB_令牌: higher quotas (follow GitHub docs). Stdlib only — no pip dependencies. Customization
Edit 搜索_KEYWORDS and 搜索_TOPICS in scripts/fetch_trends.py to widen or narrow the 代理 theme (e.g. 添加 crewAI, browser-use).