Jackal Memory
/install jackal-memory
Jackal Memory
Persist your memory across sessions and machines. Your data lives on Jackal Protocol decentralized storage — not on any single machine. If the machine dies, your memory survives.
Setup
- Get an API key: https://web-production-5cce7.up.railway.app/auth/login
- Set environment variable:
JACKAL_MEMORY_API_KEY=\x3Cyour-key> - First run only — provision your storage (requires a Jackal address):
python {baseDir}/client.py provision \x3Cyour-jkl-address>
Base URL
https://web-production-5cce7.up.railway.app
Auth
Authorization: Bearer $JACKAL_MEMORY_API_KEY
Usage
On session start — restore memory:
python {baseDir}/client.py load \x3Ckey>
On session end — save memory:
python {baseDir}/client.py save \x3Ckey> \x3Ccontent>
Or call the API directly:
GET /load/{key}
POST /save {"key": "...", "content": "..."}
POST /provision {"jackal_address": "jkl1..."}
Behaviour guidelines
- Load your identity/memory blob on startup before doing any work
- Write locally during the session as normal
- Call save at session end or on significant state changes
- Use descriptive keys:
identity,session-2026-02-26,project-jackal - Never log or expose
JACKAL_MEMORY_API_KEYin output
Security
- Never paste API keys into chat logs
- Your private key is held by your agent — Jackal Memory never sees it
- Treat memory content as sensitive — it may contain credentials or personal data
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jackal-memory - After installation, invoke the skill by name or use
/jackal-memory - Provide required inputs per the skill's parameter spec and get structured output
What is Jackal Memory?
Sovereign, recoverable memory for AI agents backed by Jackal decentralized storage. It is an AI Agent Skill for Claude Code / OpenClaw, with 453 downloads so far.
How do I install Jackal Memory?
Run "/install jackal-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Jackal Memory free?
Yes, Jackal Memory is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Jackal Memory support?
Jackal Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Jackal Memory?
It is built and maintained by Regan-Milne (@regan-milne); the current version is v0.1.0.