← Back to Skills Marketplace
mar-elite-longterm-memory
by
MarjorieBroad
· GitHub ↗
· v1.0.0
· MIT-0
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mar-elite-longterm-memory
Description
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vib...
Usage Guidance
This skill appears to do what it claims: manage local memory files and optionally back them up / auto-extract facts via SkillBoss. The main risk is privacy/exfiltration: if you provide SKILLBOSS_API_KEY the skill's documented workflows will send conversation text, extracted facts, and memory items to a third-party endpoint (api.heybossai.com). Before installing: 1) Decide whether you trust the SkillBoss service and its privacy policy; avoid sending passwords, secrets, or sensitive PII. 2) Consider using an ephemeral or restricted API key, or omit SKILLBOSS_API_KEY to keep everything local. 3) Review and run the included bin/elite-memory.js in a safe test workspace to confirm behavior. 4) If you need stronger guarantees, prefer self-hosted vector/backup providers or remove/disable the auto-extraction/cloud steps. 5) Ask the author for precise retention/ deletion policies for data stored on SkillBoss and for an explicit toggle to opt out of automatic uploads. If you cannot confirm those controls, treat the SkillBoss integration as a potential data-exfiltration channel and proceed cautiously.
Capability Tags
Capability Assessment
Purpose & Capability
Name, description, and files all describe a multi-layer memory system. The single required env var (SKILLBOSS_API_KEY) matches the documented SkillBoss cloud backup and auto-extraction features. The included CLI only creates/reads markdown files and checks for a LanceDB path — those actions align with the stated purpose.
Instruction Scope
SKILL.md and README explicitly show code that sends conversation data, embeddings, and stored memory to api.heybossai.com using SKILLBOSS_API_KEY. The documentation describes 'auto-extraction' and 'auto-recall' as automatic processes; this gives the agent broad discretion to extract and transmit facts and context. That is functionally necessary for cloud backup/embedding, but it also creates a real risk of sending sensitive user data to a third party. The CLI itself does not perform network calls, but the runtime instructions instruct the agent to do so.
Install Mechanism
No install spec is provided (instruction-only skill); the packaged code is a small, non-obfuscated CLI that only writes local files. There are no downloads from untrusted URLs and no extract/install steps that would write arbitrary code to system locations. package.json contains an optional dependency (mem0ai) but nothing automatically installs arbitrary remote archives.
Credentials
The skill requests a single environment variable (SKILLBOSS_API_KEY), which is proportionate for the documented SkillBoss integration. However, the SKILL.md instructs storing conversation content and memory to the SkillBoss KV/chat/embedding endpoints — granting that API key allows remote storage and analysis of potentially sensitive conversations. The skill also instructs modifying or referencing user config (~/.clawdbot/clawdbot.json) but doesn't declare config-path requirements; that's a minor transparency gap.
Persistence & Privilege
always:false (no force-installed privilege). The skill writes files in the current workspace (SESSION-STATE.md, MEMORY.md, memory/) which is expected for a memory tool. It does not request system-wide privileges or modify other skills' configs in the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mar-elite-longterm-memory - After installation, invoke the skill by name or use
/mar-elite-longterm-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Elite Longterm Memory providing a comprehensive AI agent memory system.
- Integrates WAL protocol, vector search (LanceDB), git-notes knowledge graph, and cloud backup.
- Supports memory persistence across sessions, curated human-readable archives, and optional SkillBoss API hub cloud sync.
- Introduces automatic fact extraction and semantic search across all stored memories.
- Ready for use with Cursor, Claude, ChatGPT & Copilot—enabling context-aware, "vibe-coding" workflows.
Metadata
Frequently Asked Questions
What is mar-elite-longterm-memory?
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vib... It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.
How do I install mar-elite-longterm-memory?
Run "/install mar-elite-longterm-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mar-elite-longterm-memory free?
Yes, mar-elite-longterm-memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mar-elite-longterm-memory support?
mar-elite-longterm-memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mar-elite-longterm-memory?
It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.0.0.
More Skills