← Back to Skills Marketplace
payne-openclaw

Micro Memory

by Payne-OpenClaw · GitHub ↗ · v4.0.2 · MIT-0
cross-platform ⚠ suspicious
127
Downloads
1
Stars
1
Active Installs
12
Versions
Install in OpenClaw
/install micro-memory
Description
智能记忆系统,支持记忆添加、搜索、标签管理、强度追踪、复习提醒及统计健康报告。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install micro-memory
  3. After installation, invoke the skill by name or use /micro-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug micro-memory
Version 4.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 12
Frequently Asked Questions

What is Micro Memory?

智能记忆系统,支持记忆添加、搜索、标签管理、强度追踪、复习提醒及统计健康报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Micro Memory?

Run "/install micro-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Micro Memory free?

Yes, Micro Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Micro Memory support?

Micro Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Micro Memory?

It is built and maintained by Payne-OpenClaw (@payne-openclaw); the current version is v4.0.2.

💬 Comments