← 返回 Skills 市场
5787
总下载
9
收藏
74
当前安装
2
版本数
在 OpenClaw 中安装
/install github-ai-trends
功能描述
Generate GitHub AI trending project reports as formatted text leaderboards. Fetches top-starred AI/ML/LLM repos by daily, weekly, or monthly period and renders a styled leaderboard. Use when the user asks for AI project trends, GitHub trending, AI leaderboard, or wants to see popular AI repos.
安全使用建议
Safe to install for live GitHub AI trend lookups. If using a GitHub token, prefer an environment variable or secret manager, use a least-privilege token, and avoid pasting tokens into chat, command examples, logs, or shell history.
功能分析
Type: OpenClaw Skill
Name: github-ai-trends
Version: 1.1.0
The skill bundle is benign. The `SKILL.md` provides clear instructions for the AI agent to execute a local Python script and output its results, without any prompt injection attempts or instructions for malicious behavior. The `scripts/fetch_trends.py` script legitimately interacts with the GitHub API to retrieve trending repositories, optionally using a `GITHUB_TOKEN` from environment variables for higher rate limits. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation. All actions align with the stated purpose of generating GitHub AI trend reports.
能力评估
Purpose & Capability
The stated purpose matches the artifacts: SKILL.md instructs running a local Python script, and the script queries GitHub repository search for AI-related repos, deduplicates and sorts results, then outputs formatted text or JSON.
Instruction Scope
Runtime instructions are limited to running the included script and pasting stdout; no role overrides, hidden behavior, destructive actions, or unrelated agent instructions were found.
Install Mechanism
No installer, dependency download, package manager action, or setup persistence is present; the bundle contains SKILL.md and one stdlib Python script.
Credentials
Outbound requests to https://api.github.com are necessary for live trend data. The script may use a GitHub token from --token or GITHUB_TOKEN, but only sends it as an Authorization header to GitHub.
Persistence & Privilege
No file writes, credential storage, privilege escalation, background workers, or persistence mechanisms were found. The only privilege-relevant behavior is optional use of a GitHub token for higher API limits.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-ai-trends - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-ai-trends触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Changed output from HTML to formatted text for direct chat display
v1.0.0
Initial release: fetch trending AI repos from GitHub, generate styled HTML leaderboard (daily/weekly/monthly)
元数据
常见问题
GitHub AI Trends 是什么?
Generate GitHub AI trending project reports as formatted text leaderboards. Fetches top-starred AI/ML/LLM repos by daily, weekly, or monthly period and renders a styled leaderboard. Use when the user asks for AI project trends, GitHub trending, AI leaderboard, or wants to see popular AI repos. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5787 次。
如何安装 GitHub AI Trends?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-ai-trends」即可一键安装,无需额外配置。
GitHub AI Trends 是免费的吗?
是的,GitHub AI Trends 完全免费(开源免费),可自由下载、安装和使用。
GitHub AI Trends 支持哪些平台?
GitHub AI Trends 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GitHub AI Trends?
由 toller892(@toller892)开发并维护,当前版本 v1.1.0。
推荐 Skills