Weibo Channel Configuration
Configure Weibo channel credentials via OpenClaw CLI.
Required Credentials
- AppId — Weibo application ID
- AppSecret — Weibo application secret
Configuration Commands
openclaw config set 'channels.weibo.appId' '<AppId>'
openclaw config set 'channels.weibo.appSecret' '<AppSecret>'
Workflow
- Ask the user for AppId and AppSecret (if not provided).
- Run the two
openclaw config setcommands above with the provided values. - Verify with
openclaw config get 'channels.weibo'(if available) or confirm to the user that configuration is complete.
Example
Given:
- AppId:
AppIdExample - AppSecret:
AppSecretExample
Execute:
openclaw config set 'channels.weibo.appId' 'AppIdExample'
openclaw config set 'channels.weibo.appSecret' 'AppSecretExample'