skills/autopilot/assets/codex-home/skills/autopilot_reset/SKILL.md
Use when the user asks for `$autopilot_reset` to inspect, stop, reset, or debug the latest recorded global Codex autopilot session from Codex. Uses the bundled managed-home reset script behind the scenes.
npx skillsauth add karlorz/agent-skills autopilot_resetInstall 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 asks for $autopilot_reset or wants autopilot status/control from Codex.
resetstatusstatus-allstopresetalldebug-ondebug-offreset.AUTOPILOT_PROVIDER=codex bash "${CODEX_HOME:-$HOME/.codex}/autopilot/autopilot-reset.sh" <mode>
$autopilot_reset
$autopilot_reset status
$autopilot_reset stop
$autopilot_reset debug-on
$autopilot_reset status-all
--provider argument when using this skill. It is Codex-only.status-all before using stop or reset./autopilot_reset command.~/.codex/autopilot/autopilot-reset.sh after installation. Do not duplicate the control logic inside the skill.development
Review and simplify recently changed code for reuse, clarity, and efficiency while preserving behavior. Use when the user asks to simplify, refine, polish, clean up, or make code clearer, or after finishing a logical chunk of implementation that should be tightened before commit.
tools
Use this skill when the user asks to open a browser, browse a website, scrape a page, automate Chrome, take a screenshot, fill out a form, click a button, or otherwise interact with a website. Includes a browser-worker agent (model: sonnet) for mechanical Chrome lifecycle and interaction tasks.
development
Host-level backup and restore with profile system (presets + custom YAML profiles), model-aware agents (sonnet worker for mechanical tasks), post-discovery research, and skillwiki infrastructure capture. Uses rsync with partial-dir for resumable WAN transfers. Use when backing up or restoring Caddy reverse-proxy domains, databases (postgres, mysql, redis, mongodb, sqlite), systemd services, full SSH identity/config, Tailscale state/config, and Hermes agent state on remote Linux hosts.
tools
Hermes Agent CLI commands reference. Use when the user asks about hermes-agent CLI usage, commands, flags, or subcommands. Covers the full hermes terminal command surface.