← 返回 Skills 市场
Session Bridge
作者
codeinonenight
· GitHub ↗
· v1.0.0
· MIT-0
132
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install session-bridge - 安装完成后,直接呼叫该 Skill 的名称或使用
/session-bridge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 Session Bridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-bridge」即可一键安装,无需额外配置。
Session Bridge 是免费的吗?
是的,Session Bridge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Session Bridge 支持哪些平台?
Session Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Session Bridge?
由 codeinonenight(@codeinonenight)开发并维护,当前版本 v1.0.0。
推荐 Skills