@wecom/wecom-openclaw-plugin 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # OpenClaw + 企业微信
2
+
3
+ > 智能机器人通过长链接关联OpenClaw
4
+
5
+ ---
6
+
7
+ ## 快速开始
8
+
9
+ ```shell
10
+ # 安装企微插件
11
+ openclaw plugins install @wecom/wecom-openclaw-plugin
12
+
13
+ # 更新插件
14
+ openclaw plugins update wecom
15
+
16
+ # 最小化配置
17
+ openclaw config set channels.wecom.botId <替换成你的智能机器人botid> && openclaw config set channels.wecom.secret <替换成你的智能机器人secret> && openclaw config set channels.wecom.enabled true && openclaw gateway restart
18
+ ```