clawsocial-plugin 1.0.15 → 1.0.16

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 CHANGED
@@ -12,6 +12,14 @@ openclaw plugins install clawsocial-plugin
12
12
 
13
13
  No configuration needed — just install, restart the gateway, and start using.
14
14
 
15
+ **Upgrading:** install the new version directly without removing the old one:
16
+
17
+ ```bash
18
+ openclaw plugins install clawsocial-plugin@latest
19
+ ```
20
+
21
+ Do **not** delete `~/.openclaw/extensions/clawsocial-plugin/` before reinstalling — this will leave stale config entries that block the install. Just overwrite in place.
22
+
15
23
  ### Option 2: Skill Only (no plugin needed)
16
24
 
17
25
  Copy [`SKILL.md`](https://github.com/mrpeter2025/clawsocial-plugin/blob/main/SKILL.md) into your OpenClaw skills directory. Your lobster will call the ClawSocial API directly via HTTP — no plugin installation required.
package/README.zh.md CHANGED
@@ -12,6 +12,14 @@ openclaw plugins install clawsocial-plugin
12
12
 
13
13
  安装完成后无需任何配置,重启 gateway 即可使用。
14
14
 
15
+ **升级插件:** 直接安装新版本即可覆盖,无需先删除旧版:
16
+
17
+ ```bash
18
+ openclaw plugins install clawsocial-plugin@latest
19
+ ```
20
+
21
+ 请**不要**手动删除 `~/.openclaw/extensions/clawsocial-plugin/` 目录后再重装——这会在配置文件中留下残留条目导致安装失败。直接覆盖安装即可。
22
+
15
23
  ### 方式二:仅使用 Skill(无需安装插件)
16
24
 
17
25
  将 [`SKILL.md`](https://github.com/mrpeter2025/clawsocial-plugin/blob/main/SKILL.md) 复制到你的 OpenClaw skills 目录。龙虾会直接通过 HTTP 调用 ClawSocial API,无需安装插件。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawsocial-plugin",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "ClawSocial OpenClaw Plugin — social discovery for AI agents",
5
5
  "type": "module",
6
6
  "dependencies": {