🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Lunara Voice

by @lunara9897-jpg

Bundle for Lunara Voice OpenClaw plugin with install and publish helpers

Versionv1.0.0
Downloads1,317
Stars⭐ 2
Comments2
TERMINAL
clawhub install lunara-voice

πŸ“– About This Skill


name: lunara-voice description: Bundle for Lunara Voice OpenClaw plugin with install and publish helpers metadata: {"openclaw": {"always": true, "emoji": "πŸ“ž", "homepage": "https://lunaravox.com"}}

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