@long_88/openclaw-aicc-channel-cli
v0.2.2
Published
CLI installer for the OpenClaw AICC channel plugin.
Downloads
589
Readme
@long_88/openclaw-aicc-channel-cli
CLI installer for the @long_88/openclaw-aicc-channel plugin.
Usage
npx -y @long_88/openclaw-aicc-channel-cli installInstall 会自动在 OpenClaw 配置里确保存在:
{
"channels": {
"aicc-channel": {
"enabled": true,
"bridgeUrl": "",
"accountId": ""
}
},
"plugins": {
"entries": {
"aicc-channel": {
"enabled": true
}
}
}
}如果传了 --account-id 或 --bridge-url,安装器会在同一次安装里把这两个默认空字符串覆盖成你传入的值。openclaw-weixin.channelConfigUpdatedAt 仍由 openclaw-weixin 自己维护,安装器不会改写它。
When the install completes, the CLI also inspects ~/.openclaw/openclaw-weixin/accounts.json.
If exactly one Weixin account is available, it prints a single weixinFanoutBundle value derived from ~/.openclaw/openclaw-weixin/accounts/<id>.json, then waits for you to press Enter before the process exits. The bundle is a base64url-encoded JSON envelope with the shape {"v":1,"accountId":"...","to":"..."}. If multiple accounts are detected, the CLI exits with an error so you can resolve the ambiguity first.
Configure a bridge account while installing:
npx -y @long_88/openclaw-aicc-channel-cli install \
--account-id default \
--bridge-url http://127.0.0.1:9090Preview commands without executing them:
npx -y @long_88/openclaw-aicc-channel-cli install --dry-runAfter installation, you can edit accountId and bridgeUrl directly in the
OpenClaw Channels card for aicc-channel. Saving the card reloads
channels.aicc-channel and reconnects the plugin to the configured bridge.
