/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install driftwatch - After installation, invoke the skill by name or use
/driftwatch - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.
How do I install DriftWatch — Agent Identity Drift Monitor?
Run "/install driftwatch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DriftWatch — Agent Identity Drift Monitor free?
Yes, DriftWatch — Agent Identity Drift Monitor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does DriftWatch — Agent Identity Drift Monitor support?
DriftWatch — Agent Identity Drift Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DriftWatch — Agent Identity Drift Monitor?
It is built and maintained by m-maciver (@m-maciver); the current version is v1.0.0.