← 返回 Skills 市场
329
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install github-repo-analyzer
功能描述
Analyze GitHub repositories to provide statistics, contributor activity, programming languages, and issue and PR trends.
使用说明 (SKILL.md)
GitHub Repo Analyzer Skill
Analyze GitHub repositories to get insights on activity, contributors, and tech stack.
Capabilities
- Fetch repository statistics
- Analyze contributor activity
- Detect programming languages and tech stack
- Track issue and PR trends
Commands
- "Analyze github.com/facebook/react"
- "Show stats for vercel/next.js"
- "What languages does kubernetes use?"
Tools
analyze_repo
Get comprehensive repository analysis.
Usage: "Analyze [repo-url]"
Pricing
$2/month subscription
Author
Dev Tools Pro
安全使用建议
This skill appears coherent and small: it runs a bundled Node script that queries api.github.com and prints JSON. Before installing, ensure your agent environment allows running Node scripts and that making outbound HTTPS calls to api.github.com is acceptable. Note unauthenticated GitHub API requests are rate-limited (≈60/hr); supplying a GitHub token would increase limits but would require you to trust the skill with that credential. Review the included script yourself (it's short and readable) if you have concerns about network activity before enabling it.
功能分析
Type: OpenClaw Skill
Name: github-repo-analyzer
Version: 1.0.0
The skill performs legitimate GitHub repository analysis as described in its documentation. The script `scripts/analyze_repo.js` uses the standard Node.js `https` module to query the official GitHub API for repository statistics, languages, and contributors, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the included artifacts. The single JS file implements repo stats, languages, contributors and dates via api.github.com — exactly the advertised capabilities. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to analyze repo URLs and expose the analyze_repo tool; it does not instruct reading local files, other environment variables, or transmitting data to unexpected endpoints. The runtime behavior (calling api.github.com) is consistent with the instructions.
Install Mechanism
No install spec is provided (instruction-only runtime plus an included script). No downloads from external URLs or archive extraction occur. The included script is small and readable; executing it requires a Node runtime but nothing is written to disk by an installer.
Credentials
The skill requests no environment variables or credentials. The code performs unauthenticated requests to the public GitHub API (no tokens are required). If a user later provides a GitHub token to raise rate limits, that would be a separate decision and should be treated cautiously.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system changes. It simply runs a script that performs outbound HTTPS requests; it does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-repo-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-repo-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of GitHub Repo Analyzer Skill:
- Analyze GitHub repositories for activity, contributor, and tech stack insights
- Fetch repository statistics and track issue/PR trends
- Detect programming languages used in repositories
- Supports commands for repo analysis and language detection
- Available via $2/month subscription
元数据
常见问题
GitHub Repo Analyzer 是什么?
Analyze GitHub repositories to provide statistics, contributor activity, programming languages, and issue and PR trends. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。
如何安装 GitHub Repo Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-repo-analyzer」即可一键安装,无需额外配置。
GitHub Repo Analyzer 是免费的吗?
是的,GitHub Repo Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GitHub Repo Analyzer 支持哪些平台?
GitHub Repo Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GitHub Repo Analyzer?
由 dagangtj(@dagangtj)开发并维护,当前版本 v1.0.0。
推荐 Skills