Session Bridge

v1.0.0

Use when context is lost after switching surfaces (Telegram to WhatsApp, TUI to Telegram), when handing off tasks between agents (Jon → Eddie, Cipher → Eddie...

0· 75·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9793mdkhe7ac64tyhtjaqffbh83cakp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments