OpenClaw Weibo DM channel plugin - 微博私信通道插件
- 打开微博客户端,私信 @微博龙虾助手
- 发送消息:
连接龙虾 - 收到回复示例:
您的应用凭证信息如下: AppId: your-app-id AppSecret: your-app-secret 如需重置凭证,请发送 "重置凭证" 命令。
git clone https://gitee.com/wecode-ai/openclaw-weibo.git
cd openclaw-weibo
openclaw plugins install .
openclaw gateway restart
使用命令配置:
openclaw config set 'channels.weibo.appSecret' 'your-appSecret'
openclaw config set 'channels.weibo.appId' 'your-appId'或编辑 ~/.openclaw/openclaw.config.json:
{
...existing config...
"channels": {
...existing config...
"weibo": {
"appId": "your-app-id",
"appSecret": "your-app-secret"
}
}
}- 插件通过域名
open-im.api.weibo.com来调用微博接口。 - 如在出入口网络受限环境下使用该插件请注意配置访问权限。
MIT