Skillpack Check Contract Running returns a JSON report with: - (bool): true if no action needed. - (string): one-line summary safe to quote in a briefing. - (string[]): every remediation command. If non-empty, run them. - : full output (filesystem checks). - : applied/pending/partial counts from . Exit code: - — healthy, nothing to do. - — action needed. Read and execute. - — could not determine (binary crash or missing subcommand). Investigate. When to run - Daily cron (e.g. your OpenClaw's ): . Exit code alone tells you if anything is wrong; surface a one-liner in the briefing only when exi…