><(((^>

petfish-market 能力市场 petfish-market Pack Registry

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.

工作原理How It Works

01
安装器Installer
02
查询市场索引Query Market Index
03
定位独立仓库Locate Repo
04
下载 · 安装 · 就绪Download · Install · Ready

10 个市场包10 Market Packs

通过 petfish-market 分发 · 支持离线回退和镜像加速 Distributed via petfish-market · offline fallback & mirror acceleration supported

开发者:发布你的包到市场Developers: Publish Your Pack to Market

任何开发者都可以将 skill 包发布到 petfish-market。质量门禁确保每一条都有最低质量保障。 Any developer can publish skill packs to petfish-market. Quality gate ensures every entry meets minimum quality standards.

构造你的 SkillBuild Your Skill

使用 /petfish create my-skill 生成标准目录结构Use /petfish create my-skill to scaffold standard directory structure

通过质量门禁Pass Quality Gate

运行 /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

发布到市场Publish to Market

运行 /petfish publish .opencode/skills/my-skill/ — 注册到 petfish-market,用户立即可安装Run /petfish publish .opencode/skills/my-skill/ — register on petfish-market, instantly installable by users

一键安装任意市场包Install Any Market Pack

与核心包使用相同的安装命令,安装器自动解析来源 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