← Back to Skills Marketplace
yoniassia

MemClawz

by Yoni · GitHub ↗ · v6.0.1 · MIT-0
cross-platform ⚠ suspicious
336
Downloads
0
Stars
1
Active Installs
7
Versions
Install in OpenClaw
/install memclawz
Description
AI agent fleet memory system — Qdrant + Mem0 + Neo4j/Graphiti. Composite scoring, compaction engine, temporal knowledge graph, multi-claw federation, sleep-t...
Usage Guidance
Before installing or enabling MemClawz: (1) Review the GitHub repo (https://github.com/yoniassia/memclawz) and any systemd service files the package installs — do not blindly run the install script. (2) Expect to provide OpenAI and Anthropic API keys and to run Qdrant/Neo4j; the registry metadata incorrectly omits these requirements. (3) Treat federation features as high-risk: only register or accept remote nodes you trust, and inspect how node_key authentication is handled. (4) Run the installation in an isolated environment (VM or container) first if you want to evaluate behavior. (5) If you plan to keep it long-term, lock the service to localhost, restrict file permissions for memory storage, and rotate any shared secrets. If you want, I can list specific files/lines to inspect in the GitHub repo or help craft a safe installation checklist.
Capability Analysis
Type: OpenClaw Skill Name: memclawz Version: 6.0.1 The skill implements a complex memory system with high-risk capabilities including a 'Multi-Claw Federation' protocol for pushing/pulling data to remote endpoints (e.g., 188.34.197.212), system-level persistence via systemd services, and an installation script (scripts/install.sh) that downloads external binaries and clones a GitHub repository. While these features align with the stated goal of a distributed agent memory system, the broad permissions and built-in data transfer mechanisms represent a significant attack surface for data exfiltration and unauthorized remote control.
Capability Assessment
Purpose & Capability
The name/description (MemClawz: Qdrant + embeddings + Neo4j temporal graph + federation) aligns with the runtime instructions and API endpoints. Requesting OpenAI and Anthropic keys (embeddings + classification) is coherent with the stated purpose. However, the registry metadata claims no required environment variables while the SKILL.md clearly requires OPENAI_API_KEY and ANTHROPIC_API_KEY (and other config values), which is an inconsistency between what the skill declares and what it actually needs.
Instruction Scope
The README instructs copying systemd service files, enabling persistent user services, cloning a GitHub repo, starting Qdrant/Neo4j, and configuring federation (push/pull of memories to arbitrary node URLs). Those actions access user filesystem, run background processes, and enable cross-node memory exchange — all expected for a memory system but potentially dangerous if you connect to untrusted nodes or run code without inspection. The SKILL.md also suggests reading local canonical files (MEMORY.md, memory/*.md), which is appropriate to the feature but means the skill will read potentially sensitive local data.
Install Mechanism
There is no registry install spec, but the packaged scripts/install.sh clones https://github.com/yoniassia/memclawz and may download Qdrant from GitHub releases. Pulling and executing code from an external GitHub repo and extracting a downloaded binary is a moderate-risk install pattern (external code execution). The URLs used are standard (GitHub), not obscure shorteners or IP-only installs, but you should review the remote repo and service files before running.
Credentials
The skill requires API keys (OpenAI for embeddings and Anthropic for classification) and other configuration (QDRANT/NEO4J connection settings) in practice, but the registry metadata lists no required env vars. The env keys requested by the instructions are proportional to the feature set, but the metadata omission is misleading and could cause surprise when installing. Federation examples also show 'node_key' secrets used to authorize remote nodes — sharing these or receiving them from untrusted parties can expose private memories.
Persistence & Privilege
The skill does not set always:true and allows model invocation (normal). However, installation instructions copy systemd service files and enable persistent user services (memclawz-api, memclawz-watcher, optionally neo4j). That creates long-running background processes and persistent network endpoints bound to localhost (or remote endpoints if misconfigured). This persistence is expected for a memory service but increases blast radius if the code or config is malicious or misconfigured.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memclawz
  3. After installation, invoke the skill by name or use /memclawz
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v6.0.1
v6.0.1: Fixed repo description — removed Zvec/QMD references, updated to reflect v6 architecture (Qdrant + Mem0 + Graphiti)
v6.0.0
v6: Graphiti temporal graph, composite scoring, compaction engine, multi-claw federation, sleep-time reflection, compaction cron
v5.0.1
v5.0.1: document local-first canonical memory order; write local files first, then sync/test in MemClawz
v5.0.0
v5: Mem0 + Qdrant, auto-extract pipeline, shared memory bus, typed memories, contradiction detection, decay scoring, MCP server
v2.0.0
v2.0: 3-layer hybrid memory (QMD + Zvec + Mem0), auto-migration, file watcher, fleet sync, no API key required
v1.2.0
Promoted 3-step optimization (Install → Optimize → Fleet) to top-level README. Fixed all 7 deployment issues. Renamed zvec/ to memclawz_server/.
v1.1.0
3-speed memory for OpenClaw agents. QMD working memory (<1ms) + Zvec hybrid vector search (<10ms) + built-in memory enhancement. No API key required, runs 100% locally.
Metadata
Slug memclawz
Version 6.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 7
Frequently Asked Questions

What is MemClawz?

AI agent fleet memory system — Qdrant + Mem0 + Neo4j/Graphiti. Composite scoring, compaction engine, temporal knowledge graph, multi-claw federation, sleep-t... It is an AI Agent Skill for Claude Code / OpenClaw, with 336 downloads so far.

How do I install MemClawz?

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

Is MemClawz free?

Yes, MemClawz is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MemClawz support?

MemClawz is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MemClawz?

It is built and maintained by Yoni (@yoniassia); the current version is v6.0.1.

💬 Comments