@oked/openclaw-cli
v0.3.6
Published
Installer CLI for the @oked/openclaw plugin. Wraps `openclaw plugins install` and configures the plugin entry in openclaw.json.
Readme
@oked/openclaw-cli
Installer CLI for the @oked/openclaw plugin. Wraps openclaw plugins install, writes the OKed entry into ~/.openclaw/openclaw.json, and restarts the gateway.
Install
npm install -g @oked/openclaw @oked/openclaw-cli
oked-openclaw initinit will:
- Locate the plugin source (sibling monorepo package or the global install).
- Run
openclaw plugins install --link <path>. - Prompt for
OKED_API_KEYandminTier(defaults toreview). - Write
plugins.allow: ["oked"]andplugins.entries.oked: { enabled, apiKey, backendUrl, minTier }intoopenclaw.json. - Detect the OpenClaw daemon (systemd / pm2 / launchd / bare process) and offer to restart it.
Subcommands
| Command | Description |
|---|---|
| oked-openclaw init | Install the plugin and configure openclaw.json |
| oked-openclaw status | Show install state, config, and backend reachability |
| oked-openclaw test | Send a test approval request via the OKed SDK |
| oked-openclaw uninstall | Remove the OKed entry and uninstall the plugin |
