深度解读 GitHub 项目 / Deeply Analyze GitHub Projects
中文: GitHub Reader Skill 是一个强大的 AI 工具,只需输入 GitHub 仓库链接,即可自动生成深度分析报告,包括技术架构、性能基准、应用场景等。
English: GitHub Reader Skill is a powerful AI tool that automatically generates in-depth analysis reports including technical architecture, performance benchmarks, and application scenarios by simply inputting a GitHub repository link.
# 使用 ClawHub / Using ClawHub
clawhub install github-reader
# 或手动安装 / Or manual installation
cd github-reader/
./install_v3_secure.sh# 命令模式 / Command mode
/github-read microsoft/BitNet
# 自然语言 / Natural language
帮我解读这个仓库 / Help me analyze this repo- ✅ 输入验证 / Input Validation - 防止 URL 注入 / Prevents URL injection
- ✅ URL 编码 / URL Encoding - 防止 SSRF 攻击 / Prevents SSRF attacks
- ✅ 缓存验证 / Cache Validation - 防止数据投毒 / Prevents data poisoning
- ✅ 并发控制 / Concurrency Control - 资源保护 / Resource protection
- ✅ 超时管理 / Timeout Management - 防止挂起 / Prevents hanging
分析报告包含 / Analysis report includes:
- 💡 一句话介绍 / One-sentence introduction
- 📊 项目卡片 / Project cards (Stars, Forks, Issues)
- 🏗️ 技术架构 / Technical architecture
- 📈 性能基准 / Performance benchmarks
- 🆚 竞品对比 / Competitor comparison
- 🚀 快速开始 / Quick start guide
- 📚 学习路径 / Learning path
# 缓存配置 / Cache settings
export GITVIEW_CACHE_TTL="24" # 缓存时间(小时)/ Cache TTL (hours)
export GITVIEW_MAX_BROWSER="3" # 最大并发 / Max concurrency
export GITVIEW_GITHUB_DELAY="1.0" # API 间隔 / API delay (seconds)| 场景 / Scenario | 耗时 / Time |
|---|---|
| 首次分析 / First analysis | 10-15 秒 / seconds |
| 缓存命中 / Cache hit | < 1 秒 / second |
- GitHub: https://github.com/your-repo/github-reader-skill
- ClawHub:
clawhub install github-reader - 文档 / Docs: See README_EN_CN.md for full documentation
MIT License
Krislu + 🦐 虾软
版本 / Version: v3.1 (安全加固版 / Security Hardened)
更新 / Updated: 2026-03-13