@claw-lab/wxclawbot-cli 0.4.0 → 0.4.1

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
@@ -19,15 +19,17 @@ WeChat bots can only reply. They can't initiate. That's like having a secretary
19
19
  Send this to your OpenClaw agent (Lobster). That's the whole install process:
20
20
 
21
21
  ```
22
- Install a skill so you can proactively WeChat me: npm install -g @claw-lab/wxclawbot-cli
22
+ Install a skill so you can proactively WeChat me.
23
23
 
24
- npm: https://www.npmjs.com/package/@claw-lab/wxclawbot-cli
25
- Source: https://github.com/lroolle/wxclawbot-cli
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
  Let me know when it's done.
28
30
  ```
29
31
 
30
- Copy. Paste. Send. The agent handles installation, config, scheduling -- all of it.
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
@@ -18,15 +18,17 @@
18
18
  把下面这段直接发给你的龙虾就行:
19
19
 
20
20
  ```
21
- 装个技能让你能主动给我发微信,先装 CLI:npm install -g @claw-lab/wxclawbot-cli
21
+ 装个技能让你能主动给我发微信。
22
22
 
23
- npm 包:https://www.npmjs.com/package/@claw-lab/wxclawbot-cli
24
- 源码:https://github.com/lroolle/wxclawbot-cli
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
  装好了告诉我。
27
29
  ```
28
30
 
29
- 没了。复制,粘贴,发送。agent 自己搞定安装、配置、定时任务。
31
+ agent 会自己搞定:下载 SKILL.md、装 CLI 依赖、放到正确的 skills 目录、重新加载。
30
32
 
31
33
  你不需要碰命令行。你不需要写 cron。你不需要看下面的技术文档。
32
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claw-lab/wxclawbot-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "WeixinClawBot CLI - send text, images, video, and files to WeChat users",
5
5
  "type": "module",
6
6
  "bin": {