channel-context-bridge

Installation
SKILL.md

channel-context-bridge

When a user switches channels (Telegram → Slack, mobile → desktop, personal → work), the new session starts with zero memory of the prior conversation. The user must re-explain context, repeat decisions, and re-establish what's in progress.

This skill writes a compact "resumé card" at session end and injects it automatically as a context primer at the start of any new session — in any channel.

Difference from task-handoff

task-handoff bridges incomplete tasks between agents across restarts. channel-context-bridge bridges conversation context for the same user switching between channels mid-task.

End-of-session protocol

At the end of any session containing meaningful work, the agent should:

  1. Write resumé card to ~/.openclaw/workspace/session-bridge/latest.md
  2. The card contains:
    • What we were doing: 1-sentence topic
    • Key decisions made: bulleted list, max 5 items
Related skills
Installs
15
GitHub Stars
61
First Seen
Mar 21, 2026