← 返回 Skills 市场
yang1002378395-cmyk

Openclaw Memorize

作者 yang1002378395-cmyk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
160
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-memorize
功能描述
Simple memory management for OpenClaw. Save, retrieve, and search important information. Store facts, decisions, preferences, and anything you want to rememb...
使用说明 (SKILL.md)

OpenClaw Memorize

Store and retrieve important information across sessions. Never forget a decision or preference again.

Installation

npx clawhub@latest install openclaw-memorize

Usage

# Save a memory
node ~/.openclaw/skills/openclaw-memorize/memorize.js save "key" "value"

# Retrieve a memory
node ~/.openclaw/skills/openclaw-memorize/memorize.js get "key"

# List all memories
node ~/.openclaw/skills/openclaw-memorize/memorize.js list

# Search memories
node ~/.openclaw/skills/openclaw-memorize/memorize.js search "keyword"

# Delete a memory
node ~/.openclaw/skills/openclaw-memorize/memorize.js delete "key"

Features

  • ✅ Save key-value memories
  • ✅ Retrieve memories by key
  • ✅ Search memory contents
  • ✅ List all stored memories
  • ✅ Delete unwanted memories
  • ✅ Persistent storage in workspace

Examples

# Save a decision
node ~/.openclaw/skills/openclaw-memorize/memorize.js save "model-choice" "Use Claude Sonnet 4.6 for code review"

# Save a preference
node ~/.openclaw/skills/openclaw-memorize/memorize.js save "preferred-editor" "Cursor"

# Retrieve a memory
node ~/.openclaw/skills/openclaw-memorize/memorize.js get "model-choice"

# Search memories
node ~/.openclaw/skills/openclaw-memorize/memorize.js search "editor"

# List all memories
node ~/.openclaw/skills/openclaw-memorize/memorize.js list

Use Cases

  • 📝 Project decisions: Remember important technical choices
  • 👤 User preferences: Store settings and preferences
  • 📊 Key metrics: Track important numbers
  • 💡 Ideas: Capture thoughts for later
  • 🔗 Links: Save important URLs

Need Help?

If you need help with OpenClaw:

License

MIT

安全使用建议
This skill appears to do what it claims: local key-value memory saved as a JSON file in ~/.openclaw/workspace/memories.json. Before installing or using it: (1) do not store secrets or passwords — the file is plain JSON and readable by anyone with access to your account; (2) confirm you trust the skill source before running any `npx` install commands; (3) review the installed script (~/.openclaw/skills/openclaw-memorize/memorize.js) if you want to verify there is no network or unexpected behavior; and (4) consider file permissions or encryption/backups if you will store sensitive content.
功能分析
Type: OpenClaw Skill Name: openclaw-memorize Version: 1.0.0 The skill provides standard key-value storage functionality for persisting information across sessions. The code in `memorize.js` uses local file system operations to manage a JSON file in the user's home directory and contains no network activity, obfuscation, or unauthorized execution logic. All behaviors are aligned with the stated purpose in `SKILL.md`.
能力评估
Purpose & Capability
The name/description (local memory management) matches the included code and SKILL.md. The code implements save/get/list/search/delete on a JSON file in ~/.openclaw/workspace/memories.json — exactly what the skill advertises.
Instruction Scope
SKILL.md gives concrete CLI usage that maps to the script's commands. The instructions only reference the skill's own script path and a suggested npx install command; they do not ask the agent to read unrelated files, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec is present in the registry entry (instruction-only). SKILL.md suggests using `npx clawhub@latest install openclaw-memorize`, but the packaged code is included and there are no downloads or extract steps in the registry metadata that would write arbitrary external code to disk.
Credentials
The skill does not require environment variables or credentials. It uses standard HOME/USERPROFILE to locate the user's home directory only. Note: it stores plain JSON in the user's home workspace, so users should avoid saving secrets or sensitive credentials there.
Persistence & Privilege
The skill persists data to ~/.openclaw/workspace/memories.json (expected for a memory skill). It does not request always:true, does not modify other skills' configs, and does not require elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-memorize
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-memorize 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of openclaw-memorize: - Save and retrieve key-value memories across sessions - Search, list, and delete stored memories - Persistent storage within the workspace - CLI usage for easy interaction - Supports decisions, preferences, metrics, ideas, and links
元数据
Slug openclaw-memorize
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Memorize 是什么?

Simple memory management for OpenClaw. Save, retrieve, and search important information. Store facts, decisions, preferences, and anything you want to rememb... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。

如何安装 Openclaw Memorize?

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

Openclaw Memorize 是免费的吗?

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

Openclaw Memorize 支持哪些平台?

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

谁开发了 Openclaw Memorize?

由 yang1002378395-cmyk(@yang1002378395-cmyk)开发并维护,当前版本 v1.0.0。

💬 留言讨论