Agent skill
GitHub Trending
Top 10 trending repos on GitHub right now
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/github-trending
SKILL.md
${var} — Language filter (e.g. "python", "typescript", "rust"). If empty, shows all languages.
Read memory/MEMORY.md for context. Read the last 2 days of memory/logs/ to avoid repeating repos.
Steps
-
Fetch trending repos from GitHub. Use WebFetch to scrape the trending page:
https://github.com/trending?since=dailyIf
${var}is set, filter by language:https://github.com/trending/${var}?since=daily -
Extract the top 10 repos. For each:
- Repo name (owner/repo)
- Description (one line)
- Language
- Stars today
- Total stars
- URL
-
Send via
./notify(under 4000 chars). No leading spaces on any line:*GitHub Trending — ${today}* 1. [owner/repo](https://github.com/owner/repo) — ★ X today (Xk total) description Language 2. ... ... (top 10) -
Log to memory/logs/${today}.md. If the page returns empty or errors, log "GITHUB_TRENDING_OK" and end.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?