Session Portal

Safe bidirectional message portal between Claude Code and Codex sessions. A durable local SQLite queue with an authenticated stdio MCP interface lets one session drop a short, authored message into another session's inbox; delivery is pull-only, so the recipient itself picks it up at a safe turn boundary, acknowledges, and acts under its own permissions. Identity is derived from a bearer token (not caller-asserted) and elevated actions need operator grants. Never writes transcripts, never pushes into or resumes another session, never runs message content. Use to hand a follow-up from Claude Code to Codex (or back) without manual relay. Monitoring stays separate and read-only (monitor-agent-thread).

BryceEWatson 4a49c97 18 files · 197.5 KB Updated

File contents

BryceEWatson/claude-global-skills/tree/main/session-portal commit 4a49c97a92

Frequently asked questions

npx skillmds@latest add bryceewatson/session-portal