Install
openclaw skills install transparent-heart-openclaw-workspace-doctorUse when the user wants to inspect, repair, package, or troubleshoot an OpenClaw workspace doctor setup, especially for stale bootstrap state, missing daily...
openclaw skills install transparent-heart-openclaw-workspace-doctorThis skill runs the OpenClaw workspace doctor, applies safe workspace-local fixes, and handles the companion fixer for the external codex-cli backend config. Use it when the user asks to diagnose workspace startup drift, package the doctor tool, or repair the known --full-auto non-interactive stall risk.
memory/YYYY-MM-DD.md notes are missing or inconsistent.codex-cli launches with --full-auto.Run the doctor first:
python3 scripts/workspace_doctor.py
If the problem is workspace-local, apply safe fixes:
python3 scripts/workspace_doctor.py --fix
If the remaining problem is the external OpenClaw config, inspect or patch it with the companion fixer:
python3 scripts/fix_openclaw_codex_config.py --check
python3 scripts/fix_openclaw_codex_config.py
If the environment blocks writing ~/.openclaw/openclaw.json, do not pretend the live fix happened. Report the sandbox restriction clearly and, if useful, use:
python3 scripts/fix_openclaw_codex_config.py --stdout
For repo packaging tasks, update:
README.mdpyproject.tomlsetup.pytests/.github/workflows/ci.ymlValidate before closing:
python3 -m unittest discover -s testspython3 scripts/workspace_doctor.pypython3 scripts/workspace_doctor.py --jsonpython3 /Users/xutao/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/openclaw-workspace-doctorpython3 scripts/workspace_doctor.pypython3 scripts/workspace_doctor.py --fixpython3 scripts/workspace_doctor.py --jsonpython3 scripts/fix_openclaw_codex_config.py --checkpython3 scripts/fix_openclaw_codex_config.pypython3 scripts/fix_openclaw_codex_config.py --stdoutscripts/run_doctor.py runs the packaged CLI.scripts/fix_openclaw_config.py runs the external config fixer.