@coremail/lunkr-openclaw 1.0.4 → 1.0.5

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
@@ -29,7 +29,15 @@ npm install @coremail/lunkr
29
29
 
30
30
  ## Quick Start
31
31
 
32
- ### 1. Create a Bot Discussion (Optional)
32
+ ### 1. Run Setup
33
+
34
+ After installing the plugin, run setup to register plugin, tools, skills, and login:
35
+
36
+ ```bash
37
+ openclaw lunkr setup
38
+ ```
39
+
40
+ ### 2. Create a Bot Discussion (Optional)
33
41
 
34
42
  Create a dedicated Bot discussion where all messages automatically trigger the AI:
35
43
 
@@ -37,7 +45,7 @@ Create a dedicated Bot discussion where all messages automatically trigger the A
37
45
  openclaw lunkr bot-create "My Bot"
38
46
  ```
39
47
 
40
- ### 2. Start Chatting
48
+ ### 3. Start Chatting
41
49
 
42
50
  - **In Bot Discussions**: All messages automatically trigger the AI
43
51
  - **In normal groups/DMs**: Use `/bot <message>` to trigger the AI
@@ -97,12 +105,15 @@ openclaw lunkr bot-delete --gid discussion-id-123
97
105
 
98
106
  | Command | Description |
99
107
  |---------|-------------|
108
+ | `openclaw lunkr setup` | One-click setup: register plugin, tools, skills, and login |
100
109
  | `openclaw lunkr login` | Login via QR code (when session expires) |
101
110
  | `openclaw lunkr login-bypwd` | Login via email/password (OTP supported) |
102
111
  | `openclaw lunkr skill-install [name]` | Enable skill (default: lunkr) |
103
112
  | `openclaw lunkr skill-uninstall [name]` | Disable skill |
104
113
  | `openclaw lunkr tool-install [name]` | Add tool to tools.alsoAllow |
105
114
  | `openclaw lunkr tool-uninstall [name]` | Remove tool from tools.alsoAllow |
115
+ | `openclaw lunkr uninstall-extension` | Remove all config added by setup |
116
+ | `openclaw lunkr uninstall-extension --purge` | Remove config + delete session data (~/.lunkr/) |
106
117
 
107
118
  ## Troubleshooting
108
119