Jackal Memory provides sovereign, AES-256-GCM encrypted persistence for AI agents using decentralized storage to ensure data survives across machines.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jackal-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 jackal-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Jackal Memory is a robust storage solution designed for AI agents that requires state persistence across different sessions and physical hardware. Unlike traditional local storage, this skill utilizes the Jackal Protocol decentralized architecture, ensuring that your agent's memory is never tied to a single point of failure. If your machine fails, your agent's memory remains recoverable from the blockchain-backed storage layer.
Security is a core pillar of this skill. All content is encrypted client-side using AES-256-GCM before it ever leaves your machine. This zero-knowledge approach means that the storage provider and the server never see your plaintext data. It is a vital component for developers building resilient and private Openclaw Skills.
To begin using this skill within your Openclaw Skills environment, first obtain an API key from the Jackal Memory dashboard and set up your local environment.
pip install cryptography
export JACKAL_MEMORY_API_KEY=<your-key>
On the first save operation, an encryption key is automatically generated. To share this memory across multiple machines, you must manually manage your encryption key:
# To generate and view your key
python client.py keygen
# Set the key as an environment variable on other machines
export JACKAL_MEMORY_ENCRYPTION_KEY=<your-key>
Jackal Memory organizes data into encrypted blobs mapped to user-defined keys. This allows for granular control over different aspects of agent memory.
| Attribute | Description |
|---|---|
| Key | A unique string identifier for the memory (e.g., 'identity', 'session-log'). |
| Content | AES-256-GCM encrypted data payload stored on the decentralized network. |
| Metadata | Information regarding storage usage and API limits. |
| Auth | Managed via Bearer token in the Authorization header. |
Loading
Jackal Memory provides sovereign, recoverable, and decentralized storage for AI agents to persist context across different sessions and machines.

Decentralized, AES-256 encrypted storage for AI agent memory backed by the Jackal Protocol.

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 professional integration for managing Samsung Smart TVs via the SmartThings API, enabling automated device control and application launching.

A powerful automation skill for agencies to pull multi-source analytics and deliver branded reports automatically.








































