@volcengine/openclaw-volcengine-rtc
v2026.5.7
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",
"clawId": "your-claw-id"
}
}
}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 |
| clawId | string | No | Claw ID; generated automatically if unset |
Environment variables with the VOLCENGINE_RTC_ prefix override file config.
For clawId, ARKCLAW_INSTANCE_ID has the highest priority, followed by
VOLCENGINE_RTC_CLAW_ID, then file config. When none is set, the plugin uses
the generated device ID.
