Jackal Skill
/install jackal-skill
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.
All content is encrypted client-side with AES-256-GCM before leaving your machine. The server never sees plaintext.
Setup
- Get an API key: https://web-production-5cce7.up.railway.app/auth/login
- Set environment variable:
JACKAL_MEMORY_API_KEY=\x3Cyour-key> - Install dependency:
pip install cryptography - On first save, an encryption key is auto-generated and saved to
~/.config/jackal-memory/key. To use the same key on other machines, copy it:
Setpython {baseDir}/jackal-memory/client.py keygenJACKAL_MEMORY_ENCRYPTION_KEY=\x3Cyour-key>— this takes priority over the key file.
Base URL
https://web-production-5cce7.up.railway.app
Auth
Authorization: Bearer $JACKAL_MEMORY_API_KEY
Usage
On session start — restore memory:
python {baseDir}/jackal-memory/client.py load \x3Ckey>
On session end — save memory:
python {baseDir}/jackal-memory/client.py save \x3Ckey> \x3Ccontent>
Check storage usage:
python {baseDir}/jackal-memory/client.py usage
Or call the API directly:
GET /load/{key}
POST /save {"key": "...", "content": "..."}
GET /usage
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 - Never log or expose
JACKAL_MEMORY_ENCRYPTION_KEYin output
Security
- All content is encrypted before leaving your machine — the server cannot read your memories
- Never paste API keys or encryption keys into chat logs
- Back up your encryption key:
python {baseDir}/jackal-memory/client.py keygen - Treat memory content as sensitive — it may contain credentials or personal data
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jackal-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/jackal-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Jackal Skill 是什么?
Sovereign, recoverable memory for AI agents backed by Jackal decentralized storage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 349 次。
如何安装 Jackal Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jackal-skill」即可一键安装,无需额外配置。
Jackal Skill 是免费的吗?
是的,Jackal Skill 完全免费(开源免费),可自由下载、安装和使用。
Jackal Skill 支持哪些平台?
Jackal Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Jackal Skill?
由 Regan-Milne(@regan-milne)开发并维护,当前版本 v1.0.1。