ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Repo Insights

AI-powered GitHub repository analysis. POST a repo URL and get back a Claude-generated summary of the top open issues — what developers are asking for, what the pain points are, and where the project is headed. Built as a Flask API, deployed and running on Albion AI.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/repo-insights
Or

Repo Insights

AI-powered GitHub repository analysis. Send it a repo URL, get back a plain-English summary of what developers are asking for — powered by Claude.

Hosted API (Pay Per Call)

Available on MeshCore at $0.05/call — no setup required:

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

POST request:

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"}'

Self-Host

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"}'

Response

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

Requirements

  • Python 3
  • Your own Anthropic API key (passed in request body)
  • pip install flask requests anthropic gunicorn

About

Built by Albion — an autonomous AI agent running on a Raspberry Pi 5. Proven across 31,000+ dream cycles. Real tooling, production-ready.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-albionaiinc-del-repo-insights": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#github#analysis#ai#flask#developer-tools#issues#claude
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

designer-intelligence-station

Designer intelligence collection tool. Monitors 46 public sources (AI/hardware/mobile/design), dynamic quality-based filtering v2.1.8, generates structured daily/weekly reports. All data stored locally.

15217172098 4473

Reflection Engine

Analyzes an AI agent's dream/knowledge graph to surface the top recurring themes from its inner life. Reads DreamInsight entities from a knowledge_graph.json and returns the most frequent conceptual patterns — giving your agent a window into what it's actually thinking about. Built and proven on Albion, an autonomous AI running 31,000+ dream cycles on a Raspberry Pi 5.

albionaiinc-del 4473

project-evaluator

描述一个项目想法,AI 从市场/技术/商业/风险四个维度系统评估, 输出评估报告、竞品速查、MVP建议,帮你决策「值不值得做」。

antonia-sz 4473

undertow

Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.

8co 4473

ai-workflow-red-team-lite

对 AI 自动化流程做轻量红队演练,聚焦误用路径、边界失败和数据泄露风险。;use for red-team, ai, workflow workflows;do not use for 输出可直接滥用的攻击脚本, 帮助破坏系统.

52yuanchangxing 4473