Install
openclaw skills install @mouxangithub/unified-memory-architectUnified Memory Architect manages up to 1760 dream memories with layered indexing and hybrid search for fast, efficient storage and retrieval on OpenClaw Agent.
openclaw skills install @mouxangithub/unified-memory-architect梦境记忆系统重构与发布技能 - OpenClaw Agent Platform
Unified Memory Architect 是一个高效的梦境记忆管理系统,为 OpenClaw Agent 提供强大的记忆存储、检索和关联能力。
版本: 1.0.0
作者: OpenClaw Team
平台: OpenClaw Agent Platform >= 2.7.0
# 查看统计
node memory/scripts/query.cjs stats
# 按标签查询
node memory/scripts/query.cjs tag reflection 5
# 按日期查询
node memory/scripts/query.cjs date 2026-04-12 3
# 全文搜索
node memory/scripts/query.cjs search "关键词" 3
# 按情感查询
node memory/scripts/query.cjs sentiment neutral 2
const memory = require('./memory/scripts/query.cjs');
// 获取统计
const stats = memory.getStats();
// 按标签查询
const byTag = memory.queryByTag('reflection', 10);
// 按日期查询
const byDate = memory.queryByDate('2026-04-12', 10);
// 全文搜索
const search = memory.searchMemories('关键词', 10);
// 按情感查询
const bySentiment = memory.queryBySentiment('neutral', 10);
| 指标 | 数值 |
|---|---|
| 总记忆数 | 1760 |
| 唯一标签 | 49 |
| 唯一实体 | 181 |
| 检索加速 | 5-10x |
| 存储节省 | 60% |