用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cooperativ-labs/Overlord --skill overlord-mission命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | overlord-mission |
| description | Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket. |
claude-code for ovld protocol create and ovld protocol prompt./overlord:attach, /overlord:connect, /overlord:load, /overlord:create, /overlord:prompt, /overlord:discuss-objective, /overlord:add-objectives, /overlord:record-work.UserPromptSubmit hook records ordinary post-delivery user messages. Do not manually publish user_follow_up unless the hook is unavailable.PermissionRequest hook publishes permission activity through ovld protocol.Stop hook may print pending-delivery guidance but does not deliver for you.user_token config is passed to child ovld protocol calls as Overlord_USER_TOKEN, after preserving existing Overlord_USER_TOKEN / OVLD_USER_TOKEN environment fallback behavior./overlord:create or ovld protocol create --agent claude-code --objectives-json '[{"objective":"..."}]'/overlord:prompt or ovld protocol prompt --agent claude-code --objectives-json '[{"objective":"..."}]'/overlord:load or ovld protocol load-context --mission-id <mission_id>/overlord:discuss-objective or ovld protocol discuss-objective --mission-id <mission_id>/overlord:connect or ovld protocol connect --mission-id <mission_id>/overlord:attach or ovld protocol attach --mission-id <mission_id>ovld protocol resume-follow-up --mission-id <mission_id>/overlord:add-objectives or ovld protocol add-objectives --mission-id <mission_id> --objectives-json '[{"objective":"..."}]'