tools/codex-skills/si-dyad-ops/SKILL.md
Use this skill for operating SI dyads (`si dyad ...`) including spawn/status/peek/logs/exec and offline fake-codex smoke validation.
npx skillsauth add aureuma/si si-dyad-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this workflow for day-to-day dyad operations.
si dyad spawn start --name <name> --workspace "$PWD"
si dyad status <name>
si dyad logs --member actor <name> --tail 200
si dyad logs --member critic <name> --tail 200
si dyad peek <name>
si dyad exec --member actor <name> -- <cmd...>
si dyad exec --member critic <name> -- <cmd...>
si dyad restart <name>
si dyad stop <name>
si dyad start <name>
si dyad remove <name>
For deterministic tests without Codex auth:
export DYAD_CODEX_START_CMD='cd /workspace && exec /workspace/tools/dyad/fake-codex.sh'
export DYAD_LOOP_ENABLED=1
export DYAD_LOOP_MAX_TURNS=1
si dyad spawn start --name <name> --workspace "$PWD"
~/.si should be present in dyad containers for full si vault support.development
Use this skill only for SI Vault maintenance and implementation debugging (`si vault ...`) including keypair/check/status/get/set/run operations; use `si fort` for operator secret workflows.
tools
Use this skill when debugging provider integrations in SI (OpenAI, GitHub, Cloudflare, Google, Stripe, GCP, AWS) with reproducible CLI checks.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.