@voiceclaw/voiceclaw
v1.0.9
Published
OpenClaw channel plugin for VoiceClaw — relay messages between your AI agent and the VoiceClaw iOS/macOS app via Siri
Maintainers
Readme
@voiceclaw/voiceclaw
OpenClaw channel plugin for VoiceClaw — control your AI agent with Siri on iOS & macOS.
What is VoiceClaw?
VoiceClaw is a native iOS & macOS app that lets you talk to your OpenClaw agent via Siri or a lightweight chat interface. Install this plugin to connect your OpenClaw instance to the app.
Installation
openclaw plugins install @voiceclaw/voiceclawSetup
Interactive (recommended)
openclaw channels add --channel voiceclawFollow the prompts — you'll be asked for the 6-digit pairing code from the VoiceClaw app.
Manual
Add to your openclaw.json:
{
"channels": {
"voiceclaw": {
"accounts": {
"default": {
"pairingCode": "<6-digit code>"
}
}
}
}
}Then restart the gateway:
openclaw gateway restartNote: The pairing code is only used for the initial connection. After pairing, a session token is saved locally at
~/.voiceclaw/and the code is no longer needed.
Pairing
- Open the VoiceClaw app on your iPhone or Mac
- Go to Settings → Generate Pairing Code
- Copy the 6-character pairing code
- Run
openclaw channels add --channel voiceclawand paste the code - Restart the gateway:
openclaw gateway restart - Tap "Check Pairing" in the app to verify the connection
Re-pairing
To change the pairing code, simply run openclaw channels add --channel voiceclaw again. The plugin will automatically clear the old session token and prompt for a new code.
License
MIT
