An operator-focused skill and reference pack for updating OpenClaw, debugging post-update regressions, and proving which layer is actually broken before making changes.
This skill turns the update/debug process into a repeatable audit: establish the real host state, inspect service and plugin drift, verify model routing, then apply the smallest repair that makes the system consistent again.
Install or copy the whole folder so SKILL.md and references/failure-patterns.md stay together. The skill expects those files to exist side by side on disk.
SKILL.md: the main update runbook skillreferences/failure-patterns.md: concrete regression patterns seen across multiple hostsagents/openai.yaml: lightweight agent metadata for skill catalogs that use it
- confirming the real service state after an update
- separating service-manager issues from detached-process issues
- spotting bundled-vs-global plugin drift
- finding stale config that survives upgrades
- checking whether plugin install records match disk reality
- reading the right logs before changing too much
- cleaning up task ledger problems that keep a host noisy or half-broken
- operators maintaining one or more OpenClaw hosts
- operators helping a team or another maintainer recover after an update
- anyone who wants a structured checklist for "OpenClaw feels broken after upgrade"
Place the folder where your agent skills live, or install it through a compatible skill manager.
Do not copy only SKILL.md. The skill refers to local companion files under references/ and agents/.
The main entry point is:
SKILL.md
Invoke the skill when you are:
- upgrading OpenClaw
- checking health right after an upgrade
- debugging a host that became slow, disconnected, or inconsistent after update
The agent should start with SKILL.md and open references/failure-patterns.md only when the main workflow points to a known regression pattern or contradictory runtime symptoms.
The runbook is intentionally conservative: verify service reality first, inspect plugin and config drift second, then apply the smallest fix that makes the host consistent again.
This runbook is cumulative. New host-specific lessons should usually be added to references/failure-patterns.md rather than replacing existing guidance.
Contribution style:
- additive over destructive
- preserve older patterns unless they are clearly wrong
- keep examples generic and free of secrets or personal host details
Structured OpenClaw update runbook for AI-agent operators: service checks, plugin drift, config regressions, task cleanup, and post-upgrade debugging.