帮助开发与运维团队运行、排查并总结 OpenClaw 发布 CI 与发布前检查流程
整体看这是一个开源、社区采用度极高且标记为 prompt-only 的技能,未见必须的密钥或明确的外部端点,基础风险偏低。主要需留意其会驱动 GitHub Actions/gh 命令与本地校验流程,属于常规工具能力而非直接高危红旗。
材料声明无需要的密钥/环境变量;文档仅提到读取或校验 provider secrets,但未要求该技能本身持有敏感凭证,凭证风险较低。
未列出自定义远程主机,但会通过 gh/workflow 与 GitHub 交互并可能访问已声明的 provider 检查流程;这是常规联网外发,未见不明端点或异常数据外传。
技能会触发本机脚本、gh 命令和工作流调度,具备常规的本机执行与进程调用能力;材料未显示超出发布验证所需的额外系统权限。
会读取 git 状态、提交哈希和日志,并可能检查本地/CI 产物与 provider 状态;属于发布审计常见的数据访问范围,未见过度读写授权。
来源为 GitHub 开源仓库,社区 star 极高(377k+),且材料可见性较好;虽许可证与维护状态不明,但没有闭源失审或可疑注入迹象。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "release-openclaw-ci" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/release-openclaw-ci/SKILL.md 2. 保存为 ~/.claude/skills/release-openclaw-ci/SKILL.md 3. 装好后重载技能,告诉我可以用了
请启动 OpenClaw 全量发布 CI,持续监控各阶段状态,并在失败时标注失败步骤、错误日志摘要和可能原因。
返回 CI 执行状态、关键阶段进度、失败节点说明及初步排障建议。
请执行 OpenClaw 发布检查,包括 live provider gates、安装/更新验证证明,以及 release-secret 预检,并汇总所有未通过项。
输出各项门禁检查结果、通过/失败原因,以及需要处理的风险清单。
根据本次 OpenClaw 发布流程的 CI 日志与检查结果,生成一份简洁总结,包含整体结论、主要问题、影响范围和建议下一步。
一份适合团队同步的发布总结,便于快速了解状态与后续动作。
Use this with $release-openclaw-maintainer and $openclaw-testing when a release candidate needs full validation, install/update proof, live provider checks, or CI recovery.
$one-password for secret reads/writes: one persistent tmux session, targeted items only, no secret output.gh run view polling loops; REST quota is easy to burn.Before full release validation:
node .agents/skills/release-openclaw-ci/scripts/verify-provider-secrets.mjs --required openai,anthropic,fireworks
gh api rate_limit --jq '.resources.core'
git status --short --branch
git rev-parse HEAD
1Password service-account values are the first source for release provider preflight. Inject those exact targeted keys first, then run the verifier; use ambient env only when it was already intentionally injected for this release. The script prints only provider status and HTTP class, never tokens.
Start product performance evidence as early as the release SHA exists, in parallel with other release work:
gh workflow run openclaw-performance.yml \
--repo openclaw/openclaw \
--ref main \
-f target_ref=<release-sha> \
-f profile=release \
-f repeat=3 \
-f deep_profile=false \
-f live_openai_candidate=false \
-f fail_on_regression=false
Prefer the trusted workflow on main, target the exact release SHA:
gh workflow run full-release-validation.yml \
--repo openclaw/openclaw \
--ref main \
-f ref=<release-sha> \
-f provider=openai \
-f mode=both \
-f release_profile=full \
-f rerun_group=all
Use release_profile=stable unless the operator explicitly asks for the broad advisory provider/media matrix. Use narrow rerun_group after focused fixes.
Publish with openclaw-release-publish.yml using release_profile=from-validation
unless a maintainer intentionally wants to cross-check a specific profile; the
publish workflow reads the effective profile from the full-validation manifest.
Use the summary helper instead of repeated raw polling:
node .agents/skills/release-openclaw-ci/scripts/release-ci-summary.mjs <full-release-run-id>
Then watch only when useful:
gh run watch <full-release-run-id> --repo openclaw/openclaw --exit-status
Stop watchers before ending the turn or switching strategy.
…
使用 sherpa-onnx 在本地离线将文本快速转换为语音,无需云服务。
帮助你自动控制网页流程,处理多步骤操作、登录检查与标签页管理。
快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
帮助用户对收件箱消息进行分流、跟进等待回复并生成后续摘要。
通过命令行控制飞利浦 Hue 灯光与场景,便捷实现智能照明操作自动化。
帮助你用 node inspect 与性能分析工具定位 Node.js 调试与性能问题。
帮助维护者准备并核验 OpenClaw 稳定版或测试版发布与发布说明。
根据变更记录与发布证据,起草或发布 OpenClaw 版本公告与测试指引。
帮助团队核验 OpenClaw 版本是否已在多渠道完整发布并可正常使用。
帮助维护者执行或恢复 OpenClaw 的 macOS 发布签名、公证与资源推广流程。
帮助开发者选择并执行 OpenClaw 测试、CI 校验与发布验证的最优路径。
帮助你运行、观察、调试并扩展 OpenClaw 的 QA 场景与测试产物