Back to Registry View Author Profile
Official Verified
hippocampus-memory-core
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memory, and restoring agent state.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cezexpl/hippocampus-memory-coreOr
Hippocampus Memory Core
Use this skill when you need long-term memory that survives the current turn.
Use It For
- storing key decisions and facts that should outlive the current session
- searching past architecture, deployment, or debugging context
- creating snapshots before risky changes
- restoring memory after migration or environment reset
Preferred Flow
- Check that Hippocampus configuration is present.
- Store only high-signal facts, not raw transcript spam.
- Search memory before repeating costly investigation.
- Snapshot before major refactors or rollout changes.
- Restore only into the correct agent or workspace scope.
Guidance
- Prefer deterministic retrieval over ad hoc summaries.
- Keep memory namespaced by workspace and agent.
- Use metadata to mark project, topic, and task boundaries.
- Treat memory as durable infrastructure, not scratchpad overflow.
- If configuration is missing, send the user to
hippocampus-openclaw-onboardinginstead of asking for a raw API key first.
Related
hippocampus-openclaw-onboardingfor first-time setuphippocampus-subagent-memoryfor isolated child-agent memory@hippocampus/openclaw-context-enginefor native OpenClaw lifecycle integration
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cezexpl-hippocampus-memory-core": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
hippocampus-openclaw-onboarding
Bootstrap OpenClaw with Hippocampus memory under a branded, repeatable setup: workspace, agent ID, API key or bootstrap token, and MCP wiring.
cezexpl 3917
hippocampus-subagent-memory
Isolate and coordinate sub-agent memory in OpenClaw with Hippocampus using scoped IDs, bounded merge-back, and explicit cross-agent imports.
cezexpl 3917