Bridges the gap between transient chat logs and long-term memory by summarizing sessions and enabling keyword-based history search.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install session-memory-workspace
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-memory-workspace 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 Memory skill is a specialized utility within the Openclaw Skills ecosystem designed to give AI agents persistent historical awareness. It transforms raw session transcripts into structured daily memory files, allowing agents to recall specific details from past conversations through citations and retrieval-augmented generation. By bridging the local session storage and the workspace memory directory, this skill ensures that context is never lost across different sessions.
This skill is particularly valuable for developers building complex workflows where the agent needs to reference previous decisions, code snippets, or user preferences discussed in earlier dates. It provides the technical infrastructure to answer queries like "what did we talk about last week?" while maintaining a clean and searchable data structure for the Openclaw Skills framework.
To get started with this component of Openclaw Skills, ensure you have Node.js installed and follow these steps:
# Navigate to your workspace root
cd ~/.openclaw/workspace
# Summarize a specific day's chat history
node skills/session-memory/scripts/session-to-memory.js --date 2026-02-27 --append
# Search your entire session history for a keyword
node skills/session-memory/scripts/session-search.js --query "your search term" --limit 10
| Path | Format | Description |
|---|---|---|
~/.openclaw/agents/main/sessions/ |
JSONL | Stores the raw transcript of every message and metadata for each session. |
<workspace>/memory/YYYY-MM-DD.md |
Markdown | The output file containing daily session summaries used for RAG and citations. |
sessions.json |
JSON | An index file used to map session IDs to specific dates and timestamps. |
Loading
A discovery and installation engine for extending AI agent capabilities through the open skills ecosystem.

A comprehensive automation suite providing pixel-perfect control over mouse, keyboard, and screen operations for AI agents.

A comprehensive integration for accessing Spotify listening history, top artists, and personalized music recommendations through the Spotify Web API.

Access indexed Discord support channels to find community-driven solutions to technical problems.

A comprehensive tool for connecting brokerage accounts through SnapTrade to monitor balances and execute stock trades automatically.

A comprehensive health integration that fetches, interprets, and charts WHOOP biometric data to optimize recovery and track fitness experiments.








































