← Back to Skills Marketplace
codeinonenight

Session Bridge

by codeinonenight · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
132
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install session-bridge
Description
Use when context is lost after switching surfaces (Telegram to WhatsApp, TUI to Telegram), when handing off tasks between agents (Jon → Eddie, Cipher → Eddie...
Usage Guidance
This skill is coherent and appears to do what it says: manage small per-topic JSON 'capsules' on disk and print briefings for handoff. Before installing, review the included scripts/bridge.py yourself (or inspect it during install) to ensure it does not perform any network calls you don't expect. Be aware that capsules may store session identifiers, phone numbers, or other PII—ensure the workspace directory has appropriate permissions, consider encrypting sensitive files, and use the expire command or short freshness_hours to limit retention. If you do not want data written to disk, do not set OPENCLAW_WORKSPACE to a shared or backed-up folder. Finally, because the skill prints instructions to use sessions_send for delivery, confirm that your sessions_send implementation is secure and that you (or the agent) do not accidentally include full transcripts in capsules.
Capability Analysis
Type: OpenClaw Skill Name: session-bridge Version: 1.0.0 The session-bridge skill is a context management utility designed to help AI agents maintain state across different communication platforms and handoffs. It uses a Python script (bridge.py) to manage 'topic capsules' stored as local JSON and Markdown files within the OpenClaw workspace. The code performs standard file operations for state persistence, lacks network connectivity, and contains no evidence of data exfiltration or malicious execution logic.
Capability Assessment
Purpose & Capability
Name/description (session bridging / topic capsules) match the provided SKILL.md and the included script: the tool only creates, updates, lists, hydrates, hands off, and expires small JSON/MD files under ~/.openclaw/workspace/tasks/bridges. It does not request unrelated credentials, binaries, or external services.
Instruction Scope
SKILL.md stays on-topic: it documents commands to create/refresh/hydrate/handoff capsules and recommends adding identityLinks to openclaw.json or injecting briefings via sessions_send. This is expected for a bridging helper. Note: the guidance expects the operator/agent to copy the printed briefing into sessions_send; the skill itself does not send network messages. The docs explicitly warn against dumping full transcripts into capsules (good).
Install Mechanism
No install spec is provided (instruction-only). A Python script is bundled but nothing in the registry metadata instructs automatic downloads or execution of external archives. That is low risk and proportionate for this task.
Credentials
The skill requires no environment variables or credentials. It does write session identifiers (e.g., agent:main:telegram:direct:7550791652) into disk-backed capsules; storing such session keys / phone numbers on disk is expected for its purpose but may be sensitive—users should consider disk permissions, retention, and encryption if they store personally identifiable data or session identifiers.
Persistence & Privilege
always is false and the skill does not request automatic/global inclusion. It writes files only under the OPENCLAW_WORKSPACE (default ~/.openclaw/workspace) and does not attempt to modify other skills or system-wide agent settings programmatically. The SKILL.md suggests editing openclaw.json as an optional user action, not an automatic change.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install session-bridge
  3. After installation, invoke the skill by name or use /session-bridge
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bridges context across surfaces (Telegram/WhatsApp/TUI) and agents using lightweight topic capsules. Commands: create, refresh, hydrate, handoff, status, list, expire. Zero transcript sync — compact briefings only (~200-350 tokens per session start).
Metadata
Slug session-bridge
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.

How do I install Session Bridge?

Run "/install session-bridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Session Bridge free?

Yes, Session Bridge is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Session Bridge support?

Session Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Session Bridge?

It is built and maintained by codeinonenight (@codeinonenight); the current version is v1.0.0.

💬 Comments