Loading...
Loading...
Run `gbrain skillpack-check` to produce an agent-readable JSON health report for the gbrain install. Wraps `gbrain doctor` + `gbrain apply-migrations --list` so a host agent (your OpenClaw's morning-briefing, any OpenClaw cron) can see at a glance whether the skillpack needs attention. Use when the user asks "is gbrain healthy?", when a cron fires a morning check, or proactively when something seems off (jobs not running, brain not updating, autopilot silent).
npx skill4agent add garrytan/gbrain skillpack-checkgbrain skillpack-checkhealthysummaryactionsdoctorgbrain doctor --fast --jsonmigrationsapply-migrations --list01actions[]2morning-briefinggbrain skillpack-check --quietgbrain skillpack-checkhealthy: truehealthy: falseactions[]for cmd in $(echo "$REPORT" | jq -r '.actions[]'); do
eval "$cmd"
doneactions[]gbrain apply-migrations --yesstatus: "partial"skills/migrations/v0.11.0.mdgbrain embed --stalegbrain check-backlinks --fixRun:exit 2$PATHwhich gbraingbrain --version~/.gbrain/{
"version": "0.11.1",
"ts": "2026-04-18T12:34:56.789Z",
"healthy": false,
"summary": "gbrain skillpack needs attention: 1 action(s) — gbrain apply-migrations --yes",
"actions": ["gbrain apply-migrations --yes"],
"doctor": {
"exit_code": 1,
"checks": [
{ "name": "minions_migration", "status": "fail", "message": "MINIONS HALF-INSTALLED (partial migration: 0.11.0). Run: gbrain apply-migrations --yes" }
]
},
"migrations": {
"applied_count": 0,
"pending_count": 0,
"partial_count": 1,
"stdout": "..."
}
}--quiet--quietfailwarngbrain doctorgbrain apply-migrations --listskills/migrations/v0.11.0.mdpending-host-work.jsonldocs/guides/minions-fix.md