Install
openclaw skills install driftwatchMonitor 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...
openclaw skills install driftwatchAgent 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.
# 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
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 contextWrites a markdown report to the skill directory. Flags:
## Weekly Drift Check (Mondays)
Run: python3 skills/driftwatch/driftwatch.py --cron --days 7
Read-only. Does not modify any files.