@coremail/lunkr-openclaw 1.0.5 → 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
@@ -103,9 +103,12 @@ openclaw lunkr bot-delete --gid discussion-id-123
103
103
 
104
104
  ## CLI Commands
105
105
 
106
+ All commands support `-v, --verbose` on the parent command for verbose output (e.g., `openclaw lunkr -v login`).
107
+
106
108
  | Command | Description |
107
109
  |---------|-------------|
108
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) |
109
112
  | `openclaw lunkr login` | Login via QR code (when session expires) |
110
113
  | `openclaw lunkr login-bypwd` | Login via email/password (OTP supported) |
111
114
  | `openclaw lunkr skill-install [name]` | Enable skill (default: lunkr) |