Memory Memoria

v0.2.0

Use Memoria as OpenClaw's durable memory slot. Triggers: "remember this", "save to memory", "what do you remember", "continue from last time", "forget this",...

1· 126·0 current·0 all-time
byi.an@randomradio
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (durable memory via Memoria) matches the runtime instructions: routing to memory_* tools, retrieval, store/correct/forget, snapshots, branches, and operational patterns. Nothing unrelated to memory management is requested.
Instruction Scope
SKILL.md stays focused on memory operations and includes explicit flows for retrieve/store/repair/rollback. The setup examples show CLI commands that install/verify the OpenClaw Memoria plugin. The instructions reference environment variables (DB URL, embedding provider, and embedding API key) in examples; they do not instruct reading unrelated files or exfiltrating data, but the examples imply the plugin will use external embedding services and a DB if you configure them.
Install Mechanism
No install spec or code files are provided by the skill itself — it is instruction-only. The install steps are user-invoked openclaw CLI commands (no automatic downloads or archive extraction by the skill). This is the lower-risk model for skills.
Credentials
The skill metadata declares no required environment variables, which is consistent with being instruction-only. However, the setup examples reference sensitive configuration (MEMORIA_DB_URL, MEMORIA_EMBEDDING_API_KEY / openai API key, embedding model and dims). Those are reasonable and proportionate for running a memory backend that uses embeddings, but they are sensitive credentials you would need to supply to run the plugin — the skill itself does not declare or require them up front.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or attempt to modify other skills' configs. It describes creating snapshots/branches for memory state but does not request elevated agent privileges.
Assessment
This skill appears coherent for using Memoria as OpenClaw's long-term memory. Before enabling: (1) verify the plugin source code at the linked homepage and confirm you trust it; (2) be prepared to provide a database URL and an embeddings API key (the setup examples show OpenAI keys) — those are sensitive credentials and give the memory backend access to store and embed your data; (3) follow the skill's advice to snapshot before bulk deletes and to verify writes/repairs after changes; (4) consider privacy implications of storing secrets or personally identifying data in the external memory backend; and (5) if you only want ephemeral or file-based notes, prefer OpenClaw's built-in file memory rather than enabling this plugin.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fbhhcjp8n59z7b54xx6fw618397h8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧠 Clawdis

Comments