判断价值 / Judge value
recommend decides whether to install, cherry-pick, or skip the source. No more “install the whole list because it sounded cool.”
Local-first agent capability manager
把散落在视频、网页、README 和推荐清单里的 Agent 能力,酿成可验证、可安装、可追踪的一套本地能力库。
Turn scattered agent tips into a verified local capability cellar.
很多人真正缺的不是更多工具,而是一个把工具从“看过、收藏过、装过但忘了”变成可管理资产的中间层。SkillBREW manages the messy space between “I saw a useful tool” and “my agent can reliably use it.”
每一步都能单独跑,中间产物都留在本地目录。Not a one-shot magic trick, but an inspectable craft: collect, understand, verify, judge, dedupe, install, and record.
从素材理解到安装落地之间,SkillBREW 始终保留人工授权门:AI can advise, but the final install is yours to approve.
recommend decides whether to install, cherry-pick, or skip the source. No more “install the whole list because it sounded cool.”
dedup scans local Skills, MCPs, repos, and the registry to catch duplicates before they become clutter.
record writes RECORD, DASHBOARD, and an installed index so each capability has a source, status, and invocation hint.
默认不会写入系统配置。Start with a dry-run plan, then add --approve only when the plan looks right.
git clone https://github.com/Rookage/skillbrew.git
cd skillbrew
pip install -e .
skillbrew doctor
skillbrew run <url-or-text>
skillbrew verify data/sources/<id>/
skillbrew recommend data/sources/<id>/
skillbrew dedup data/sources/<id>/
# 先看计划
skillbrew install data/sources/<id>/
# 确认后真实安装
skillbrew install data/sources/<id>/ --approve
skillbrew record data/sources/<id>/
项目还早,但已经有端到端管线、测试门禁、运行时识别、真实 MCP 种子和通用安装器的雏形。Early, yes. Vaporware, no.
SkillBREW 的定位不是某一个运行时的小工具,而是跨 Agent 的能力资产管理层。Born near Claude Code, built to grow across Codex and MCP workflows.
| 运行时 | Skill 目录 | MCP 配置 | clone 缓存 |
|---|---|---|---|
| Claude Code | ~/.claude/skills/ |
~/.claude.json |
~/.claude/clones/ |
| Codex | ~/.codex/skills/ |
~/.codex/config.toml |
~/.codex/clones/ |