TopRank Skills

Home / Claw Skills / Others / hippocampus-openclaw-onboarding
Official OpenClaw rules 15%

hippocampus-openclaw-onboarding

Bootstrap OpenClaw with Hippocampus memory under a branded, repeatable setup: workspace, agent ID, API key or bootstrap token, and MCP wiring.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 hippocampus-openclaw-onboarding 技能。 若已安装,则直接安装 hippocampus-openclaw-onboarding 技能。

Overview

Skill Key
cezexpl/hippocampus-openclaw-onboarding
Author
cezexpl
Source Repo
openclaw/skills
Version
-
Source Path
skills/cezexpl/hippocampus-openclaw-onboarding
Latest Commit SHA
d383f241a8ec7aa6900febc93b35ea09be2f86a5

Extracted Content

SKILL.md excerpt

# 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

Related Claw Skills