A robust lifecycle management tool that prevents context loss by automatically persisting and restoring AI agent state across compactions and restarts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install session-state-tracker
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-state-tracker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Session State Tracker is a specialized utility designed to solve the common problem of context loss in long-running AI conversations. Built specifically for the Openclaw Skills ecosystem, it acts as a persistent memory layer that records the agent's current task, status, and next steps in a local Markdown file. By using lifecycle hooks, this skill ensures that critical project information survives session compactions and gateway restarts, providing a continuous workflow for complex development tasks.
This skill is part of a growing library of Openclaw Skills focused on enhancing agent autonomy and reliability. It operates entirely locally, utilizing a schema-validated SESSION_STATE.md file within your workspace root to maintain a single source of truth. Whether you are working on a multi-day coding project or managing complex deployments, this tool keeps your agent oriented and productive without manual intervention.
Install the skill via the hub:
clawhub install qsmtco/session-state-tracker
Alternatively, manually add the skill to your openclaw.json configuration:
"skills": {
"entries": {
"session-state-tracker": { "enabled": true }
}
}
For advanced discovery features, ensure session indexing is enabled in your agent configuration to allow the skill to synthesize state from previous transcripts.
The skill manages a SESSION_STATE.md file in the workspace root. It uses a structured YAML frontmatter for machine readability and a Markdown body for human-readable context.
| Field | Type | Description |
|---|---|---|
| project | string | The name of the current active project |
| task | string | A concise description of the current objective |
| status | string | The current workflow state (active, blocked, done, in-progress) |
| last_action | string | A summary of the most recent update or change |
| next_steps | array | A list of pending actions to be completed |
| updated | string | An ISO 8601 timestamp of the last modification |
Loading
A domain-restricted local search engine that provides authoritative technical documentation results without web spam.

An API-driven skill for managing product listings and metadata on Taobao and Goofish marketplaces.

A powerful typing performance monitor that integrates Monkeytype statistics and personalized improvement tips into your AI agent workflow.

A high-performance design skill for building production-grade frontend interfaces that reject generic AI patterns in favor of bold, intentional aesthetics.

A comprehensive toolkit designed to drastically reduce token usage and API expenditures through intelligent context management and task-based model routing.

tokenQrusher is a high-performance optimization system that drastically reduces AI agent token usage through intelligent context filtering and heartbeat management.








































