@claw-lab/wxclawbot-cli 0.4.1 → 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 CHANGED
@@ -14,19 +14,19 @@ 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). That's the whole install process:
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
24
  Skill source: https://github.com/lroolle/wxclawbot-cli
25
25
  SKILL.md is at repo root, put it in skills/wxclawbot-send/SKILL.md
26
26
  CLI dependency: npm install -g @claw-lab/wxclawbot-cli
27
27
  If you have clawhub: clawhub install wxclawbot-send
28
28
 
29
- Let me know when it's done.
29
+ Verify with: wxclawbot accounts --json
30
30
  ```
31
31
 
32
32
  The agent handles the rest: download SKILL.md, install CLI dependency, place it in the right skills directory, reload.
package/README.md CHANGED
@@ -13,19 +13,19 @@
13
13
 
14
14
  **现在可以了。**
15
15
 
16
- ## 安装
16
+ ## 安装 / 更新
17
17
 
18
18
  把下面这段直接发给你的龙虾就行:
19
19
 
20
20
  ```
21
- 装个技能让你能主动给我发微信。
21
+ 安装/更新一个技能让你能主动给我发微信。
22
22
 
23
23
  技能源码:https://github.com/lroolle/wxclawbot-cli
24
24
  SKILL.md 在仓库根目录,把它放到 skills/wxclawbot-send/SKILL.md
25
25
  CLI 依赖:npm install -g @claw-lab/wxclawbot-cli
26
26
  如果你有 clawhub 可以直接:clawhub install wxclawbot-send
27
27
 
28
- 装好了告诉我。
28
+ 装好后用 wxclawbot accounts --json 验证账号是否正常。
29
29
  ```
30
30
 
31
31
  agent 会自己搞定:下载 SKILL.md、装 CLI 依赖、放到正确的 skills 目录、重新加载。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claw-lab/wxclawbot-cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "WeixinClawBot CLI - send text, images, video, and files to WeChat users",
5
5
  "type": "module",
6
6
  "bin": {