@claw-lab/wxclawbot-cli 0.4.0 → 0.4.2
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.en.md +9 -7
- package/README.md +8 -6
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -14,20 +14,22 @@ WeChat bots can only reply. They can't initiate. That's like having a secretary
|
|
|
14
14
|
|
|
15
15
|
**Now it does.**
|
|
16
16
|
|
|
17
|
-
## Install
|
|
17
|
+
## Install / Update
|
|
18
18
|
|
|
19
|
-
Send this to your OpenClaw agent (Lobster)
|
|
19
|
+
Send this to your OpenClaw agent (Lobster):
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
Install a skill so you can proactively WeChat me
|
|
22
|
+
Install/update a skill so you can proactively WeChat me.
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
Skill source: https://github.com/lroolle/wxclawbot-cli
|
|
25
|
+
SKILL.md is at repo root, put it in skills/wxclawbot-send/SKILL.md
|
|
26
|
+
CLI dependency: npm install -g @claw-lab/wxclawbot-cli
|
|
27
|
+
If you have clawhub: clawhub install wxclawbot-send
|
|
26
28
|
|
|
27
|
-
|
|
29
|
+
Verify with: wxclawbot accounts --json
|
|
28
30
|
```
|
|
29
31
|
|
|
30
|
-
|
|
32
|
+
The agent handles the rest: download SKILL.md, install CLI dependency, place it in the right skills directory, reload.
|
|
31
33
|
|
|
32
34
|
You don't touch the CLI. You don't write cron jobs. You don't need the technical docs below.
|
|
33
35
|
|
package/README.md
CHANGED
|
@@ -13,20 +13,22 @@
|
|
|
13
13
|
|
|
14
14
|
**现在可以了。**
|
|
15
15
|
|
|
16
|
-
## 安装
|
|
16
|
+
## 安装 / 更新
|
|
17
17
|
|
|
18
18
|
把下面这段直接发给你的龙虾就行:
|
|
19
19
|
|
|
20
20
|
```
|
|
21
|
-
|
|
21
|
+
安装/更新一个技能让你能主动给我发微信。
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
技能源码:https://github.com/lroolle/wxclawbot-cli
|
|
24
|
+
SKILL.md 在仓库根目录,把它放到 skills/wxclawbot-send/SKILL.md
|
|
25
|
+
CLI 依赖:npm install -g @claw-lab/wxclawbot-cli
|
|
26
|
+
如果你有 clawhub 可以直接:clawhub install wxclawbot-send
|
|
25
27
|
|
|
26
|
-
|
|
28
|
+
装好后用 wxclawbot accounts --json 验证账号是否正常。
|
|
27
29
|
```
|
|
28
30
|
|
|
29
|
-
|
|
31
|
+
agent 会自己搞定:下载 SKILL.md、装 CLI 依赖、放到正确的 skills 目录、重新加载。
|
|
30
32
|
|
|
31
33
|
你不需要碰命令行。你不需要写 cron。你不需要看下面的技术文档。
|
|
32
34
|
|