← Back to Skills Marketplace
3d-era

@kalera/munin-openclaw

by 3d-era · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
116
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install munin-openclaw
Description
Munin - The Free (or $1.6/mo) Persistent Memory for OpenClaw. Stop your agent from having Alzheimer's.
Usage Guidance
This package appears to be a legitimate Munin adapter: it needs MUNIN_BASE_URL and MUNIN_API_KEY and will contact that endpoint to store/retrieve memories. Before installing: (1) Confirm the registry metadata discrepancy — the published metadata should list the required env vars; ask the publisher to correct/confirm. (2) Verify the provenance of @kalera/munin-sdk and @kalera/munin-runtime (review those packages or their source) because the adapter delegates network calls to them. (3) The package.json uses 'workspace:*' for dependencies — ensure your environment supplies those packages and that they are the official releases. (4) Only provide an API key to Munin endpoints you trust; if you need stronger guarantees, validate the client-side E2EE implementation and the embedding/encryption flow locally so plaintext never leaves your environment. If you are not comfortable verifying the dependent SDKs, treat this as untrusted and avoid granting the skill autonomous invocation with sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: munin-openclaw Version: 1.0.1 The skill is a legitimate adapter for 'Munin,' a persistent memory service for AI agents. It facilitates storing and retrieving agent context via an external API (MUNIN_BASE_URL). The code in src/cli.ts and src/index.ts is a standard wrapper around the @kalera/munin-sdk, and the SKILL.md provides functional instructions for setup and E2EE usage without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included code all describe a Munin memory adapter that contacts a Munin service at MUNIN_BASE_URL using MUNIN_API_KEY — that is coherent for a long-term-memory plugin. HOWEVER the registry metadata at the top of the report lists 'Required env vars: none' while package.json and SKILL.md declare MUNIN_BASE_URL and MUNIN_API_KEY as required; this metadata mismatch is concerning and should be clarified.
Instruction Scope
Runtime instructions are scoped to connecting to the Munin endpoint, storing/retrieving memory, and (optionally) performing client-side embedding + encryption for E2EE. The SKILL.md explicitly says data is sent only to MUNIN_BASE_URL and requires local embedding for the E2EE GraphRAG flow, which limits plaintext exfiltration. No instructions ask the agent to read unrelated system files or other credentials.
Install Mechanism
There is no platform install spec (instruction-only), so nothing is automatically downloaded by the installer. The package includes source and dist files and depends on @kalera/munin-sdk and @kalera/munin-runtime. Those dependencies are declared as 'workspace:*' in package.json which is unusual for a published package and may indicate the distributed bundle expects local workspace packages or otherwise unresolved dependencies — clarify how the SDK/runtime will be provided on the target system before running.
Credentials
Requested environment variables (MUNIN_BASE_URL and MUNIN_API_KEY) are proportionate to a remote memory service adapter. No unrelated credentials are requested. The main concern is the mismatch between this requirement (present in SKILL.md and package.json) and the registry metadata that listed no required env vars.
Persistence & Privilege
Skill does not request 'always: true' and does not declare elevated persistence. disable-model-invocation is false (normal). The adapter does not appear to modify other skills or global settings from the included code.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install munin-openclaw
  3. After installation, invoke the skill by name or use /munin-openclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Updated documentation and added Free/Pro tier info + E2EE details
v1.0.0
Initial release: Persistent long-term memory for OpenClaw agents
Metadata
Slug munin-openclaw
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is @kalera/munin-openclaw?

Munin - The Free (or $1.6/mo) Persistent Memory for OpenClaw. Stop your agent from having Alzheimer's. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install @kalera/munin-openclaw?

Run "/install munin-openclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is @kalera/munin-openclaw free?

Yes, @kalera/munin-openclaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does @kalera/munin-openclaw support?

@kalera/munin-openclaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created @kalera/munin-openclaw?

It is built and maintained by 3d-era (@3d-era); the current version is v1.0.1.

💬 Comments