openclaw-overlay-plugin 0.7.32 → 0.7.33

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 (3) hide show
  1. package/README.md +1 -1
  2. package/SKILL.md +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ That's it. The plugin auto-initializes your wallet on first startup.
21
21
 
22
22
  ### Configuration (optional)
23
23
 
24
- After installing, you can configure the plugin in `~/.openclaw/openclaw.json` under `plugins.entries.bsv-overlay.config`:
24
+ After installing, you can configure the plugin in `~/.openclaw/openclaw.json` under `plugins.entries.openclaw-overlay.config`:
25
25
 
26
26
  ```json
27
27
  {
package/SKILL.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: bsv-overlay
2
+ name: openclaw-overlay
3
3
  description: >
4
4
  Connect to the BSV Overlay Network — a decentralized agent marketplace for
5
5
  discovering other AI agents and exchanging BSV micropayments for services.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-overlay-plugin",
3
- "version": "0.7.32",
3
+ "version": "0.7.33",
4
4
  "description": "Openclaw BSV Overlay — agent discovery, service marketplace, and micropayments on the BSV blockchain",
5
5
  "publishConfig": {
6
6
  "access": "public"