用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AkaraChen/yoi --skill docker命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Add a new product pack under packs/ for the yoi storefront by reading the product's official sources first and mirroring how the official site presents it. Use when the user asks to add, create, or author a pack for a product — covering page.mdx, CHECKLIST.md, skill/SKILL.md, reference/install.cmdspec, index.json, and the cover image.
Install and verify the Hermes agent (NousResearch/hermes-agent) — official install path, provider and model setup, and the bar for a usable first chat.
Deploy a self-hosted LobeHub instance (the Chief Agent Operator panel) via the official Docker Compose path — prerequisites, configuration pitfalls, and what counts as a usable deployment.
正在显示 SKILL.md
| name | docker |
| description | Install Docker on Linux via the official get.docker.com convenience script and verify it runs containers. |
先读 packs/docker/CHECKLIST.md,三条官方安装路径、冲突包与 docker 组的坑、可用标准以它为准。
docker version 同时打印 Client 与 Server 两段docker run hello-world 成功(没配 docker 组就 sudo)Swarm、rootless、生产调优都是下一层,第一版不碰。
用 packs/docker/reference/install.cmdspec(解读,不要 sh):走官方 get.docker.com 便捷脚本,先查前置(非 root、sudo、curl、无冲突发行版包),打印将要做的事,等人输入 yes 才动手,装完用 hello-world 验证后即停。便捷脚本需要 sudo——密码提示属于人,agent 不代输。docker 组配置交还给人,agent 只提醒、不代办。
绿了用服务器上的 yoi-server CLI 记一条 event(命令参考:yoi-server skills get)。