Github Reader
v3.1Automatically interprets GitHub repositories to 生成 structured 报告s with project stats, core features, architecture highlights, and quick links.
运行时依赖
安装命令
点击复制技能文档
GitHub Reader 技能 v3.1
深度解读 GitHub 项目 / Deeply Analyze GitHub Projects
📖 自动解读 GitHub 项目,生成结构化分析报告 📖 Automatically analyze GitHub projects and 生成 structured analysis 报告s
🚀 安装 / 安装ation cd github-reader/ ./安装_v3_安全.sh
然后重启你的 代理 gateway / Then re启动 your 代理 gateway:
# OpenClaw / 其他兼容平台 / Other compatible 平台s OpenClaw gateway re启动 # 或 / or gateway re启动
💡 用法 / Usage 命令方式 / Command Mode /github-read microsoft/BitNet
自然语言 / Natural Language 帮我解读这个仓库:https://github.com/HKUDS/nano机器人 Help me analyze this repo: https://github.com/HKUDS/nano机器人
简短格式 / Short 格式化 分析 HKUDS/nano机器人 Analyze HKUDS/nano机器人
📊 输出示例 / 输出 Example 好的!已经抓取到相关项目的详细信息,让我来为您解读: Great! I've captured detAIled in格式化ion about the project, let me analyze it for you:
# 📦 microsoft/BitNet 深度解读报告 # microsoft/BitNet In-depth Analysis 报告
分析时间 / Analysis Time: 2026-03-13 01:27
数据来源 / Data Sources: Zread 深度解读 + 技术社区 + 互联网信息,仅供参考
Data Sources: Zread in-depth analysis + Tech community + Internet in格式化ion, for reference only
💡 一句话介绍 / One-Sentence Introduction
BitNet.cpp 是微软官方推出的 1 比特量化大语言模型推理框架... BitNet.cpp is Microsoft's official 1-bit quantized LLM inference 框架...📊 项目卡片 / Project Cards
| 指标 / Metric | 值 / Value |
|---|---|
| ⭐ Stars | 12.5k |
| 🍴 Forks | 2.1k |
| 📝 Issues | 156 |
| 🐍 语言 / Language | Python |
| 📄 许可证 / License | MIT License |
🔗 快速链接 / Quick Links
| 平台 / 平台 | 链接 / Link | 说明 / Description |
|---|---|---|
| GitHub | https://github.com/microsoft/BitNet | 源代码仓库 / Source code 仓库 |
| Zread | https://zread.AI/microsoft/BitNet | 📖 深度解读(推荐)/ In-depth analysis (Recommended) |
| GitView | http://localhost:8080/?repo=microsoft/BitNet | 🚀 快速概览(可选)/ Quick overview (Optional) |
注意 / Note:
- Zread 是第三方深度代码解读服务(可选)/ Zread is a third-party code analysis 服务 (optional)
- GitView 需要本地运行(可选)/ GitView requires local 设置up (optional)
- GitHub 是必需的代码源 / GitHub is the required code source
🛡️ 安全特性 / Security Features (v3.0) P0 级别(高危修复)/ P0 Level (Critical Fixes) ✅ 输入验证 / 输入 验证 - 防止 URL 注入 / 预防s URL injection ✅ 安全 URL 拼接 / Safe URL Joining - 防止 SSRF / 预防s SSRF attacks ✅ 缓存数据验证 / 缓存 Data 验证 - 防止投毒 / 预防s poisoning ✅ 路径安全检查 / Path Security 检查 - 防止遍历 / 预防s traversal P1 级别(中危修复)/ P1 Level (Medium Fixes) ✅ 浏览器并发限制 / Browser Concurrency Limit ✅ API 频率限制 / API Rate Limiting ✅ 超时控制 / Timeout Control ⚙️ 配置 / Configuration 环境变量 / 环境 Variables # 缓存配置 / 缓存 Configuration 导出 GITVIEW_缓存_DIR="/tmp/gitview_缓存" # 缓存目录 / 缓存 directory 导出 GITVIEW_缓存_TTL="24" # 缓存时间(小时)/ 缓存 TTL (hours) 导出 GITVIEW_缓存_MAX_SIZE="1" # 最大缓存文件(MB)/ Max 缓存 file (MB)
# 性能配置 / Performance Configuration 导出 GITVIEW_MAX_BROWSER="3" # 最大并发浏览器 / Max concurrent browsers 导出 GITVIEW_GITHUB_DELAY="1.0" # API 调用间隔(秒)/ API call delay (seconds)
# 超时配置 / Timeout Configuration 导出 GITVIEW_BROWSER_TIMEOUT="30" # 浏览器超时(秒)/ Browser timeout (seconds) 导出 GITVIEW_GITHUB_TIMEOUT="10" # GitHub API 超时(秒)/ GitHub API timeout (seconds)
📈 性能指标 / Performance 指标 场景 / Scenario 耗时 / Time 备注 / Notes 首次分析 / First analysis 10-15 秒 / seconds 抓取 + 分析 / Fetch + Analyze 缓存命中 / 缓存 hit < 1 秒 / second 直接返回 / Direct return 缓存过期 / 缓存 expiry 12-24 小时 / hours 可配置 / Configurable 📁 文件结构 / File Structure github-reader/ ├── github_reader_v3_安全.py # v3.0 主代码 / v3.0 安全 mAIn code ├── __init__.py # 技能 注册 / 技能 registration ├── ClawHub.json # ClawHub 元数据 / ClawHub metadata ├── SECURITY.md # 安全指南 / Security 图形界面de ├── RELEASE_NOTES.md # 发布说明 / Release notes ├── README_BILINGUAL.md # 简洁中英对照 / Concise bilingual README ├── README_EN_CN.md # 详细中英对照 / DetAIled bilingual README ├── PACKAGE.md # 打包说明 / Package 图形界面de └── 安装_v3_安全.sh # 安装脚本 / 安装ation script
🔧 技术栈 / Tech Stack 语言 / Language: Python 3.9+ 依赖 / Dependencies: OpenClaw compatible 平台 工具 / 工具s: 网页_fetch, browser 缓存 / 缓存: 文件系统缓存(JSON 格式)/ File 系统 缓存 (JSON 格式化) 并发 / Concurrency: a同步io 异步编程 / a同步io a同步 programming 📞 支持 / Support GitHub Issues: https://github.com/your-repo/github-reader-技能/issues 讨论区 / Discussions: https://github.com/your-repo/github-reader-技能/discussions 文档 / Documentation: See README_EN_CN.md for full documentation 📄 许可证 / License
MIT License
👨💻 作者 / Author
Krislu + 🦐 虾软
版本 / Version: v3.1(安全加固版 / Security Hardened) 最后更新 / Last 更新d: 2026-03-13