✓ Verified 💻 Development ✓ Enhanced Data

Lunara Voice

Bundle for Lunara Voice OpenClaw plugin with install and publish helpers.

Rating
4.9 (166 reviews)
Downloads
7,442 downloads
Version
1.0.0

Overview

Bundle for Lunara Voice OpenClaw plugin with install and publish helpers.

Complete Documentation

View Source →

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": "[email protected]"
        }
      }
    }
  }
}

Verify

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

Installation

Terminal bash

openclaw install lunara-voice
    
Copied!

💻Code Examples

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

bash-basedirscriptsinstall-pluginsh.txt
Then restart Gateway.

## Configure plugin

Set plugin config in `~/.openclaw/openclaw.json`:
example.json
{
  "plugins": {
    "entries": {
      "lunara-voice": {
        "enabled": true,
        "config": {
          "apiBaseUrl": "https://your-server.herokuapp.com",
          "apiKey": "lnr_live_KEYID_SECRET",
          "userEmail": "[email protected]"
        }
      }
    }
  }
}
example.sh
openclaw plugins list
openclaw plugins info lunara-voice
openclaw plugins doctor

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author lunara9897-jpg
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install lunara-voice