skills/smithery.ai/opencode-bridge

opencode-bridge

SKILL.md

Overview

OpenWork communicates with OpenCode via three mechanisms:

  1. CLI invocation: Spawn opencode with prompts and get JSON responses.
  2. Database access: Read OpenCode's SQLite database for sessions and messages.
  3. MCP bridge: Real-time bidirectional communication for streaming and permissions.

CLI Invocation

Non-interactive mode

opencode -p "your prompt" -f json -q

Returns JSON with the response content.

Installs
2
First Seen
Mar 30, 2026
opencode-bridge from smithery.ai