openclaw-workspace-doctor

Use when the user wants to inspect, repair, package, or troubleshoot an OpenClaw workspace doctor setup, especially for stale bootstrap state, missing daily memory notes, or codex-cli launch hazards in OpenClaw config.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-workspace-doctor" with this command: npx skills add transparent-heart/transparent-heart-openclaw-workspace-doctor

OpenClaw Workspace Doctor

Overview

This 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.

When To Use It

  • The user asks to run or extend the workspace doctor tool.
  • The workspace has stale bootstrap/onboarding behavior.
  • Daily memory/YYYY-MM-DD.md notes are missing or inconsistent.
  • OpenClaw is hanging because codex-cli launches with --full-auto.
  • The user wants the doctor packaged as a repo or a Codex skill.

Workflow

  1. Run the doctor first: python3 scripts/workspace_doctor.py

  2. If the problem is workspace-local, apply safe fixes: python3 scripts/workspace_doctor.py --fix

  3. 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

  4. 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

  5. For repo packaging tasks, update:

    • README.md
    • pyproject.toml
    • setup.py
    • tests/
    • .github/workflows/ci.yml
  6. Validate before closing:

    • python3 -m unittest discover -s tests
    • python3 scripts/workspace_doctor.py
    • python3 scripts/workspace_doctor.py --json
    • python3 /Users/xutao/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/openclaw-workspace-doctor

Repo Commands

  • Run doctor: python3 scripts/workspace_doctor.py
  • Run doctor with fixes: python3 scripts/workspace_doctor.py --fix
  • Emit JSON: python3 scripts/workspace_doctor.py --json
  • Check external config: python3 scripts/fix_openclaw_codex_config.py --check
  • Patch external config: python3 scripts/fix_openclaw_codex_config.py
  • Print patched config without writing: python3 scripts/fix_openclaw_codex_config.py --stdout

References

Scripts

  • scripts/run_doctor.py runs the packaged CLI.
  • scripts/fix_openclaw_config.py runs the external config fixer.
  • Prefer these wrappers or the repo-root scripts instead of retyping logic.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Content Refresher

Use when updating outdated content, fixing traffic/ranking decay, refreshing stats, adding new sections, or improving freshness signals. 内容更新/排名恢复

Registry SourceRecently Updated
General

AssemblyAI Transcriber

Transcribe audio files with speaker diarization (who speaks when). Supports 100+ languages, automatic language detection, and timestamps. Use for meetings, interviews, podcasts, or voice messages. Requires AssemblyAI API key.

Registry SourceRecently Updated
General

mac-node-snapshot

A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.

Registry SourceRecently Updated
1.4K0taozhe6
General

Amazon Asin Lookup Api Skill

This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the...

Registry SourceRecently Updated
1.3K1phheng