lunara-voice

ClawSkills 作者 clawskills

Bundle for Lunara Voice OpenClaw plugin with install and publish helpers

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install clawskills:clawskills~lunara9897-jpg-lunara-voice
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~lunara9897-jpg-lunara-voice/file -o lunara9897-jpg-lunara-voice.md
# Lunara Voice Bundle

This skill bundle ships everything needed to install and run the Lunara Voice plugin locally.

## What is included

- `plugin/` — full copy of the OpenClaw plugin source
- `scripts/install-plugin.sh` — local install helper
- `references/PUBLISH.md` — release and ClawHub publish steps

## Install plugin from this bundle

Run:

```bash
bash {baseDir}/scripts/install-plugin.sh
```

Then restart Gateway.

## Configure plugin

Set plugin config in `~/.openclaw/openclaw.json`:

```json
{
  "plugins": {
    "entries": {
      "lunara-voice": {
        "enabled": true,
        "config": {
          "apiBaseUrl": "https://your-server.herokuapp.com",
          "apiKey": "lnr_live_KEYID_SECRET",
          "userEmail": "user@example.com"
        }
      }
    }
  }
}
```

## Verify

```bash
openclaw plugins list
openclaw plugins info lunara-voice
openclaw plugins doctor
```