release-openclaw-ci
Run, watch, debug, and summarize OpenClaw full release CI, release checks, live provider gates, install/update proofs, and release-secret preflights.
Install caution
Risk: High
Source: OpenClaw Built-in Skills
Path: .agents/skills/release-openclaw-ci/SKILL.md
Review flags: browser/session access, network access or external URLs, package installation commands, shell command snippets. These are review signals, not definitive security judgments; inspect before installing.
Required permissions
- • Environment variables / secrets
- • Shell commands
- • Network/API usage
- • Browser/session access
Permissions are inferred from SKILL.md text only. They are review prompts, not guarantees about runtime behavior.
Risk flags explained
Mentions browser automation, cookies, sessions, local storage, or browser state.
Mentions external URLs, network APIs, downloads, or HTTP client usage.
Mentions package installation or dependency-fetching commands.
Contains shell command snippets. Review commands before copy/paste or agent execution.
Score explanation
Trust
- • Trust starts at 90 before review-signal penalties and metadata bonuses.
- • Risk-signal penalty: -40 from 4 detected flag(s).
- • Metadata bonus: +2 from author/version/description fields.
Utility
- • Utility starts at 55 and rewards clear descriptions, runnable examples, and explicit setup needs.
- • Description present: yes.
- • Command examples detected: 13.
- • Environment variables detected: 1.
Momentum
- • Momentum starts at 45 and uses public repo activity signals.
- • Recent commit activity: latest repo update was 0 day(s) ago.
- • Recent commit volume: 100 commit(s) in the lookback window (+20).
- • Source has strong public adoption: 379781 stars.
- • Fork activity suggests reuse: 79500 forks.
Overall
- • Overall score weights trust 45%, utility 35%, and momentum 20%.
Detected signals
Env vars
- • API
Commands
- • $openclaw-testing
- • $release-openclaw-maintainer
- • gh api rate_limit --jq '.resources.core'
- • gh run view
- • gh run view <child-run-id> --repo openclaw/openclaw --json jobs --jq '.jobs[] | select(.conclusion=="failure" or .conclusion=="timed_out" or .conclusion=="cancelled") | [.databaseId,.name,.conclusion,.url] | @tsv'
- • gh run watch <full-release-run-id> --repo openclaw/openclaw --exit-status
- • 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
- • 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=true
- • git rev-parse HEAD
- • git status --short --branch
- • node .agents/skills/release-openclaw-ci/scripts/release-ci-summary.mjs <full-release-run-id>
- • node .agents/skills/release-openclaw-ci/scripts/verify-provider-secrets.mjs --required openai,anthropic,fireworks
URLs
None detected in SKILL.md text scan.
Provenance & evidence
SkillRadar makes each review traceable back to the exact source path, source blob SHA, scanner version, and text-only policy that produced the report.
Evidence snippets
…e.json` or `pnpm-lock.yaml`, rebuild only the task-owned disposable box with `CI=true pnpm install --frozen-lockfile`, then run an explicit `require.resolve()` probe before Docker or foc…
…t child summaries. Avoid broad `gh run view` polling loops; REST quota is easy to burn. - Fetch logs only for failed or currently-blocking jobs. If quota is low, stop polling and wait f…
…xact missing provider. - Use `$one-password` for secret reads/writes: one persistent tmux session, targeted items only, no secret output. - Watch one parent run plus compact child summari…
…# OpenClaw Release 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. ## Guardrails - No version bump, tag, npm publish, GitHub re
Watch this skill
Get alerted when this skill adds credential requirements, shell commands, external domains, remote installer patterns, or risk-level changes.
Join watchlist betaMethodology note
SkillRadar scans SKILL.md as hostile text only. It does not execute commands, install packages, or load third-party skills.