Dolores 运维工具
PassAudited by ClawScan on May 10, 2026.
Overview
This is a coherent self-maintenance skill, but users should notice that it can read conversation history, write persistent memory, run local maintenance commands, and set recurring tasks if configured.
This skill appears safe to install if you want OpenClaw self-maintenance. Before using it, decide whether you want conversation history summarized into persistent memory, confirm any file deletions, and only enable heartbeat or cron schedules you are comfortable having run repeatedly.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Important details from conversations, such as preferences, decisions, or commitments, may be saved and reused later.
The skill explicitly reads conversation history and writes selected information into persistent memory files.
回顾当天对话记录(`sessions_history`)... 提取重要事项写入 `memory/YYYY-MM-DD.md` ... 判断是否有值得沉淀到 `MEMORY.md` 的内容
Only use memory sync if you want this persistence; review memory files periodically and avoid saving sensitive or temporary information.
The agent may start local services, inspect logs, write files, or clean old logs as part of maintenance.
The skill can execute local OpenClaw commands and modify or remove maintenance-related files, which is expected for an operations helper.
allowed-tools: [exec, read, write, edit, sessions_list] ... Gateway 不运行 → 执行 `openclaw gateway start` ... 清理超过 30 天的旧日志
Review command output and cleanup plans before allowing changes, especially when deleting files or changing service state.
If you enable the heartbeat or cron examples, the maintenance tasks may run repeatedly without a fresh manual prompt each time.
The skill documents scheduled daily/weekly maintenance via cron or heartbeat, creating recurring agent activity when configured.
触发:每天 8:00 (via cron) 或 heartbeat ... 触发:每天 21:00 (via heartbeat) ... 在 `HEARTBEAT.md` 中添加
Enable scheduled tasks only if you want recurring self-maintenance, and keep the schedule visible and easy to disable.
