Install
openclaw skills install assistant-reliability-watchtowerDeterministic reliability monitoring for OpenClaw assistant workflows. Use when you need to run ARW smoke probes, generate a daily digest, validate scorecard evidence, render a delivery preamble, inspect current probe/reporting coverage, or package ARW as an operator-facing reliability skill.
openclaw skills install assistant-reliability-watchtowerRun ARW through the repo-backed wrapper instead of rediscovering commands by hand.
Use scripts/arw_skill.py from this skill for the common flows:
python3 scripts/arw_skill.py smokepython3 scripts/arw_skill.py digestpython3 scripts/arw_skill.py verify-scorecard-evidencepython3 scripts/arw_skill.py verify-scorecard-preambleThe wrapper accepts --repo-root (or ARW_REPO_ROOT) so repo location stays explicit outside the skill contract, and it exports PYTHONPATH correctly.
references/release-contract.md for scope, release posture, and anti-goals.references/probe-catalog.md when you need to explain what ARW currently watches.references/config-contract.md when you need to set thresholds, artifact location, or delivery evidence values.--repo-root /path/to/arw-watchtower when autodetection is not enough.scripts/arw_skill.py for the common operational paths.artifacts/arw/**.python3 scripts/arw_skill.py smoke
python3 scripts/arw_skill.py digest --window-hours 24
python3 scripts/arw_skill.py verify-scorecard-evidence
python3 scripts/arw_skill.py verify-scorecard-preamble
verify-scorecard-evidence and verify-scorecard-preamble now use skill-level dry-run delivery values instead of inheriting repo-local recipient ids.