Update from Sync Service

This commit is contained in:
FNS Service
2026-04-22 07:06:10 +08:00
parent 78ef24733b
commit 14500cc01b

View File

@@ -46,6 +46,18 @@ updated: 2026-04-22
| Harness Engineering | 让 AI 智能"可用"的工程系统 |
| Superpowers | 强制合规的技能工作流 |
### 记忆管理 (Memory Management)
| 工具 | 说明 |
|------|------|
| [[OpenViking]] | 字节跳动开源的 Agent 上下文数据库 |
| OpenViking Setup | OpenClaw 集成 OpenViking 的 skill |
| Elite Longterm Memory | 长期记忆管理 |
| Memory Tiering | 记忆分层 |
| Fluid Memory | 流动记忆 |
| Neural Memory | 神经记忆 |
| Memory On Demand | 按需记忆 |
---
## 快速导航
@@ -57,6 +69,24 @@ updated: 2026-04-22
px skills add alchaincyf/huashu-design
```
### ClawHub Memory Skills
```bash
# 搜索记忆相关 skill
clawhub search "memory"
# 推荐的记忆管理 skill
clawhub install elite-longterm-memory # 高级长期记忆
clawhub install openviking-context # OpenViking 上下文数据库
clawhub install memory-tiering # 记忆分层
```
---
## OpenViking 记忆管理系统
详见:[[OpenViking]]
---
*共 8 篇笔记 | 更新2026-04-22*