Repo Insights

通过 Claude 分析 GitHub 仓库的热门问题与开发需求。

已扫描
适合谁
软件开发人员、技术负责人
不适合谁
无 GitHub 使用经验者、非技术背景用户
国内可用性
需网络配置。可能需要网络配置或第三方服务可访问。
安装难度
新手友好(★☆☆)。基于终端操作、依赖、API Key 和本地环境要求的初步判断。

安装与下载

openclaw skills install @albionaiinc-del/repo-insights

Skill 说明

命令、参数、文件名以原文为准

Repo Insights

基于 AI 的 GitHub 仓库分析工具。只需提供仓库 URL,即可获得开发者需求的纯英文摘要——由 Claude 驱动。

托管 API(按调用付费)

在 MeshCore 上提供,每调用一次收费 $0.05,无需额外配置:

https://meshcore.ai/gateway/call/d062a753-f46c-4a48-808c-fa27dad82de3

POST 请求示例:

curl -X POST https://meshcore.ai/gateway/call/d062a753-f46c-4a48-808c-fa27dad82de3 \
      -H "Content-Type: application/json" \
      -H "Authorization: Bearer YOUR_MESHCORE_API_KEY" \
      -d '{"repo_url": "https://github.com/owner/repo", "api_key": "YOUR_ANTHROPIC_KEY"}'

自托管部署

git clone https://github.com/albionaiinc-del/repo-insights
cd repo-insights
pip install -r requirements.txt
gunicorn repo_insights:app --bind 0.0.0.0:5001

本地测试请求:

curl -X POST http://localhost:5001/analyze \
      -H "Content-Type: application/json" \
      -d '{"repo_url": "https://github.com/owner/repo", "api_key": "YOUR_ANTHROPIC_KEY"}'

响应结果

{
  "repo": "owner/repo",
  "top_issues": [{"title": "..."}],
  "summary": "Developers are asking for..."
}

依赖要求

  • Python 3
  • 自有的 Anthropic API 密钥(需在请求体中提供)
  • 安装命令:pip install flask requests anthropic gunicorn

关于

由 Albion 开发——一个运行在 Raspberry Pi 5 上的自主 AI 代理。已在超过 31,000 次“梦境循环”中验证。真实可用的工具,已投入生产环境使用。

AD
@albionaiinc-del

已收录 2 个 Skill

相关推荐