← 返回 Skills 市场
leon0401

AI Trending Radar

作者 Leon Stark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-trending-models
功能描述
This skill should be used when the user wants to discover, collect, or summarize the latest trending and viral open-source AI or LLM projects. Triggers inclu...
使用说明 (SKILL.md)

AI Trending Models Skill

Purpose

Systematically collect and summarize the latest, most viral open-source AI / large-language-model (LLM) projects from authoritative sources, and present a structured, actionable intelligence report to the user.

Trigger Conditions

Load this skill whenever the user asks to:

  • Find / collect / scout the latest trending AI open-source projects
  • Summarize recent hot LLM / multimodal / agent frameworks
  • Track what's blowing up on GitHub, HuggingFace, arXiv, or AI news outlets

Workflow

Step 1 — Run the automated fetcher (preferred)

Execute scripts/fetch_trending.py to pull live data from multiple sources:

python3 scripts/fetch_trending.py

The script outputs a structured JSON file (trending_report.json) with raw data. Read and interpret that file for the final report.

If the script cannot run (network issues, missing deps), fall back to Step 2.

Step 2 — Manual web research fallback

Query each source listed in references/sources.md using web_fetch or web_search. Collect at minimum:

  • GitHub Trending (past 7 days, filter: AI / ML / LLM)
  • HuggingFace Models — trending tab
  • arXiv cs.AI / cs.CL — last 7 days, sorted by submission count
  • Papers With Code — trending methods
  • Twitter / X — #OpenSourceAI, #LLM hashtags top posts

Step 3 — Deduplicate & rank

Rank projects by composite signal:

  1. GitHub stars velocity (stars gained / days since release)
  2. Cross-source mention frequency (appears in GitHub + HuggingFace + arXiv = higher rank)
  3. Recency (prefer projects released or updated within 30 days)
  4. Community buzz (forks, issues, PR activity, social mentions)

Step 4 — Produce the report

Output a clean Markdown report following the template in references/report_template.md.

Key sections:

  • 执行摘要 / Executive Summary — 3-sentence overview of what's hot right now
  • TOP 10 爆火项目 — ranked table with: rank, project name, org/author, stars ⭐, stars delta Δ, category, one-line description, link
  • 按方向分类 — group projects by: LLM底座 | 多模态 | Agent/工具链 | 推理加速 | 数据/微调 | 其他
  • 值得关注的论文 — top 5 arXiv papers linked to open-source code
  • 趋势洞察 — bullet-point analysis of what the data signals for the industry

Output Standards

  • Language: match the user's language (default Chinese 中文)
  • Format: Markdown with emoji for visual clarity
  • Stars count: use K notation (e.g. 12.4K)
  • Always include direct URLs to GitHub repos / HuggingFace model pages
  • Date-stamp the report header with the collection date
  • If data is older than 3 days, note it clearly

Quality Rules

  • Minimum 10 projects in the main table; aim for 15–20
  • No duplicates across GitHub / HuggingFace entries for the same project
  • Verify each project is genuinely open-source (has an open license)
  • Flag projects that are "demo-only" or have no released weights
  • Prioritize projects with working code over paper-only releases
安全使用建议
This skill appears coherent and limited to collecting public metadata from open sources. Before running: (1) be aware it will make outbound HTTP(S) requests to public services (GitHub, HuggingFace, arXiv, PapersWithCode, HN, social platforms); ensure network access is acceptable in your environment. (2) The included script writes a JSON report (trending_report.json) — review it or run in a sandbox if you prefer. (3) The arXiv endpoint is requested over HTTP in the script (export.arxiv.org); consider updating to HTTPS if you need encrypted fetches. (4) If you will run this in a sensitive environment, inspect the full script (the file is included) to confirm no additional behavior in the truncated portion modifies this assessment.
功能分析
Type: OpenClaw Skill Name: ai-trending-models Version: 1.0.0 The skill is a legitimate tool designed to aggregate trending AI and LLM projects from public sources like GitHub, HuggingFace, arXiv, and Hacker News. The primary script, `scripts/fetch_trending.py`, uses standard Python libraries to query official APIs and does not exhibit any signs of data exfiltration, unauthorized execution, or obfuscation. The instructions in `SKILL.md` are well-defined and strictly aligned with the stated purpose of generating a structured research report.
能力评估
Purpose & Capability
Name/description request trending AI projects and the included script plus SKILL.md perform web fetches from GitHub, HuggingFace, arXiv, Papers With Code, Hacker News, Twitter/X, Reddit, etc. All required resources and actions align with the stated purpose; no unrelated binaries or credentials are requested.
Instruction Scope
Runtime instructions are limited to running the included fetcher or performing web searches against the listed sources, deduplicating, ranking, and producing a Markdown report. The SKILL.md does not instruct the agent to read local files, environment secrets, or send data to unknown third parties. It does instruct the agent to fetch social-media content and repository metadata (expected for this task).
Install Mechanism
No install spec — instruction-only with a single Python script included. This minimizes disk-write/remote-install risk. The script uses Python stdlib (urllib) and does not pull external packages at install time.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The script also does not read environment variables or local credential files in the visible code. Outbound network access to public APIs is necessary and proportional to the purpose.
Persistence & Privilege
The skill is not force-installed (always:false) and does not request persistent or elevated privileges. It produces local output (trending_report.json per SKILL.md) which is reasonable for a reporting tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-trending-models
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-trending-models 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Automatically Collect the Latest Trending AI Open-Source Projects from GitHub / arXiv
元数据
Slug ai-trending-models
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI Trending Radar 是什么?

This skill should be used when the user wants to discover, collect, or summarize the latest trending and viral open-source AI or LLM projects. Triggers inclu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 AI Trending Radar?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-trending-models」即可一键安装,无需额外配置。

AI Trending Radar 是免费的吗?

是的,AI Trending Radar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI Trending Radar 支持哪些平台?

AI Trending Radar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI Trending Radar?

由 Leon Stark(@leon0401)开发并维护,当前版本 v1.0.0。

💬 留言讨论