Sovereign encrypted memory for your Hermes Agent.
Six async tools to store key/value memories and journal entries on
Nostr relays — encrypted to the agent's own keypair. Nobody else can
read them. Mirrors the OpenClaw pip install sense-memory SDK.
hermes plugins install HumanjavaEnterprises/sensememory.app.HA-python.srcexport NOSTRKEY_NSEC="nsec1..." # or IDENTITY_FILE + PASSPHRASE
export MEMORY_RELAY_URLS="wss://relay.damus.io,wss://relay.nostr.band"| Tool | Purpose |
|---|---|
memory_remember |
Store key→value (encrypted) |
memory_recall |
Fetch one by key |
memory_recall_all |
List all memories |
memory_forget |
Publish NIP-09 deletion |
memory_journal |
Append a timestamped journal entry |
memory_recent |
Recent journal entries |
OpenClaw build: huje.sensememory.OC-python.src.
MIT License.