Decentralized, AES-256 encrypted storage for AI agent memory backed by the Jackal Protocol.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claw-store-skill
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 claw-store-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Claw Store provides a sovereign memory layer for AI agents, ensuring that data persists across different sessions and physical machines. By leveraging the Jackal Protocol decentralized infrastructure, this Openclaw Skills extension prevents data loss even if a local machine fails. Security is a top priority; all content is encrypted client-side using AES-256-GCM before it ever leaves the local environment, ensuring that the storage provider never has access to plaintext information. This creates a truly private and recoverable memory system for autonomous agents.
To get started with this skill, first obtain an API key from the dashboard. Then, configure your environment using the following steps:
# Set your API key
export JACKAL_MEMORY_API_KEY=<your-key>
# Install required dependencies
pip install cryptography
On the first save, an encryption key is automatically generated. To sync your agent identity across multiple machines, back up your key and set the environment variable:
# Generate and view your key
python client.py keygen
# Set the key on secondary machines
export JACKAL_MEMORY_ENCRYPTION_KEY=<your-key>
Claw Store organizes data using a key-value structure where each 'key' represents a specific memory segment. This allows Openclaw Skills to manage different contexts independently.
| Component | Type | Description |
|---|---|---|
| Storage Key | String | A descriptive identifier like 'identity' or 'project-context'. |
| Payload | Encrypted String | The AES-256-GCM encrypted content of the agent memory. |
| Metadata | JSON | Usage statistics including storage consumption and byte counts. |
Loading
A high-efficiency utility to scrape and structure tech event data from lu.ma for any global city without requiring authentication.

A comprehensive skill for controlling macOS applications and automating GUI interactions through the Accessibility API.

A powerful bridge between your personal knowledge management system and your AI agent, enabling programmatic access to Readwise and Reader data.

A specialized utility for converting raw Telegram Desktop JSON exports into polished, long screenshot-style images using Openclaw Skills.

Jackal Memory provides sovereign, recoverable, and decentralized storage for AI agents to persist context across different sessions and machines.

Jackal Memory provides sovereign, AES-256-GCM encrypted persistence for AI agents using decentralized storage to ensure data survives across machines.








































