← Back to Skills Marketplace
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install thememoria
Description
Use Memoria as OpenClaw's durable memory slot. Triggers: "remember this", "save to memory", "what do you remember", "continue from last time", "forget this",...
Usage Guidance
This skill appears to do what it says (use Memoria as durable memory) but pay attention before installing: 1) The SKILL.md/setup docs ask you to supply MEMORIA_API_URL/API_KEY and an embedding key — those secrets are required for cloud/embedded operation but were not declared in the registry metadata; confirm where those keys will be stored and which network endpoint you will trust. 2) The setup doc suggests running a remote install script via curl | bash; avoid piping unknown scripts into your shell unless you audit the script or use a vetted release. 3) Prefer installing via the official openclaw plugin registry or a checked GitHub release and verify signatures or pinned commit SHAs where possible. 4) Review the upstream Memoria repo (https://github.com/matrixorigin/Memoria) and its install scripts before running them. 5) If you will store sensitive data, ensure the Memoria backend and API endpoint meet your security and privacy requirements. If you want higher confidence, ask the publisher to: add declared env vars to the registry metadata, include a vetted install spec, and avoid recommending curl|bash in their user-facing docs.
Capability Analysis
Type: OpenClaw Skill
Name: thememoria
Version: 0.2.0
The skill bundle provides instructions for integrating Memoria as a long-term memory system for OpenClaw. It is classified as suspicious because `references/setup.md` contains a 'curl | bash' command (targeting `https://raw.githubusercontent.com/matrixorigin/Memoria/main/scripts/install.sh`) for local installation, which is a high-risk pattern for remote code execution. While the instructions appear aligned with the stated purpose of the plugin and lack clear malicious intent, this installation method represents a significant security risk if executed by the agent.
Capability Assessment
Purpose & Capability
The name, description, and runtime instructions consistently describe using Memoria as OpenClaw's durable memory and map to the listed memory_* operations. However, the SKILL.md and setup docs reference API_URL/API_KEY/EMBEDDING_API_KEY and explicit plugin installation steps that are not reflected in the registry's declared requirements (registry lists no required env vars or binaries). This mismatch between declared requirements and the documented onboarding is unexpected.
Instruction Scope
The runtime instructions focus on retrieving, storing, correcting, and managing memory via memory_* tools and are scoped to the stated purpose. The setup instructions (in references/setup.md) include network operations (git clone, and a curl | bash installer) and request API keys for cloud/local backends; these are related to enabling the plugin but broaden the surface the operator must trust.
Install Mechanism
The registry has no formal install spec, but the included setup docs recommend: (a) openclaw plugin install (safe/expected) and (b) optionally cloning from GitHub or running curl -sSL https://raw.githubusercontent.com/.../install.sh | bash. Piping a remote install script to bash is a high-risk install mechanism because it executes unreviewed code fetched at runtime. The git clone fallback is less risky but still pulls code from an external repo. The instructions do not provide cryptographic verification or pinned release URLs.
Credentials
The skill registry declares no required environment variables or primary credential, but the SKILL.md and setup docs explicitly reference MEMORIA_API_URL, API_KEY, and EMBEDDING_API_KEY for cloud and embedded modes. Asking for API keys and endpoints is proportionate to a memory plugin, but the mismatch (documentation requires secrets while registry metadata lists none) is a coherence problem and a user-config/expectation risk.
Persistence & Privilege
The skill does not request always:true and does not declare modifications to other skills or system-wide settings. It is user-invocable and allows autonomous invocation (the platform default). Nothing in the skill requests elevated persistence beyond normal plugin behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install thememoria - After installation, invoke the skill by name or use
/thememoria - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Initial ClawHub release of the Memoria durable-memory skill for OpenClaw.
Metadata
Frequently Asked Questions
What is Memoria?
Use Memoria as OpenClaw's durable memory slot. Triggers: "remember this", "save to memory", "what do you remember", "continue from last time", "forget this",... It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Memoria?
Run "/install thememoria" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memoria free?
Yes, Memoria is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memoria support?
Memoria is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memoria?
It is built and maintained by i.an (@randomradio); the current version is v0.2.0.
More Skills