@stagewhisper/stagewhisper
v0.60.0
Published
OpenClaw channel plugin that connects StageWhisper live calls to your AI assistant
Readme
@stagewhisper/stagewhisper
OpenClaw channel plugin that turns StageWhisper live call moments into assistant tasks.
What it does
During a live StageWhisper call, the system detects actionable moments (follow-ups, research requests, scheduling needs) and packages them as structured tasks. This plugin receives those tasks via the StageWhisper relay and injects them into OpenClaw as channel messages, allowing your AI assistant to start working while the call is still happening.
Setup
1. Install the plugin
openclaw plugins install @stagewhisper/stagewhisperOr install from a local path during development:
openclaw plugins install /path/to/integrations/openclaw-stagewhisper-channel2. Generate a pairing code in StageWhisper
Open StageWhisper desktop → Settings → Assistant → Generate pairing code.
3. Complete pairing
openclaw stagewhisper pair --code <PAIRING_CODE> --api-url https://api.stagewhisper.ioFollow the printed instructions to apply config, then restart:
openclaw gateway restart4. Verify the connection
openclaw stagewhisper statusDevelopment
cd integrations/openclaw-stagewhisper-channel
pnpm install
pnpm test
pnpm typecheckLocal install for testing
openclaw plugins install $(pwd)Configuration
The plugin reads from channels.stagewhisper or plugins.entries.stagewhisper.config:
| Key | Required | Description |
|-----|----------|-------------|
| apiBaseUrl | Yes | StageWhisper backend URL |
| integrationId | Yes | Integration ID from pairing |
| relayToken | Yes | Relay token from pairing |
| label | No | Display label (default: "StageWhisper") |
Architecture
StageWhisper Desktop → StageWhisper Backend (relay) → This Plugin → OpenClaw Assistant
← Reply path ←The plugin runs a background service that:
- Connects to the StageWhisper relay stream (SSE)
- Receives queued assistant tasks
- Injects them as channel messages into OpenClaw
- Posts assistant replies back to StageWhisper
License
MIT
