返回顶部
g

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 monthly activity window and sorts by stars. Use when the user asks for GitHub agent trends, AI agent leaderboard, coding agents, or popular agent frameworks on GitHub.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
82
下载量
0
收藏
概述
安装方式
版本历史

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**: ```bash python3 scripts/skills/github-agent-trends/scripts/fetch_trends.py --period weekly --limit 20 ``` With a token (recommended for rate limits): ```bash 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 set `GITHUB_TOKEN`) - `--json`: Raw JSON instead of markdown ## How It Works 1. 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 by `pushed` within the period and minimum stars. 2. Deduplicates by `full_name`, sorts by `stargazers_count`, takes top N. 3. 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`).

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 github-agent-trends-1776025561 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 github-agent-trends-1776025561 技能

通过命令行安装

skillhub install github-agent-trends-1776025561

下载 Zip 包

⬇ 下载 github-agent-trends v1.0.0

文件大小: 3.82 KB | 发布时间: 2026-4-13 10:27

v1.0.0 最新 2026-4-13 10:27
- Initial release of github-agent-trends skill.
- Generates markdown leaderboards of trending agent-related GitHub repositories.
- Supports filtering by daily, weekly, or monthly activity and sorts by stars.
- Fetches repos with agent-related keywords and topics (e.g., ai-agent, multi-agent, agent framework).
- CLI allows custom result limits, output format (markdown or JSON), and GitHub API token usage.
- No external dependencies required; works with Python stdlib only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部