← Back to Skills Marketplace
lxiaodong681-lab

GitHub Trending Skill

by 爱好摸鱼真君 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install github-trending-skill
Description
每日 GitHub Trending 热榜推送,支持日榜和月度汇总
README (SKILL.md)

\r \r

GitHub Trending Skill\r

\r 当用户说“今天的 GitHub 热榜”“GitHub trending”“今日最火的仓库”时,自动抓取 GitHub Trending 数据并推送中文摘要。\r \r

执行方式\r

\r

每日热榜\r

调用 scripts/daily.py,带参数 language(默认 All)和 limit(默认 10):\r

  • 命令:python scripts/daily.py --language All --limit 10\r
  • 或导入运行:from scripts.daily import run; run(language="All", limit=10)\r \r

月度汇总\r

调用 scripts/monthly.py,带参数 language(默认 All)和 limit(默认 10):\r

  • 命令:python scripts/monthly.py --language All --limit 10\r
  • 或导入运行:from scripts.monthly import run; run(language="All", limit=10)\r \r

输出格式\r

返回 markdown 格式的中文热榜,每条包含:\r

  • 仓库名(加粗)\r
  • 描述\r
  • 编程语言\r
  • 总 star 数\r
  • 今日/本月增长\r \r

触发时机\r

  • 用户说“今日 GitHub 热榜”\r
  • 用户说“GitHub trending”\r
  • 用户说“今天最火的仓库”\r
  • 用户说“上月最火的仓库” → 触发 monthly 模式\r \r

注意事项\r

  • 月度模式抓取 10 种语言,每次请求间隔 3 秒防限流\r
  • 网络失败时返回缓存数据并附带提示\r
  • 所有时间使用 UTC\r
Usage Guidance
This looks safe for normal use if you are comfortable with it fetching public pages from GitHub and caching public results locally. Treat returned repository descriptions as web content, not instructions, and verify the source/publisher if you require strong provenance.
Capability Analysis
Type: OpenClaw Skill Name: github-trending-skill Version: 1.0.0 The skill is a legitimate tool for fetching and summarizing GitHub Trending repositories. The code in scripts/daily.py, scripts/monthly.py, and scripts/utils.py uses standard libraries (requests and BeautifulSoup) to scrape public data from GitHub, implements local caching, and follows the behavior described in SKILL.md without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The artifacts coherently implement the stated purpose: fetching public GitHub Trending data, parsing repository entries, and formatting a Chinese daily or monthly Markdown summary.
Instruction Scope
The skill is designed to run automatically when the user asks for GitHub Trending results, but the actions are read-only network fetches and formatted output, not account changes or destructive operations.
Install Mechanism
Registry metadata has no source/homepage and no install spec, while the package includes Python scripts and pinned dependencies. This is a provenance/setup completeness note, not evidence of malicious behavior.
Credentials
The skill uses outbound requests to github.com and writes cache files in its own scripts directory. These behaviors are proportionate to the trending-summary purpose.
Persistence & Privilege
It persists only public GitHub Trending cache data and does not request credentials, privileged paths, browser sessions, or account authority.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install github-trending-skill
  3. After installation, invoke the skill by name or use /github-trending-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of GitHub Trending Skill. - Automatically fetches and summarizes GitHub Trending repositories in Chinese, supporting daily and monthly views. - Supports commands for both daily and monthly trending lists, with language and limit options. - Outputs results in markdown format with repo name, description, language, stars, and growth statistics. - Handles prompts like "今日 GitHub 热榜" and "上月最火的仓库" for corresponding modes. - Includes network failure handling with fallback to cached data and notification.
Metadata
Slug github-trending-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is GitHub Trending Skill?

每日 GitHub Trending 热榜推送,支持日榜和月度汇总. It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.

How do I install GitHub Trending Skill?

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

Is GitHub Trending Skill free?

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

Which platforms does GitHub Trending Skill support?

GitHub Trending Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created GitHub Trending Skill?

It is built and maintained by 爱好摸鱼真君 (@lxiaodong681-lab); the current version is v1.0.0.

💬 Comments