Check invariants
Cron maintenance wrapper for OpenClaw invariant checks. Kept for the cron job that invokes workspace/tools/check-invariants.sh through skill-wrapper.From its SKILL.md
npx -y skills add Walliiee/agent-harness --skill check-invariantsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.9 KB, 130 tokens by cl100k_base, as published. Nobody here has run it
check-invariants
Cron maintenance wrapper for ${OPENCLAW_HOME}/workspace/tools/check-invariants.sh.
Contract
- Primary trigger: OpenClaw cron job
Invariants check — weekly Sun 04:00. - Must run through
${OPENCLAW_HOME}/bin/skill-wrapper --skill check-invariants --agent main --trigger cron. - The wrapped script owns the invariant list and failure behavior.
- Preserve exit codes so cron failure handling and the skill-runs ledger agree.
Verification
bash ${OPENCLAW_HOME}/workspace/tools/check-invariants.sh
openclaw cron list
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.