@coremail/lunkr-openclaw 1.0.4 → 1.0.6

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
@@ -95,14 +103,20 @@ openclaw lunkr bot-delete --gid discussion-id-123
95
103
 
96
104
  ## CLI Commands
97
105
 
106
+ All commands support `-v, --verbose` on the parent command for verbose output (e.g., `openclaw lunkr -v login`).
107
+
98
108
  | Command | Description |
99
109
  |---------|-------------|
110
+ | `openclaw lunkr setup` | One-click setup: register plugin, tools, skills, and login |
111
+ | `openclaw lunkr rename <name>` | Rename the bot (stored in ~/.lunkr/config.json) |
100
112
  | `openclaw lunkr login` | Login via QR code (when session expires) |
101
113
  | `openclaw lunkr login-bypwd` | Login via email/password (OTP supported) |
102
114
  | `openclaw lunkr skill-install [name]` | Enable skill (default: lunkr) |
103
115
  | `openclaw lunkr skill-uninstall [name]` | Disable skill |
104
116
  | `openclaw lunkr tool-install [name]` | Add tool to tools.alsoAllow |
105
117
  | `openclaw lunkr tool-uninstall [name]` | Remove tool from tools.alsoAllow |
118
+ | `openclaw lunkr uninstall-extension` | Remove all config added by setup |
119
+ | `openclaw lunkr uninstall-extension --purge` | Remove config + delete session data (~/.lunkr/) |
106
120
 
107
121
  ## Troubleshooting
108
122