/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install assistant-reliability-watchtower - 安装完成后,直接呼叫该 Skill 的名称或使用
/assistant-reliability-watchtower触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 Assistant Reliability Watchtower?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install assistant-reliability-watchtower」即可一键安装,无需额外配置。
Assistant Reliability Watchtower 是免费的吗?
是的,Assistant Reliability Watchtower 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Assistant Reliability Watchtower 支持哪些平台?
Assistant Reliability Watchtower 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Assistant Reliability Watchtower?
由 wit-oc(@wit-oc)开发并维护,当前版本 v0.1.0。