10 个领域扩展包,一个命令安装。安装器自动查询市场索引、定位独立仓库、下载并安装——与核心包体验完全一致。 10 domain packs, one command to install. The installer auto-queries the market index, locates the independent repo, downloads and installs — identical experience to core packs.
通过 petfish-market 分发 · 支持离线回退和镜像加速 Distributed via petfish-market · offline fallback & mirror acceleration supported
任何开发者都可以将 skill 包发布到 petfish-market。质量门禁确保每一条都有最低质量保障。 Any developer can publish skill packs to petfish-market. Quality gate ensures every entry meets minimum quality standards.
使用 /petfish create my-skill 生成标准目录结构Use /petfish create my-skill to scaffold standard directory structure
运行 /petfish gate .opencode/skills/my-skill/ — Lint ≥80 → Security Risk ≤0.5 → 无 CRITICAL → PASSRun /petfish gate .opencode/skills/my-skill/ — Lint ≥80 → Security Risk ≤0.5 → No CRITICAL → PASS
运行 /petfish publish .opencode/skills/my-skill/ — 注册到 petfish-market,用户立即可安装Run /petfish publish .opencode/skills/my-skill/ — register on petfish-market, instantly installable by users
与核心包使用相同的安装命令,安装器自动解析来源 Same command as core packs — installer resolves the source automatically
# 安装研究包# Install research pack curl -fsSL https://raw.githubusercontent.com/kylecui/petfish.ai/master/remote-install.sh \ | bash -s -- --pack research # 安装全部市场包# Install all packs curl -fsSL https://raw.githubusercontent.com/kylecui/petfish.ai/master/remote-install.sh \ | bash -s -- --pack all