返回顶部
j

jackal-memory

Sovereign, recoverable memory for AI agents backed by Jackal decentralized storage.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
385
下载量
1
收藏
概述
安装方式
版本历史

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 1. Get an API key: https://web-production-5cce7.up.railway.app/auth/login 2. Set environment variable: `JACKAL_MEMORY_API_KEY=<your-key>` 3. First run only — provision your storage (requires a Jackal address): ``` python {baseDir}/client.py provision <your-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 <key> ``` **On session end** — save memory: ``` python {baseDir}/client.py save <key> <content> ``` **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_KEY` in 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 jackal-memory-1776296587 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 jackal-memory-1776296587 技能

通过命令行安装

skillhub install jackal-memory-1776296587

下载 Zip 包

⬇ 下载 jackal-memory v0.1.0

文件大小: 2.88 KB | 发布时间: 2026-4-16 18:34

v0.1.0 最新 2026-4-16 18:34
Initial release of Jackal Memory

- Enables AI agents to persist memory across sessions and machines using Jackal decentralized storage.
- Provides setup instructions, including how to provision storage and authenticate using API keys.
- Supports loading and saving memory via both Python client and direct API calls.
- Emphasizes secure handling of API keys and sensitive memory content.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部