ddchat
v0.4.8
Published
DDChat channel plugin for OpenClaw
Downloads
1,354
Readme
本地安装ddchat插件
openclaw plugins install "安装包路径"仓库管理ddchat插件
openclaw plugins install ddchat # 安装插件
openclaw plugins update ddchat # 更新插件
openclaw plugins uninstall ddchat # 卸载插件默认default账号
openclaw channels add --channel ddchat --token "appId:appSecret"登录命令
openclaw channels login --channel ddchat
# 非交互环境可以通过环境变量传入 token。
# PowerShell:
$env:OPENCLAW_DDCHAT_TOKEN="appId:appSecret"; openclaw channels login --channel ddchat多个账号时指定账户名 避免覆盖
openclaw channels add --channel ddchat --account xxx --token "appId:appSecret"