Skip to content

配置项

插件的配置 schema 定义在 packages/phone-notifications/openclaw.plugin.json

常用配置

配置说明
retentionDays通知数据保留天数;不设置则永久保存。
ignoredApps要忽略的 app 包名列表。
relay.heartbeatSec插件与 Relay 的心跳间隔。
relay.reconnectBackoffMsRelay 重连退避时间。
autoUpdate.enabled是否启用插件自动更新检查。
autoUpdate.checkIntervalHours自动更新检查间隔。
autoUpdate.channel更新频道,支持 latestbeta
asr.mode录音转写方式,支持 apilocalyoooclaw
asr.api.*云端 ASR 参数。
asr.local.*本地 Whisper 参数。

设置示例(OpenClaw)

bash
openclaw config set plugins.entries.phone-notifications.config.retentionDays 30
openclaw config set plugins.entries.phone-notifications.config.ignoredApps '["com.android.systemui"]'