skills/auto-codex/SKILL.md
Run or steer the Auto-Codex persistent autoresearch runtime from one mission markdown. Use when the user wants a `/autoresearch`-style workflow in Codex, wants to bootstrap a runtime from `autoresearch.md`, inspect or sync progress, inject new chat directions, pause or resume work, or drive the same long-running runtime that also reports to Feishu and tracks jobs on disk.
npx skillsauth add hyq718/Auto-Codex auto-codexInstall 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 skill to operate the Auto-Codex runtime through a conversation-friendly control layer instead of manually remembering the underlying repo paths and script entrypoints.
Prefer the wrapper script in this skill:
python3 scripts/auto_codex.py mode-start --mission /path/to/autoresearch.md
python3 scripts/auto_codex.py mode-approve-plan
python3 scripts/auto_codex.py mode-status
python3 scripts/auto_codex.py mode-update --message "New direction"
python3 scripts/auto_codex.py mode-enter /path/to/auto-codex
python3 scripts/auto_codex.py mode-exit
If the repo is installed somewhere else, set AUTO_CODEX_REPO first so the wrapper can find it.
If RUNTIME_DIR is omitted, the runtime defaults to ./auto-codex under the current working directory.
mode-start.mode-approve-plan or mode-revise-plan.mode-status or mode-sync.mode-update.mode-plan and mode-jobs when the user asks for narrower views.mode-pause, mode-resume, or mode-stop to control runtime execution state.mode-enter, mode-active, and mode-exit when you want wrapper commands to stay pinned to one active runtime until you explicitly leave it.Treat these as the conversation-mode equivalents of /autoresearch commands:
/autoresearch start -> mode-start/autoresearch approve-plan -> mode-approve-plan/autoresearch revise-plan -> mode-revise-plan/autoresearch status -> mode-status/autoresearch sync -> mode-sync/autoresearch update -> mode-update/autoresearch plan -> mode-plan/autoresearch jobs -> mode-jobs/autoresearch pause -> mode-pause/autoresearch resume -> mode-resume/autoresearch stop -> mode-stopRead references/commands.md only when you need the exact command shapes or a reminder of the lower-level runtime commands.
mode-* commands when the user wants to stay oriented in the active Codex conversation.mode-start as a plan-preview entrypoint, not as immediate execution.mode-update as the bridge from chat into the runtime inbox.mode-enter pins the wrapper to one active runtime; mode-exit clears that pin explicitly../auto-codex runtime under the user's current project directory unless the user explicitly asks for another location.status --json, daemon-status --json, list-inputs --json, or list-jobs --json only when you need machine-readable inspection.start or daemon-start only when you are intentionally running the underlying supervisor loop.--worker-full-access through to the underlying runtime command.waiting_job loops where an external job is the critical path.development
Turn a single mission markdown such as autoresearch.md into a persistent Codex research runtime with on-disk state, repeated codex exec bursts, job polling, and optional Lark progress updates. Use when the user wants long-running autonomous research that survives waiting on jobs or interrupted sessions.
development
Run or steer the Auto-Codex persistent autoresearch runtime from one mission markdown. Use when the user wants a `/autoresearch`-style workflow in Codex, wants to bootstrap a runtime from `autoresearch.md`, inspect or sync progress, inject new chat directions, pause or resume work, or drive the same long-running runtime that also reports to Feishu and tracks jobs on disk.
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.