Cortex is a file-based, git-tracked persistent memory system for AI agents that features a behavioral knowledge graph and hybrid search.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cortex-ai
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 cortex-ai using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Cortex provides a sophisticated infrastructure for AI agents to maintain long-term state and structured recall across multiple sessions. By implementing a dual-layer approach—consisting of the Mind for behavioral memory and the Vault for document storage—this skill allows agents to evolve their understanding of user preferences and complex data environments. As part of the Openclaw Skills ecosystem, Cortex ensures that every memory update is captured as a git commit, providing full transparency and version control for agentic intelligence without requiring constant LLM calls for storage logic.
To integrate this memory layer into your Openclaw Skills workflow, follow these installation steps:
# Clone the Cortex repository
git clone https://github.com/sigmalabs-ai/cortex.git
cd cortex
# Install the necessary dependencies
npm install
# Initialize the memory vault
./cortex init
Cortex organizes data into a structured file-based hierarchy optimized for search and retrieval:
| Component | Description | Format |
|---|---|---|
| Mind | 19 typed entries for behavioral memory, decisions, and lessons | JSON/Markdown |
| Vault | Persistent document store with full CRUD capabilities | Text/Markdown |
| Search | Hybrid index combining BM25, semantic, and temporal data | Vector/File Index |
| Observer | Logic for automatic extraction from conversation logs | Process Stream |
Loading
Buffer is a session management framework that ensures AI agents maintain context persistence and peak performance through structured handoffs and real-time monitoring.

A comprehensive diagnostic and repair skill designed to maintain agent persistence, fix communication channels, and optimize OpenClaw configurations.

A specialized extension for OpenClaw that enables the integration of custom tools like my_tool to handle specific user tasks.

A comprehensive financial management framework for technology companies in Beijing, integrating R&D budgeting, tax optimization, and compliance.

A specialized financial utility for real-time Hong Kong Dollar (HKD) exchange rate conversion and historical trend analysis.

A command-line interface for Postman that enables seamless API discovery, request inspection, and environment variable resolution without leaving the terminal.








































