← Back to Skills Marketplace
brunovu20

github-trending

by Bruno · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
53
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install github-treding
Description
Fetch top trending GitHub repositories today/this-week/this-month and summarize top 15 with stars, language, description.
README (SKILL.md)

GitHub Trending

Fetch and summarize top trending GitHub repos. Uses GitHub search API — no auth required for basic queries (rate-limited at 10 req/min unauthenticated).

Usage

# Top 15 repos trending this week (default)
bash scripts/fetch-trending.sh

# Custom time range
bash scripts/fetch-trending.sh "2026-05-15"

# Custom count
bash scripts/fetch-trending.sh "7-days-ago" 10

Output

For each repo: rank, name, description (truncated), language, ⭐ stars, 🍴 forks, link.

Rate Limits

  • Unauthenticated: 10 req/min — enough for occasional use
  • Authenticated (set GH_TOKEN env): 5000 req/hr
  • If hitting limits, increase the --retry or use longer date ranges
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install github-treding
  3. After installation, invoke the skill by name or use /github-treding
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of github-trending. - Fetches and summarizes the top 15 trending GitHub repositories for today, this week, or this month. - Displays rank, name, description, language, stars, forks, and link for each repository. - Supports custom time ranges and result counts via script arguments. - Uses GitHub search API; no authentication required for basic queries (rate-limited). - Requires curl and jq installed. - Optional: Set GH_TOKEN for higher API rate limits.
Metadata
Slug github-treding
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is github-trending?

Fetch top trending GitHub repositories today/this-week/this-month and summarize top 15 with stars, language, description. It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install github-trending?

Run "/install github-treding" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is github-trending free?

Yes, github-trending is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does github-trending support?

github-trending is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created github-trending?

It is built and maintained by Bruno (@brunovu20); the current version is v1.0.0.

💬 Comments