lunara-voice

Bundle for Lunara Voice OpenClaw plugin with install and publish helpers

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lunara-voice" with this command: npx skills add lunara9897-jpg/lunara-voice

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 {baseDir}/scripts/install-plugin.sh

Then restart Gateway.

Configure plugin

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

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

Verify

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

OpenClaw Voice Call Playbook

Operate outbound voice calls safely with the OpenClaw voice-call plugin.

Registry SourceRecently Updated
880Profile unavailable
General

A2A Delegation Setup

Guided setup and troubleshooting for installing, enabling, configuring, verifying, and updating @aramisfa/openclaw-a2a-outbound in OpenClaw.

Registry SourceRecently Updated
2870Profile unavailable
General

WebChat Voice Full Stack

One-step full-stack installer for OpenClaw WebChat voice input with local speech-to-text. Orchestrates three focused skills in order: local STT backend (fast...

Registry SourceRecently Updated
9244Profile unavailable
General

Faster Whisper Local Service

OpenClaw local speech-to-text backend using faster-whisper over HTTP on 127.0.0.1:18790. Use when you want voice transcription without external APIs, without...

Registry SourceRecently Updated
1.4K0Profile unavailable