← 返回 Skills 市场
payne-openclaw

Micro Memory

作者 Payne-OpenClaw · GitHub ↗ · v4.0.2 · MIT-0
cross-platform ⚠ suspicious
127
总下载
1
收藏
1
当前安装
12
版本数
在 OpenClaw 中安装
/install micro-memory
功能描述
智能记忆系统,支持记忆添加、搜索、标签管理、强度追踪、复习提醒及统计健康报告。
安全使用建议
This skill appears to do what it says: a local, file-backed memory CLI. Before installing, note: (1) it stores all memories in files under the skill's store/ directory and will write exported JSON/CSV to your current working directory — do not put passwords or private keys into memories you want kept secret; (2) SKILL.md recommends running npm install / npm run build if you want to build locally — standard Node workflow; (3) the skill does not contact external services or require credentials, so network exfiltration is not present in the reviewed code, but you should still inspect any future updates for new network calls or env var usage; (4) the documentation version number differs slightly from the registry metadata (minor); and (5) because agent autonomous invocation is allowed by default, be aware that trigger phrases could cause the skill to add/search/list memories without explicit manual CLI execution — if that is undesirable, disable autonomous invocation in your agent settings.
功能分析
Type: OpenClaw Skill Name: micro-memory Version: 4.0.2 The Micro Memory skill bundle is a legitimate personal knowledge management system that implements spaced repetition, memory decay, and associative linking. Analysis of the TypeScript source code and compiled JavaScript shows that all data operations are performed locally within the 'store/' directory or the current working directory for exports, with no evidence of network activity, data exfiltration, or unauthorized persistence. The use of execSync in 'bin/memory.js' is a standard wrapper pattern for Node.js CLI tools to execute the local distribution script.
能力标签
crypto
能力评估
Purpose & Capability
Name/description (intelligent local memory, search, spaced repetition, health reports) align with the included TypeScript/JS implementation. The code implements CLI commands (add/search/list/review/health/etc.), local JSON/markdown storage, linking, compression and archiving — all expected for this purpose. No unrelated credentials, binaries, or cloud integrations are requested.
Instruction Scope
SKILL.md describes local CLI usage and the repo structure; the runtime code follows those instructions and only executes local CLI operations. The instructions and code reference only the skill's store files and current working directory for exports. There are minor documentation inconsistencies (SKILL.md lists version 4.0.1 while registry is 4.0.2), but nothing expands scope to access system-wide secrets or remote endpoints.
Install Mechanism
No install spec is declared (instruction-only at registry level), and the package includes source and compiled dist files. SKILL.md suggests using npm install and npm run build if you want to build locally; there is no external download or installer that pulls code from an arbitrary URL. Risk from installation is standard for running a Node CLI (you must run npm locally to build/run if you choose).
Credentials
The skill requires no environment variables or external credentials. It reads/writes only to its own store directory (exports may be written to the current working directory). No env access beyond that is present in code. Users should avoid storing sensitive secrets in memories because those are persisted to disk and exported as JSON/CSV.
Persistence & Privilege
always is false and the skill does not request elevated system privileges. It persists data under the skill's store/ path and writes store.md and JSON files; this is expected behavior. The skill can be invoked autonomously by the agent (default), which is normal — there is no cross-skill configuration or system-level modification.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install micro-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /micro-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.0.2
Complete rewrite of SKILL.md with attractive bilingual description, comparison table, and feature highlights
v4.0.1
Update SKILL.md with bilingual description (EN/CN), fix description format
v4.0.0
v4.0.0 - Major release: Fix health NaN bug, add regex search, fuzzy search, compression and archive features
v3.1.7
Add compress and archive features with TF-IDF keyword extraction
v3.1.6
Updated SKILL.md with new description format
v3.1.5
TypeScript native implementation with full Clawdbot integration
v3.1.4
TypeScript native implementation with full Clawdbot integration
v3.1.3
TypeScript native implementation with full Clawdbot integration
v3.1.2
TypeScript native implementation with full Clawdbot integration
v3.1.1
- Updated dependencies in package.json for improved stability and compatibility. - No user-facing features or command changes.
v3.1.0
**Major update: Native TypeScript rewrite with full CLI support and expanded memory features.** - Rewritten as a native TypeScript skill—no longer depends on external scripts. - Adds a full-featured command line interface (`memory` command) for all memory operations. - Stronger, clearer memory strength/decay system and spaced repetition review with SM-2 inspired logic. - Memory can now be linked, archived, exported, and visualized as a knowledge graph. - New modular codebase: Types/logic separated by feature (memory, strength, links, review, archive, health). - Improved documentation, usage instructions, and storage structure.
v3.0.0
Micro Memory V3.0.0 is a major release with enhanced memory management and review features. - Added memory strength tracking and reinforcement system. - Introduced memory linking and visualization via memory graph. - Implemented memory review reminders and health reports. - Enhanced tools: consolidate, compress, archive, and export memories. - Improved trigger phrases and detailed tool options for flexible usage.
元数据
Slug micro-memory
版本 4.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 12
常见问题

Micro Memory 是什么?

智能记忆系统,支持记忆添加、搜索、标签管理、强度追踪、复习提醒及统计健康报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Micro Memory?

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

Micro Memory 是免费的吗?

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

Micro Memory 支持哪些平台?

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

谁开发了 Micro Memory?

由 Payne-OpenClaw(@payne-openclaw)开发并维护,当前版本 v4.0.2。

💬 留言讨论