chore(workspace): add hardened startup/security workflows and skill suite

This commit is contained in:
zap
2026-03-04 19:13:33 +00:00
parent 4903e9d75d
commit 808af5ee13
58 changed files with 3787 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "OpenClaw deep healthcheck (portable)",
"schedule": {
"kind": "cron",
"expr": "0 6,19 * * *",
"tz": "${OPENCLAW_HEALTH_TZ:-America/New_York}"
},
"payload": {
"kind": "agentTurn",
"message": "Run bash scripts/healthcheck.sh and report verdict, counts, artifact path, and active issues.",
"timeoutSeconds": 600
},
"sessionTarget": "isolated",
"delivery": {
"mode": "announce"
},
"enabled": true
}