← Back to Skills Marketplace
329
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install memory-system-v2-1-0-0
Description
Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persi...
Usage Guidance
This skill appears to do what it claims: a local, file-based memory CLI built in bash that only needs jq. Before installing or using it, note: (1) it will create and write files under $HOME/clawd/memory (daily logs, index, consolidated summaries) — review or back up that directory if you care about its contents; (2) there are no network calls or credential uses, so it does not exfiltrate secrets by design; (3) implementation caveats: the script uses inlined JSON construction for index entries and could produce malformed JSON if you pass content with unescaped quotes/newlines (test with safe input first), and it uses both BSD and GNU date fallbacks which may behave differently on some systems — test on your OS; (4) if you plan to integrate this with autonomous agents, remember the skill does not include automatic agent hooks—adding agent-level auto-capture should be done intentionally and reviewed. If you want extra caution, review the memory-cli.sh source locally and run it in a disposable environment before adding it to production workflows.
Capability Analysis
Type: OpenClaw Skill
Name: memory-system-v2-1-0-0
Version: 1.0.0
The OpenClaw AgentSkills bundle 'memory-system-v2' is classified as benign. The `memory-cli.sh` script and associated documentation (`SKILL.md`, `README.md`, `docs/*`) implement a local, file-based memory system. All operations are confined to the agent's `$HOME/clawd/memory` directory, involving standard file system operations and `jq` for JSON processing. There is no evidence of data exfiltration, malicious execution (e.g., `curl|bash`), persistence mechanisms, or obfuscation. The `SKILL.md` provides clear instructions for the agent to use the memory system, without any prompt injection attempts designed to subvert the agent's behavior, hide actions, or access unrelated sensitive data. Input sanitization for `jq` arguments is handled appropriately using `--arg` and `--argjson`, mitigating common injection risks.
Capability Assessment
Purpose & Capability
Name/description, required binaries (jq), README, SKILL.md, and the included memory-cli.sh all align: a file-based CLI memory/index/search system. No unrelated credentials, services, or binaries are requested.
Instruction Scope
SKILL.md instructs copying/using memory-cli.sh and running commands that create/read local files and the JSON index. All referenced paths and actions (capture, search, recent, consolidate, stats) are within the stated memory system scope. Note: SKILL.md mentions integrating with AGENTS.md workflows, but no automatic agent hooks are included—integration is manual.
Install Mechanism
Install spec is a Homebrew formula for jq (well-known package). No downloads from arbitrary URLs or archive extraction are present. Minimal install risk.
Credentials
No environment variables, credentials, or config paths are requested. The script reads/writes files under $HOME/clawd/memory only, which is appropriate for a local memory system.
Persistence & Privilege
always:false and no attempt to modify other skills or global agent configuration. The script persists data under the user's home directory (creates directories and files), which is expected for this functionality.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-system-v2-1-0-0 - After installation, invoke the skill by name or use
/memory-system-v2-1-0-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Memory System v2 — a fast, file-based semantic memory CLI for AI agents.
- Captures learnings, decisions, insights, events, and interactions with importance, tags, and context.
- Ultra-fast search (<20ms), auto-consolidation of daily logs into weekly summaries, and analytics.
- Easily integrates with Clawdbot; uses Bash + jq, no database needed.
- Provides stats, recent memory queries, flexible tagging, and smart multi-word search.
- Designed for persistent, high-speed AI memory tracking and recall across sessions.
Metadata
Frequently Asked Questions
What is Memory System V2 1.0.0?
Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persi... It is an AI Agent Skill for Claude Code / OpenClaw, with 329 downloads so far.
How do I install Memory System V2 1.0.0?
Run "/install memory-system-v2-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory System V2 1.0.0 free?
Yes, Memory System V2 1.0.0 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Memory System V2 1.0.0 support?
Memory System V2 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory System V2 1.0.0?
It is built and maintained by Sieyer (@sieyer); the current version is v1.0.0.
More Skills