skills/autoresearch/SKILL.md
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.
npx skillsauth add hyq718/Auto-Codex autoresearchInstall 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 when the user wants Codex to keep pushing a research or engineering task from one mission markdown instead of relying on one long chat session.
The repository now also includes a conversation-mode adapter that exposes the runtime as /autoresearch-style commands on top of the same persisted state.
scripts/autoresearch.py init.scripts/autoresearch.py start or run it in the background with daemon-start.state.json, plan.json, events.jsonl, jobs/, and notes/latest_summary.md.add-input / list-inputs / ack-input.sbatch / squeue path.mode-* commands when the user wants a chat-visible control surface rather than raw runtime plumbing.python3 scripts/autoresearch.py init /path/to/autoresearch.md --runtime-dir /path/to/runtime
python3 scripts/autoresearch.py mode-start /path/to/runtime --mission /path/to/autoresearch.md
python3 scripts/autoresearch.py mode-status /path/to/runtime
python3 scripts/autoresearch.py mode-sync /path/to/runtime
python3 scripts/autoresearch.py mode-update /path/to/runtime --message "New suggestion"
python3 scripts/autoresearch.py mode-plan /path/to/runtime
python3 scripts/autoresearch.py mode-jobs /path/to/runtime
python3 scripts/autoresearch.py mode-pause /path/to/runtime
python3 scripts/autoresearch.py mode-resume /path/to/runtime
python3 scripts/autoresearch.py mode-stop /path/to/runtime --reason "manual stop"
python3 scripts/autoresearch.py start /path/to/runtime --search
python3 scripts/autoresearch.py daemon-start /path/to/runtime --search
python3 scripts/autoresearch.py status /path/to/runtime --json
python3 scripts/autoresearch.py daemon-status /path/to/runtime --json
python3 scripts/autoresearch.py add-input /path/to/runtime --message "New suggestion"
python3 scripts/autoresearch.py list-inputs /path/to/runtime --pending-only --json
python3 scripts/autoresearch.py ack-input /path/to/runtime <input-id> --resolution "Queued"
python3 scripts/autoresearch.py submit-job /path/to/runtime ./train.sbatch --notes "smoke test"
python3 scripts/autoresearch.py sync-jobs /path/to/runtime --json
python3 scripts/autoresearch.py list-jobs /path/to/runtime --json
python3 scripts/autoresearch.py stop /path/to/runtime --reason "manual stop"
python3 scripts/autoresearch.py daemon-stop /path/to/runtime --reason "manual stop"
mode-update should be treated as the chat bridge into the same persisted input queue used by the supervisor.mode-status and mode-sync are the preferred user-facing views when you want a stable, readable progress report in the active conversation.skill + scripts project rather than a single prompt file.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
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.