Bootstrap OpenClaw with Hippocampus memory under a branded, repeatable setup: workspace, agent ID, API key or bootstrap token, and MCP wiring.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill hippocampus-openclaw-onboarding --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hippocampus Openclaw Onboarding?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-hippocampus-openclaw-onboarding)More formats (shields.io, HTML) on the badges page.
---
name: hippocampus-openclaw-onboarding
description: "Bootstrap OpenClaw with Hippocampus memory under a branded, repeatable setup: workspace, agent ID, API key or bootstrap token, and MCP wiring."
---
# Hippocampus OpenClaw Onboarding
Use this skill when connecting a new OpenClaw instance or workspace to
Hippocampus memory.
## Setup Goals
- define a stable workspace name
- assign a durable root `agent_id`
- configure gateway URL and authentication
- ensure sub-agents inherit scoped memory identity
## Preferred Flow
1. Register or sign in through the Hippocampus portal.
2. Create a root OpenClaw agent in the dashboard.
3. Copy the generated bootstrap one-liner.
4. Run:
`npx hipokamp-mcp setup --bootstrap-token <token> --gateway <gateway-origin>`
5. Let `hipokamp-mcp` write local config under `~/.hipokamp/config.json`.
6. Verify health and first store/search round trip.
## Guidance
- Use one root agent per OpenClaw instance.
- Keep sub-agent IDs under the same workspace namespace.
- Prefer bootstrap-first setup over pasting a long-lived API key.
- Do not reuse credentials across unrelated workspaces.
## Related
- `hippocampus-memory-core` once setup is complete
- `hippocampus-subagent-memory` for child-agent isolation
- `@hippocampus/openclaw-context-engine` for native lifecycle integration
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!