oc-deploy
验证、诊断和发布 OpenCreator Desktop,包括本地实际 App 打包与 E2E、master 候选构建、GitHub Actions 故障定位及明确授权后的 tag Release。用于“打包 Desktop”“验证候选包”“排查发布失败”“发布 OpenCreator”等请求;普通开发构建不使用。
Install / Use
npx skills add krillinai/OpenCreator --skill oc-deployInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
OperationsSupported Platforms
Our assessment of oc-deploy
oc-deploy scores 75/100 on our quality scale, 212th of 277 Operations skills we index.
Its SKILL.md is 1.9 KB long, split into 4 sections and no code examples: moderately detailed.
With 12,288 GitHub stars, it is one of the more widely adopted skills in the catalogue.
Maintenance, license and trust
- The repository was last updated yesterday, so oc-deploy is actively maintained.
- It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
- Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
oc-deploy compared with similar skills
All 4 of these similar skills score higher than oc-deploy; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| oc-deploy (this skill)by krillinai | 75 | 12.3k | 1d ago | SKILL.md |
| Agent-Reachby Panniantong | 100 | 85.5k | 10d ago | CLAUDE.md |
| algorithmic-artby anthropics | 100 | 177.9k | 3d ago | SKILL.md |
| pptxby anthropics | 100 | 177.9k | 3d ago | SKILL.md |
| designby nextlevelbuilder | 100 | 130.2k | 4d ago | SKILL.md |
Frequently asked questions
- How do I install oc-deploy?
- Run
npx skills add krillinai/OpenCreator --skill oc-deploy. The install tabs above show the steps for each supported agent. - Which AI agents does oc-deploy work with?
- It is written for OpenAI Codex, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is oc-deploy safe to use?
- It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is oc-deploy still maintained?
- The repository was last updated yesterday, so oc-deploy is actively maintained.
Skill content
View source on GitHubname: oc-deploy description: 验证、诊断和发布 OpenCreator Desktop,包括本地实际 App 打包与 E2E、master 候选构建、GitHub Actions 故障定位及明确授权后的 tag Release。用于“打包 Desktop”“验证候选包”“排查发布失败”“发布 OpenCreator”等请求;普通开发构建不使用。
OpenCreator Deploy
以“同一提交先在本机证明,再消耗远端构建资源”为发布原则。遵守仓库根目录 AGENTS.md,尤其是 Desktop 打包和 Web/Desktop 一致性门禁。
先选择模式
- diagnose:用户问为什么失败时,只读取现有本地输出和已存在的 GitHub 日志。先给出失败阶段、原始错误和根因;未经要求不得触发新构建。
- preflight:在当前提交上执行本地候选包验证,不产生 GitHub 外部变更。
- candidate:用户明确要求远端验证时,从
master对精确提交手动触发一次desktop-release.yml。不得创建、移动或复用 tag,不得发布 Release。 - release:仅当用户明确要求正式发布或创建 tag 时使用。preflight 和精确提交的 master CI 未通过前不得创建或推送 tag。
执行任何模式前先读取 references/runbook.md 中对应章节。涉及失败时同时读取“故障分类”。
强制门禁
- 先记录分支、HEAD、dirty 状态、远端同步状态和目标平台。不得把用户已有改动带入提交或发布。
- 类型检查、单元测试和源码构建不能替代实际 App 验证。远端 candidate 或 release 前,当前精确提交必须完成本机原生
desktop:package,并让e2e:package全部通过。 - Desktop 打包必须重建当前
apps/web,并通过包校验器确认 App 内 Web 资源与本次构建一致。不得手工替换 App 内资源或复用来源不明的dist。 - 任何 GitHub 构建前,确认精确提交已有成功的
masterpush CI;确认 workflow 的publish仍只允许 tag ref。 - GitHub 下载和
gh命令设置HTTP_PROXY与HTTPS_PROXY为http://127.0.0.1:7897,并先用gh auth status确认认证身份。GitHub 保存的签名 secrets 会跨 workflow 运行持续存在,不要要求重复上传。 - 不用付费 Release 构建逐次发现问题。一次远端运行首次出现 package、E2E、签名、公证或上传失败时,立即取消仍在运行的付费 sibling jobs,读取该 run 的已生成日志和 artifacts;不得为了拿日志直接 rerun。
- candidate 只能通过
workflow_dispatch从master运行。正式发布候选必须选择target=all;结束后确认候选身份凭据和全部 artifacts 已生成、publishskipped,并确认 tag 和 Release 均未变化。单平台 candidate 只用于诊断,不能提升为 Release。 - release 通常只对已经通过上述门禁和完整 candidate 的精确 commit 创建 tag。候选之后若只有 workflow、Release 附件整理、对应测试或发布文档变化,可由 tag workflow 通过祖先关系和应用构建输入 SHA-256 复用不可变 artifacts;任何 App、Runtime、依赖或打包输入变化都必须重新通过完整 candidate。tag workflow 不得重新执行付费打包。
完成标准
报告精确 commit、本地打包平台、本地 App 路径、包校验与 E2E 结果、master CI、candidate run URL、各 job 结果、候选身份凭据及 artifacts。candidate 明确说明未创建 tag/Release;release 同时列出被提升的 candidate run、tag 和发布附件。任何未执行门禁都必须说明原因和残余风险,不得声称可发布。
Related Skills
Agent-Reach
85.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
pptx
177.9kUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an em…
design
130.2kComprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini, Atlas Cloud, or MuAPI AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG…
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
