用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/skeletorflet/opencode-supreme-setup --skill od-plugin-publish-github命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | od-plugin-publish-github |
| description | Publish a local Open Design plugin to a new public GitHub repository using gh CLI. |
| triggers | ["publish plugin","github repo","open source plugin"] |
| od | {"mode":"utility","platform":"desktop","scenario":"plugin-sharing"} |
Use this workflow when the active project contains a copied plugin folder and the user wants it published as a new public GitHub repository.
plugin_context_path is the copied plugin folder relative to the project working directory.open-design.json, SKILL.md, and any compatibility metadata in the copied folder.curl -sS -X POST "$OD_DAEMON_URL/api/projects/$OD_PROJECT_ID/plugins/publish-github" -H 'content-type: application/json' -d '{"path":"<plugin_context_path>"}'ok is true, report the final repository URL and any useful log/validation summary.message, code, and useful log lines. When authentication is missing, tell the user to run gh auth login --hostname github.com.Prefer the manifest name as the repository slug. If that repository already exists, choose the next clear slug and mention the rename.