← 返回 Skills 市场
shianaixuexi-cell

simple-memory-skill

作者 Silas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
642
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install simple-memory-skill
功能描述
Zero-dependency AI memory system. No API keys needed. Pure local storage with smart search. Works everywhere.
安全使用建议
This package appears to be what it says: a local filesystem-based memory CLI implemented in plain Node.js. Before installing or integrating: 1) Inspect where it will write data (SESSION-STATE.json, MEMORY.md, memories/*.json) and decide whether those files may contain sensitive information; consider enabling file-level encryption or excluding them from backups if needed. 2) Do not blindly paste the SKILL.md system-prompt text into shared or high-privilege agent prompts — adding those directives gives the agent persistent instructions to read/write local memory and to 'always write before responding', which could cause accidental storage of secrets. 3) If you install via npm, prefer installing from a trusted registry (or review the package tarball) since the registry entry here has no install spec; verify author/source if provenance matters. 4) Backups (memory-export/import) can export all stored content — treat exported files like sensitive data. Overall the skill is coherent and local-only, but handle stored memories and prompt changes thoughtfully.
功能分析
Type: OpenClaw Skill Name: simple-memory-skill Version: 1.0.0 The 'simple-local-memory' bundle is a legitimate utility designed to provide AI agents with a local, file-based memory system. The code (lib/memory-core.js) and associated CLI tools (bin/) implement basic JSON storage and a TF-IDF search algorithm without any external dependencies or network activity. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; the instructions in SKILL.md and README.md are transparently aligned with the stated goal of maintaining persistent local context for the agent.
能力评估
Purpose & Capability
Name/description (local memory, no API keys) align with the code and CLI: package.json, bin scripts, and lib/memory-core.js implement local filesystem-based storage and local TF‑IDF search. The skill does not request unrelated env vars, binaries, or config paths.
Instruction Scope
SKILL.md instructs agents to read and update SESSION-STATE.json, run the memory-* CLI commands, and to add explicit text to their system prompt (so the agent uses the CLI). This is expected for integrating a local memory system, but it is also a prompt-injection style instruction: it instructs the model to change its behavior and to always write memory before responding. That behavior is coherent with the skill's goal, but users should be aware it encourages automatic writing of user-supplied data to disk (which may include sensitive content) and that adding the provided text verbatim to a system prompt gives the skill a persistent influence on agent behavior.
Install Mechanism
Registry metadata lists no install spec, but package.json and bin scripts are included so normal installation would be via npm (npm install -g). There are no downloads from arbitrary URLs, no extract-from-URL steps, and the code is plain Node.js files. This is low-risk from an install-mechanism perspective.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code uses only local filesystem access (memories/, SESSION-STATE.json, MEMORY.md) which is necessary and proportionate for a local memory tool.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system-wide agent settings. It writes files inside the user's project directory (its intended scope). Autonomous invocation is permitted by default but is not in itself unusual; note that integrating the SKILL.md recommendations into an agent's system prompt increases the chance the agent will use these tools automatically.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simple-memory-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simple-memory-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
simple-local-memory 1.0.0 — Initial release - Zero-dependency local memory system for AI agents: no API keys or cloud needed. - Organizes memory into three layers: HOT RAM (SESSION-STATE.json), COLD STORE (indexed memories), and CURATED ARCHIVE (MEMORY.md). - Provides CLI tools for storing, searching, exporting, and maintaining memory files. - Uses TF-IDF-based local search for relevant memory retrieval. - Designed to work offline and with popular AI agents like Claude, ChatGPT, and Cursor.
元数据
Slug simple-memory-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

simple-memory-skill 是什么?

Zero-dependency AI memory system. No API keys needed. Pure local storage with smart search. Works everywhere. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 642 次。

如何安装 simple-memory-skill?

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

simple-memory-skill 是免费的吗?

是的,simple-memory-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

simple-memory-skill 支持哪些平台?

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

谁开发了 simple-memory-skill?

由 Silas(@shianaixuexi-cell)开发并维护,当前版本 v1.0.0。

💬 留言讨论