@looki-ai/openclaw-looki-cli
v0.4.3
Published
Lightweight installer for the OpenClaw Looki channel plugin
Readme
@looki-ai/openclaw-looki-cli
Guided installer and re-configurator for the openclaw-looki plugin. The goal is one command that installs the plugin, picks the environment, takes your apiKey, configures downstream IM forwarding, writes the OpenClaw config, and restarts the gateway.
Quick start
npx -y @looki-ai/openclaw-looki-cli@latest installThe wizard walks through:
- Language — English, Spanish, French, Japanese, or Simplified Chinese (use
--localeto skip) - Environment — pick your region or enter a custom baseUrl
- apiKey — your Looki user API key (
lk-...) - Forwarding — auto-detects installed IM plugins (WhatsApp / Telegram / Discord / Lark / WeChat / QQ Bot) and lets you configure forward targets for each
- Write config — updates
~/.openclaw/openclaw.json - Restart gateway —
openclaw gateway restart(skippable via--no-restart)
Once it exits you should be ready to go; no manual JSON editing needed.
Commands
| Command | What it does |
| ----------- | -------------------------------------------------------------- |
| install | Install / update the plugin, then run the full wizard |
| configure | Re-run the wizard without touching plugins install |
| help | Show usage |
npx -y @looki-ai/openclaw-looki-cli@latest helpOptions
All options work with both install and configure.
| Option | Effect |
| ------------------ | ---------------------------------------------------------- |
| --base-url <url> | Skip the environment prompt and use this URL (must be http/https) |
| --api-key <key> | Skip the API key prompt |
| --locale <code> | Force interface language: en / es / fr / ja / zh-CN |
| --no-restart | Skip openclaw gateway restart after writing the config |
Non-interactive (CI) example:
npx -y @looki-ai/openclaw-looki-cli@latest \
--locale en --no-restart \
--base-url https://open.looki.ai \
--api-key "$LOOKI_API_KEY" \
configureForwarding
The installer scans ~/.openclaw/openclaw.json for installed downstream IM
plugins and prompts per plugin. Supported:
| channel | Notes |
| ----------------- | -------------- |
| whatsapp | WhatsApp |
| telegram | Telegram |
| discord | Discord |
| feishu | Lark |
| openclaw-weixin | WeChat |
| qqbot | QQ Bot |
Note: candidate targets require the downstream app to send a message to OpenClaw at least once so a conversation session can form.
