← 返回 Skills 市场
sieyer

Memory System V2 1.0.0

作者 Sieyer · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
329
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-system-v2-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-system-v2-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug memory-system-v2-1-0-0
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。

如何安装 Memory System V2 1.0.0?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-system-v2-1-0-0」即可一键安装,无需额外配置。

Memory System V2 1.0.0 是免费的吗?

是的,Memory System V2 1.0.0 完全免费(开源免费),可自由下载、安装和使用。

Memory System V2 1.0.0 支持哪些平台?

Memory System V2 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory System V2 1.0.0?

由 Sieyer(@sieyer)开发并维护,当前版本 v1.0.0。

💬 留言讨论