echo-memory
v1.0.0将 OpenClaw Markdown 记忆文件同步、编码、嵌入并更新插入至 Supabase,支持恢复与状态检查。
Installation
Please help me install the skill `echo-memory` from SkillHub official store.
npx skills add kkw-21/echo-memory
Echo Memory
Sync OpenClaw markdown memory files to Supabase with Luhmann encoding. Parse, encode, embed, and upsert agent memories from local workspace to cloud storage.
Commands
echo-memory sync # Parse + encode + embed + upsert to Supabase
echo-memory restore # Restore markdown files from Supabase
echo-memory status # Show sync status and diff
Options
--dry-run— Preview changes without writing--incremental— Only sync changed files (via git diff)