session-bridge
Use when context is lost after switching surfaces (Telegram to WhatsApp, TUI to Telegram), when handing off tasks between agents (Jon → Eddie, Cipher → Eddie), when an agent needs to know what was discussed in another session, or when you want to resume a conversation on a new surface. Triggers on "catch me up", "what were we working on", "pass this to Eddie", "context switch", "session handoff", "I'm on TUI now", "continue from where we left off".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codeinonenight/session-bridgeWhat This Skill Does
The session-bridge skill is a sophisticated orchestration tool designed to maintain state continuity across the fractured environments of AI interaction. Whether you are moving from a mobile messaging platform like WhatsApp to a desktop TUI, or handing off an active development task from one agent to another (such as from Jon to Eddie), session-bridge prevents context loss. By utilizing lightweight, structured JSON objects known as 'topic capsules,' this skill acts as a transient coordination layer. Unlike full memory logs that can bloat system resources, capsules capture only the essential artifacts of a workflow: current goals, technical decisions, unresolved questions, and the next immediate action. This ensures that when you resume a conversation, your agent already has the current 'mental map' of the task.
Installation
To integrate session-bridge into your OpenClaw ecosystem, execute the following command in your terminal:
clawhub install openclaw/skills/skills/codeinonenight/session-bridge
After installation, it is highly recommended to configure your identity linking to ensure seamless transitions. Edit your openclaw.json file to include your various social identifiers under identityLinks. This maps your disparate accounts (Telegram, WhatsApp, etc.) to a single canonical identity, allowing the bridge to recognize you instantly regardless of the surface you choose to communicate through.
Use Cases
- Surface Migration: Effortlessly jump from a Telegram chat on your mobile device to a TUI interface on your workstation without repeating instructions.
- Agent Handoff: Transfer a complex multi-step project from a creative agent to a technical specialist without losing the nuances of previous decisions.
- Context Retrieval: Quickly query an agent for a summary of a long-running project using the 'hydrate' function to get back up to speed after a hiatus.
- Project Management: Track open-ended tasks and technical constraints across long sessions without cluttering your core ontology graph.
Example Prompts
- "I'm on the TUI now, catch me up on where we left off with the looking-glass project."
- "We need to pass this session over to Eddie; please create a handoff capsule for the session-bridge-design topic."
- "What were we working on yesterday? Can you hydrate the active capsule for the clawhub-skill-build task?"
Tips & Limitations
- Transient Nature: Remember that capsules are working state, not archives. Use the
expirecommand regularly to keep your workspace clean of stale topics. - Precision: Keep your capsule summaries concise. The strength of this skill lies in its brevity.
- Limitations: The session-bridge does not replace your primary memory storage; if you need to recall events from three months ago, refer to your
MEMORY.mdor logs instead.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codeinonenight-session-bridge": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution