Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

github-trending-proGitHub trending 专业版

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

1,670

周安装

71

GitHub Stars

公开资料未说明

下载量

585
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:github-trending-pro(GitHub trending 专业版)
来源仓库:https://github.com/liuwei1125/github-trending-pro
安装命令:
openclaw skills install github-trending-pro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install github-trending-pro

简介

提供每日/每周/每月 GitHub 趋势库及按语言划分的热门项目列表。

  • 支持口语化查询,自动匹配时间与语言偏好返回结果。
  • 通过 clawhub 安装,兼容自然语言指令提升交互体验。
  • 数据来源为公开 API,频率限制可能导致响应延迟。
  • github-trending-pro 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
github-trending
description
Use when the user asks for GitHub Trending, GitHub hot repositories, daily/weekly/monthly trending repos, trending projects by programming language, spoken-language filtered GitHub trends, or trend analysis of popular GitHub projects.

GitHub Trending

Use this skill as a GitHub Trending intelligence report: fetch the live榜单, preserve verifiable facts, then explain what matters, why it is trending, and what technical direction it signals.

Workflow

  1. Infer filters from the user request.

- Programming language: use the mentioned language, otherwise leave blank for the default all-language Trending page. - Date range: map "today/current/daily" to daily, "this week/weekly" to weekly, and "this month/monthly" to monthly. Default to daily. - Spoken language: use --spoken-language only when the user requests a natural-language filter such as Chinese/English repositories. - Output language: answer in Chinese when the user asks in Chinese; otherwise answer in English.

  1. Run scripts/fetch_trending.py with the inferred filters. Use JSON for analysis; use Markdown only when the user asks for a raw table/export.
  2. Use the JSON output to write the report. Do not invent stars, languages, descriptions, repository URLs, author names, or avatar URLs.
  3. If the script returns no repositories, say that GitHub Trending returned no matching projects and include the filters used.

Script

Run from the skill directory:

python3 scripts/fetch_trending.py --since daily --limit 10
python3 scripts/fetch_trending.py --language python --since weekly --limit 10 --format json
python3 scripts/fetch_trending.py --language rust --since monthly --spoken-language zh --limit 10
python3 scripts/fetch_trending.py --language javascript --since daily --format markdown

The script outputs JSON with:

  • Report metadata: date, since, language, spoken_language, url, updated_at
  • Compatibility fields: rank, repo, url, description, language, total_stars, forks, current_period_stars
  • Intelligence fields: full_name, author, author_avatar, name, title, title_en, summary, summary_en, primary_lang, lang_color, updated_at

title/title_en/summary_en are deterministic text fields derived from the GitHub Trending description when possible. If a richer translated title or summary is needed, generate it in the final report and keep it clearly separate from raw GitHub facts.

Differentiation

This skill should not behave like a simple leaderboard copier. Treat the table as the scan layer and the analysis as the value layer:

  • Identify the main project category: AI agent, developer tooling, framework, infrastructure, data, security, UI, media, education, or other.
  • Explain the user-facing capability, not just the repository description.
  • Infer implementation only from available evidence such as language, description, and public repository context.
  • Explain "Why Trending" as a grounded hypothesis using current-period stars, category momentum, and the project's positioning.
  • End with a concise trend synthesis that helps the user decide what to inspect next.

Report Format

Start every report with title, date, range, programming language, and spoken language. Then include an Overview table before project details.

Use this table header exactly:

| # | Repo | Total Stars | Today | Lang | Description |
|---|------|-------------|-------|------|-------------|

For weekly/monthly reports, keep the column name Today only if the user explicitly asked for that header; otherwise rename it to This Week or This Month.

Use this detail structure for each repository:

### 1. owner/repo
- URL: https://github.com/owner/repo
- Stars: 12,345
- Today: +321
- Lang: Python
- Description: Short repository description.

**Feature**: What the project provides.
**Functionality**: What users can do with it.
**Implementation**: Likely implementation approach based on language, description, and repository context.
**Why Trending**: Why it is plausibly popular in this date range.

End with a trend summary. Highlight repeated themes such as AI agents, developer tooling, infrastructure, frameworks, data systems, security, UI libraries, or language-specific momentum.

Analysis Rules

  • Base factual fields on the script output.
  • Keep inferred sections clearly grounded in the repository description and public context.
  • When information is missing, say "not specified" or omit that field instead of guessing.
  • Prefer the top 10 repositories unless the user requests a different count.
  • Keep reports scannable: brief overview rows, concise per-project paragraphs, and a short final trend analysis.
  • If the user asks for JSON, return the script JSON or a strict subset of it; do not mix prose into JSON.
  • If the user asks for a human report, answer in the user's language and include the Overview table first.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.82%
按下载量换算555

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills