Log Scrubber
/install log-scrubber
Log Scrubber
This skill automatically scans your /root/.openclaw/workspace/ environment, logs, and memory files to detect and redact sensitive information like API keys, tokens, and credentials.
Features
- Proactive Scanning: Scans for known patterns (regex) of common secrets.
- Automated Redaction: Sanitizes files in-place while keeping backups of original files (e.g.,
.bakextension). - Dry-Run Mode: Allows you to simulate redaction without modifying files.
- Security: Ensures your secrets don't accidentally end up in logs sent to providers or stored in plain-text memory files.
Usage
To perform a dry-run (check proposed changes without modification):
python3 /root/.openclaw/workspace/skills/log-scrubber/scripts/scrub.py --dry-run
To apply changes:
python3 /root/.openclaw/workspace/skills/log-scrubber/scripts/scrub.py
External Endpoints
- This skill does not call any external endpoints. It operates entirely locally.
Security & Privacy
- This skill performs all redaction operations locally on your machine. No data is sent to external servers.
Model Invocation
- This skill runs locally and does not autonomously invoke models beyond the standard OpenClaw agent execution.
Trust Statement
- By using this skill, you agree that it will overwrite files in your workspace with redacted versions. Always ensure you have backups of important data.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install log-scrubber - 安装完成后,直接呼叫该 Skill 的名称或使用
/log-scrubber触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Log Scrubber 是什么?
Automatically redacts API keys, tokens, and secrets from workspace logs and memory files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。
如何安装 Log Scrubber?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install log-scrubber」即可一键安装,无需额外配置。
Log Scrubber 是免费的吗?
是的,Log Scrubber 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Log Scrubber 支持哪些平台?
Log Scrubber 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Log Scrubber?
由 Heather-Herbert(@heather-herbert)开发并维护,当前版本 v1.0.2。