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 INLINECODE0
- configure gateway URL and authentication
- ensure sub-agents inherit scoped memory identity
Preferred Flow
- 1. Register or sign in through the Hippocampus portal.
- Create a root OpenClaw agent in the dashboard.
- Copy the generated bootstrap one-liner.
- Run:
npx hipokamp-mcp setup --bootstrap-token <token> --gateway <gateway-origin>
- 5. Let
hipokamp-mcp write local config under ~/.hipokamp/config.json. - 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 - INLINECODE5 for child-agent isolation
- INLINECODE6 for native lifecycle integration
Hippocampus OpenClaw 接入指南
当将新的 OpenClaw 实例或工作空间连接到 Hippocampus 记忆系统时,请使用此技能。
设置目标
- - 定义一个稳定的工作空间名称
- 分配一个持久的根 agent_id
- 配置网关 URL 和身份验证
- 确保子代理继承作用域化的记忆身份
推荐流程
- 1. 通过 Hippocampus 门户注册或登录。
- 在仪表板中创建一个根 OpenClaw 代理。
- 复制生成的一键引导命令。
- 运行:
npx hipokamp-mcp setup --bootstrap-token
--gateway
- 5. 让 hipokamp-mcp 在 ~/.hipokamp/config.json 下写入本地配置。
- 验证健康状态并执行首次存储/搜索往返测试。
指导说明
- - 每个 OpenClaw 实例使用一个根代理。
- 保持子代理 ID 在同一工作空间命名空间下。
- 优先使用引导优先设置,而非粘贴长期有效的 API 密钥。
- 不要在不相关的工作空间之间重复使用凭据。
相关资源
- - 设置完成后使用 hippocampus-memory-core
- 子代理隔离使用 hippocampus-subagent-memory
- 原生生命周期集成使用 @hippocampus/openclaw-context-engine