A high-performance, HDF5-backed persistent cognitive memory system for AI agents featuring hybrid vector search and temporal decay.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install edgehdf5-memory
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 edgehdf5-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
EdgeHDF5 Memory is a sophisticated persistent storage solution designed for AI agents that need to maintain long-term cognitive context. As a key component in the Openclaw Skills library, it utilizes the HDF5 file format to provide a scalable and efficient backbone for storing conversation exchanges, metadata, and high-dimensional embeddings. The skill is engineered to handle complex retrieval tasks by combining semantic vector search with BM25 hybrid retrieval, allowing agents to access past interactions with extreme precision.
Built for developers who require more than just ephemeral context, this tool integrates advanced cognitive features like Hebbian learning and temporal decay to mimic biological memory processes. By leveraging a Write-Ahead Log (WAL), EdgeHDF5 Memory ensures low-latency writes and data integrity, making it an essential addition to any developer's toolkit when working with Openclaw Skills for autonomous or semi-autonomous agent development.
To integrate this capability into your Openclaw Skills setup, first install the CLI binary via cargo:
cargo install edgehdf5-cli
Once installed, you can initialize your agent's memory storage:
edgehdf5 --path agent.h5 create --agent-id myagent --dim 384 --wal
Ensure the EDGEHDF5_PATH environment variable is set or passed as a flag to enable persistent access across different agent sessions.
The skill organizes data using the HDF5 hierarchical format, ensuring compatibility with standard data science tools. The schema includes:
| Component | Description |
|---|---|
| .h5 File | The primary persistent storage containing the dataset and index. |
| .wal File | Write-Ahead Log used for capturing low-latency writes before flushing. |
| MemoryEntry | JSON schema including chunk, embedding, source_channel, timestamp, session_id, and tags. |
| Metadata | Internal tracking for agent-id, embedding dimensions, and entry counts. |
Loading
A powerful integration to programmatically manage documents, tags, and metadata within a Paperless-ngx instance.

Viboost is an automated logging utility that tracks every tool call made by your AI agent and syncs it to your public viboost.ai profile.

A technical skill for deploying a remote-controlled, visually accessible Chrome browser environment on a Linux VPS for agent-driven automation.

Analyze and optimize outbound campaign engagement signals within HubSpot or Salesforce to improve reply rates and follow-up prioritization.

An advanced document conversion utility that uses GPT-4o vision to transform complex PDFs and images into clean, structured Markdown.

A procedural clarity tool designed to help creators organize documentation and understand the workflow of automated copyright claims.








































