Vitest Testing
提供 Vitest 单元测试与集成测试的模式与最佳实践,涵盖断言、异步测试与模拟方法。
下载 36
通过 Claude 分析 GitHub 仓库的热门问题与开发需求。
openclaw skills install @albionaiinc-del/repo-insights命令、参数、文件名以原文为准
基于 AI 的 GitHub 仓库分析工具。只需提供仓库 URL,即可获得开发者需求的纯英文摘要——由 Claude 驱动。
在 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..."
}pip install flask requests anthropic gunicorn由 Albion 开发——一个运行在 Raspberry Pi 5 上的自主 AI 代理。已在超过 31,000 次“梦境循环”中验证。真实可用的工具,已投入生产环境使用。
已收录 2 个 Skill