@volcengine/openclaw-volcengine-rtc
v2026.4.15-rc2
Published
OpenClaw VolcEngine channel plugin
Maintainers
Keywords
Readme
@volcengine/openclaw-volcengine-rtc
OpenClaw VolcEngine RTC channel plugin for integrating VolcEngine RTC service into the OpenClaw platform.
Installation
One Liner
npx @volcengine/openclaw-volcengine-rtc installOpenClaw
openclaw plugins install @volcengine/openclaw-volcengine-rtcConfiguration
Add the following configuration to your OpenClaw config file:
{
"channels": {
"volcengine-rtc": {
"enabled": true,
"accessKey": "your-access-key",
"secretAccessKey": "your-secret-access-key"
"appId": "your-app-id"
"clawName": "your-claw-name"
}
}
}Configuration Options
| Option | Type | Required | Description |
| ----------------- | ------- | -------- | -------------------------------------- |
| enabled | boolean | No | Enable or disable the plugin |
| accessKey | string | Yes | VolcEngine AccessKey |
| secretAccessKey | string | Yes | VolcEngine SecretAccessKey |
| appId | string | Yes | VolcEngine RTC App ID |
| clawName | string | No | A nick name for this openclaw instance |
