/install assistant-reliability-watchtower
Assistant Reliability Watchtower
Run ARW through the repo-backed wrapper instead of rediscovering commands by hand.
Quick start
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-preamble
The wrapper accepts --repo-root (or ARW_REPO_ROOT) so repo location stays explicit outside the skill contract, and it exports PYTHONPATH correctly.
Workflow
- Read
references/release-contract.mdfor scope, release posture, and anti-goals. - Read
references/probe-catalog.mdwhen you need to explain what ARW currently watches. - Read
references/config-contract.mdwhen you need to set thresholds, artifact location, or delivery evidence values. - Point the wrapper at the checked-out ARW repo with
--repo-root /path/to/arw-watchtowerwhen autodetection is not enough. - Use
scripts/arw_skill.pyfor the common operational paths. - Keep writes inside the configured ARW repo and
artifacts/arw/**.
Common tasks
Run smoke probes
python3 scripts/arw_skill.py smoke
Generate a digest
python3 scripts/arw_skill.py digest --window-hours 24
Run the validation evidence drill
python3 scripts/arw_skill.py verify-scorecard-evidence
Render the final operator preamble
python3 scripts/arw_skill.py verify-scorecard-preamble
Notes
- This RC surface is intentionally repo-backed for now. It is an internal release candidate, not a marketplace-polished public release.
verify-scorecard-evidenceandverify-scorecard-preamblenow use skill-level dry-run delivery values instead of inheriting repo-local recipient ids.- Prefer RC1 work that improves packaging, operator clarity, portability, or high-value probe coverage.
- Avoid expanding the backlog with new micro-gates unless they directly unblock RC1.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install assistant-reliability-watchtower - After installation, invoke the skill by name or use
/assistant-reliability-watchtower - Provide required inputs per the skill's parameter spec and get structured output
What is Assistant Reliability Watchtower?
Deterministic reliability monitoring for OpenClaw assistant workflows. Use when you need to run ARW smoke probes, generate a daily digest, validate scorecard... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install Assistant Reliability Watchtower?
Run "/install assistant-reliability-watchtower" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Assistant Reliability Watchtower free?
Yes, Assistant Reliability Watchtower is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Assistant Reliability Watchtower support?
Assistant Reliability Watchtower is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Assistant Reliability Watchtower?
It is built and maintained by wit-oc (@wit-oc); the current version is v0.1.0.