Proactively monitors context levels to save critical session information before AI token compaction occurs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install session-watchdog
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install session-watchdog using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Session Watchdog is a specialized management layer for maintaining long-term project context in AI-driven development. It addresses the inherent limitations of LLM token windows by monitoring usage and intervening before critical information is lost through compaction. As a core utility in the Openclaw Skills ecosystem, it ensures that project decisions, task lists, and unresolved issues are safely archived to persistent storage, allowing for seamless session transitions and deep technical continuity.
Session Watchdog is integrated directly into the agent workflow. Ensure your environment is configured to allow file writes to the memory directory.
# Verify the ability to check session status
session_status
The skill organizes data into chronological Markdown files located in the memory/ directory. Each checkpoint follows a specific structure:
| Section | Description |
|---|---|
| Decisions | High-level architectural or logical choices made during the session. |
| Pending | A checklist of tasks that remain uncompleted. |
| Important Context | Project state, configurations, and paths of modified files. |
| Unresolved | Specific bugs or issues requiring follow-up in the next session. |
Loading
An end-of-session automation tool that synchronizes code, extracts technical learnings, and evolves project rules using AI pattern detection.

A local, privacy-focused speech-to-text solution that leverages OpenAI's Whisper model on Kubernetes for fast audio transcription and translation.

A TomTom-powered AI skill that provides real-time traffic analysis, geocoding, and travel recommendations for any route.

Taskleef is a versatile terminal-based task manager that syncs with Taskleef.com to handle todos, subtasks, projects, and visual kanban boards.

A local-first financial management skill that syncs bank transactions and email bills while maintaining complete data sovereignty.

A local, verifiable naming and storage layer that allows AI agents to stamp and log data retrieved from tools via the Model Context Protocol.








































