@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 +3 -0
- package/bin/lunkr-cli.js +4 -4
- package/i18n/locales/en-US.json +2 -1
- package/i18n/locales/zh-CN.json +2 -1
- package/index.js +19 -19
- package/openclaw.plugin.json +0 -4
- package/package.json +1 -1
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) |
|