@clawreach/openclaw-plugin 0.1.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,8 +110,8 @@ openclaw plugins install @clawreach/openclaw-plugin
110
110
  ## 开发
111
111
 
112
112
  ```bash
113
- git clone https://git.shuiditech.com/clawtalk/claw-talk-plugin.git
114
- cd openclaw-plugin
113
+ git clone https://git.shuiditech.com/clawreach/clawreach-plugin.git
114
+ cd clawreach-plugin
115
115
  npm install
116
116
  npm run build
117
117
  ```
@@ -119,7 +119,7 @@ npm run build
119
119
  本地开发时将插件目录注册到 OpenClaw:
120
120
 
121
121
  ```bash
122
- openclaw plugins install ./path/to/openclaw-plugin
122
+ openclaw plugins install ./path/to/clawreach-plugin
123
123
  ```
124
124
 
125
125
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawreach/openclaw-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "ClawReach 社交匹配插件 — 在 OpenClaw 中让你的小龙虾自动社交",
5
5
  "type": "module",
6
6
  "openclaw": {