Agent skill
vps-memory
Access Flo's long-term memory on the VPS (OpenClaw). ALWAYS use when the user says "memory", "memories", "remember", "souviens-toi", "rappelle-toi", "save memory", "search memory", "VPS memory", "OpenClaw", or mentions saving/searching past sessions or knowledge.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/vps-memory-flosrn-claude
SKILL.md
NEVER edit MEMORY.md — it's curated by OpenClaw. Always create new files in memory/.
Key paths on VPS
- MEMORY.md (curated, READ-ONLY):
/root/.openclaw/workspace/MEMORY.md - Session memories (CREATE HERE):
/root/.openclaw/workspace/memory/ - SQLite index:
/root/.openclaw/memory/main.sqlite
<quick_start> Parse user intent, then run the matching command:
Search memories:
ssh vps 'cd /root/openclaw && docker compose exec openclaw-gateway node dist/index.js memory search "QUERY"'
Save a new memory:
ssh vps 'cat > /root/.openclaw/workspace/memory/YYYY-MM-DD-topic.md << '\''EOF'\''
# Session: YYYY-MM-DD (via Claude Code local)
## Topic
Content here
**Tags:** relevant, tags, here
EOF'
Then reindex:
ssh vps 'cd /root/openclaw && docker compose exec openclaw-gateway node dist/index.js memory index'
<intent_mapping>
- "search memory" / "cherche dans ma mémoire" / "tu te souviens" → search
- "save memory" / "retiens ça" / "souviens-toi" / "note ça" → save + reindex
- "show memories" / "list memories" → search with broad query </intent_mapping> </quick_start>
<success_criteria>
- Search: returns relevant memory results
- Save: file created on VPS + reindex completed successfully </success_criteria>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?