Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
A safe, zero-dependency, platform-aware system cleanup skill for OpenClaw. Use when disk space is low or cleanup is requested.
--dry-run first when user confidence is low.node /root/.openclaw/workspace/skills/claw-janitor/janitor.js [flags]
--dry-run: preview only--deep: aggressive cleanup mode--json: structured output--no-color: disable ANSI color--report-file <path>: write JSON summary to file--only <group>: run only one group (ai-scan|packages|docker|system)--skip <group>: skip one group (ai-scan|packages|docker|system)-h, --help: show usagenode /root/.openclaw/workspace/skills/claw-janitor/janitor.jsnode /root/.openclaw/workspace/skills/claw-janitor/janitor.js --dry-runnode /root/.openclaw/workspace/skills/claw-janitor/janitor.js --dry-run --only packagesnode /root/.openclaw/workspace/skills/claw-janitor/janitor.js --dry-run --json --report-file /tmp/janitor-report.json