← 返回
未分类 中文

openclaw-memoryos-memory-admin

Inspect, back up, search, export, and update OpenClaw long-term memory stored with MemoryOS. Use when Codex needs to manage MemoryOS memory files for an Open...
检查、备份、搜索、导出和更新存储在MemoryOS中的OpenClaw长期记忆。用于Codex需要管理OpenClaw相关的MemoryOS记忆文件时。
xiaocaijic
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 570
下载
💾 0
安装
1
版本
#latest

概述

OpenClaw MemoryOS Memory Admin

Manage OpenClaw long-term memory by operating directly on MemoryOS storage files and by following the MemoryOS data model used in long_term_user.json and long_term_assistant.json.

Use the bundled script for deterministic operations. Read the reference file only when you need to confirm the on-disk layout or explain how MemoryOS maps user profile, user knowledge, and assistant knowledge.

Quick Start

Prefer scripts/memoryos_admin.py over ad hoc edits.

Common commands:

python scripts/memoryos_admin.py summary --data-root "D:\path\to\memoryos_data" --user-id alice --assistant-id openclaw
python scripts/memoryos_admin.py search-user --data-root "D:\path\to\memoryos_data" --user-id alice --query "project preference"
python scripts/memoryos_admin.py add-user-knowledge --data-root "D:\path\to\memoryos_data" --user-id alice --text "User prefers concise technical answers."
python scripts/memoryos_admin.py set-profile --data-root "D:\path\to\memoryos_data" --user-id alice --profile-file ".\profile.txt"
python scripts/memoryos_admin.py backup --data-root "D:\path\to\memoryos_data" --user-id alice --assistant-id openclaw

Workflow

Follow this order unless the user asks for a narrower task:

  1. Locate the MemoryOS data root used by the OpenClaw integration.
  2. Run summary to inspect current profile and knowledge counts.
  3. Run backup before any mutating action.
  4. Use search-user or search-assistant to verify whether the target memory already exists.
  5. Use add-user-knowledge, add-assistant-knowledge, or set-profile for intentional updates.
  6. Use export-markdown when the user wants a readable audit or handoff artifact.

Data Rules

Treat these files as the authoritative long-term memory state:

  • users//long_term_user.json
  • assistants//long_term_assistant.json

Interpret them this way:

  • user_profiles..data: current synthesized user profile
  • knowledge_base[]: user-specific long-term knowledge entries
  • assistant_knowledge[]: assistant-side reusable knowledge entries

Preserve existing timestamps unless you are explicitly adding or replacing content.

Do not hand-edit embeddings. The bundled admin script stores and updates records without embeddings on purpose, because this skill is for memory administration, curation, backup, and inspection. Semantic retrieval inside live MemoryOS runtime can rebuild or add embeddings through normal MemoryOS flows when needed.

Mutation Guidance

Use set-profile only when the user wants to replace the synthesized profile with a curated version.

Use add-user-knowledge for durable facts about the user, preferences, identity, recurring tasks, or persistent context that OpenClaw should remember.

Use add-assistant-knowledge for workflow instructions, project background, house rules, or reusable operational knowledge that belongs to the assistant rather than the user.

Before appending a near-duplicate memory, search first and ask whether the old entry should be kept, replaced manually, or left unchanged if the instruction is ambiguous.

OpenClaw Integration Notes

If OpenClaw is not present in the workspace, treat OpenClaw as the consuming agent and MemoryOS as the storage backend. The critical integration contract is the MemoryOS data_storage_path and the chosen user_id plus assistant_id.

When wiring another agent project to MemoryOS:

  • keep a stable user_id per person
  • keep a stable assistant_id per OpenClaw persona or deployment
  • point the agent to the same data_storage_path
  • back up memory files before schema or workflow changes

References

Read references/memoryos-layout.md when you need exact file layout and field names.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 13:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

meeting-minutes-qa-tts

xiaocaijic
阅读会议纪要,生成简短摘要,将文本和摘要保存至本地内存,并回答后续问题。
★ 0 📥 540

a-mem-memory-organization

xiaocaijic
使用A-MEM风格工作流管理项目、代理或用户记忆,包含结构化笔记、语义标签、上下文摘要、显式链接及轻量级索引。
★ 0 📥 525
communication-collaboration

ecommerce-voice-cs

xiaocaijic
电商 AI 语音技能。用于在 OpenClaw 或类似技能宿主中,按不同触发词独立启用两套互不干扰的能力:(1) 售后客服模式,将售后文本咨询按预设退款规则生成客服回复并输出 TTS 音频;(2) 电话推销模式,按产品名称、功能、优势和优惠
★ 0 📥 545