Install
openclaw skills install @loudmouthedmedia/context-bridgerMaintains and transfers context across sessions, models, and time to avoid repeating information on every new interaction or model switch.
openclaw skills install @loudmouthedmedia/context-bridgerThe unified continuity system for OpenClaw.
Ensures context persists across sessions, models, and time. Prevents "starting from zero" on every /new.
Version: 1.0
Created: 2026-04-03
# 1. Install the skill
openclaw skills install https://github.com/loudmouthedmedia/context-bridge
# 2. Run setup to create registry files
cd ~/.openclaw/workspace/skills/context-bridge/scripts
./setup.sh
# 3. Update AGENTS.md (see below)
The setup.sh script auto-discovers and populates all existing skills, crons, and agents:
~/.openclaw/workspace/skills/ for local skills~/.openclaw/skills/ for system skillsopenclaw cron list for active cron jobsopenclaw agents list and ~/.openclaw/agents/ for agentsBefore Context Bridge:
You: /new
Model A: "Hello! How can I help?" [blank slate]
You: [re-explain everything]
You: /new
Model B: "Hello! How can I help?" [blank slate again]
You: [re-explain everything again]
After Context Bridge:
You: /new
Model C: "📧 [email-skill] available, 📈 [analytics-skill] ready.
Working on [Your Project]. Previous model
(GPT-X) scheduled a meeting 30 min ago.
Ready to continue."
| Registry | File | Tracks |
|---|---|---|
| Skills | ~/.openclaw/skills-registry.json | All installed skills |
| Crons | ~/.openclaw/cron-registry.json | Active scheduled jobs |
| Agents | ~/.openclaw/agents/*/agent.md | Agent configurations |
| Discovery | ~/.openclaw/skills-discovery.json | Skill capabilities |
File: ~/.openclaw/model-agnostic-memory/model-handoff.md
Documentation: ~/.openclaw/workspace/notes/openclaw-reliability-issues.md (Issue #9)
Required by AGENTS.md:
1. Read SOUL.md
2. Read USER.md
3. Read memory files
4. READ CONTEXT BRIDGE FILES:
- ~/.openclaw/skills-discovery.json
- ~/.openclaw/model-agnostic-memory/model-handoff.md
- ~/.openclaw/cron-registry.json
- ~/.openclaw/skills-registry.json
5. ACKNOWLEDGE context in first response
| File | Responsibility | Must NOT |
|---|---|---|
| AGENTS.md | Session startup rules | Periodic checks |
| HEARTBEAT.md | Periodic health checks | Session setup |
| SOUL.md | Personality/vibe | Technical instructions |
| Context Bridge | Registries & discovery | Implementation |
On /new or model switch: Registries auto-load via AGENTS.md
If needed, say: load context
When adding skills/crons/agents:
Builds bridges across the memory gap.