/install driftwatch
DriftWatch 🔍
Agent Identity Drift Monitor for OpenClaw workspaces
Uses your workspace's existing git history to track changes to agent identity files. For each change it classifies severity, optionally runs LLM semantic analysis, and outputs a human-readable markdown report.
Usage
# Full report, last 30 days (heuristic only, fast)
python3 skills/driftwatch/driftwatch.py --no-llm --days 30
# With LLM semantic analysis (requires ANTHROPIC_API_KEY)
python3 skills/driftwatch/driftwatch.py --days 30
# Last 7 days
python3 skills/driftwatch/driftwatch.py --no-llm --days 7
# Cron/heartbeat mode: silent unless concerns found
python3 skills/driftwatch/driftwatch.py --cron --days 7
What it tracks
SOUL.md— core personality and valuesIDENTITY.md— agent name, creature, vibeAGENTS.md— operational rules and protocolsUSER.md— what agents know about their humanTOOLS.md— tool and access notesagents/*/MEMORY-INDEX.md— per-agent active context
Output
Writes a markdown report to the skill directory. Flags:
- 🟡 Medium: human should review
- 🔴 High: potential concern — review before next agent session
Add to weekly heartbeat
## Weekly Drift Check (Mondays)
Run: python3 skills/driftwatch/driftwatch.py --cron --days 7
Read-only. Does not modify any files.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install driftwatch - 安装完成后,直接呼叫该 Skill 的名称或使用
/driftwatch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
DriftWatch — Agent Identity Drift Monitor 是什么?
Monitor agent identity drift using git history. Detects when AI agents quietly modify their own SOUL.md, IDENTITY.md, AGENTS.md, or memory files — autonomy e... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。
如何安装 DriftWatch — Agent Identity Drift Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install driftwatch」即可一键安装,无需额外配置。
DriftWatch — Agent Identity Drift Monitor 是免费的吗?
是的,DriftWatch — Agent Identity Drift Monitor 完全免费(开源免费),可自由下载、安装和使用。
DriftWatch — Agent Identity Drift Monitor 支持哪些平台?
DriftWatch — Agent Identity Drift Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DriftWatch — Agent Identity Drift Monitor?
由 m-maciver(@m-maciver)开发并维护,当前版本 v1.0.0。