@clawchatsai/connector 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +30 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,30 @@
1
+ # @clawchatsai/connector
2
+
3
+ OpenClaw plugin for [ShellChat](https://clawchats.ai) — connects your local gateway to the ShellChat web app via WebRTC P2P.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ openclaw plugins install @clawchatsai/connector
9
+ ```
10
+
11
+ ## Setup
12
+
13
+ After installing, run the setup command from your OpenClaw session:
14
+
15
+ ```
16
+ /shellchat setup <token>
17
+ ```
18
+
19
+ Get your token at [clawchats.ai](https://clawchats.ai)
20
+
21
+ ## Update
22
+
23
+ ```bash
24
+ openclaw plugins update @clawchatsai/connector
25
+ ```
26
+
27
+ ## Links
28
+
29
+ - [Website](https://clawchats.ai)
30
+ - [npm](https://www.npmjs.com/package/@clawchatsai/connector)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawchatsai/connector",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "description": "ShellChat OpenClaw plugin — P2P tunnel + local API bridge",
6
6
  "main": "dist/index.js",