Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @lunara9897-jpg Updated 6/28/2026 1,215 downloads 2 stars Security: Pass

📞 Lunara Voice OpenClaw Plugin & Skill | ClawHub

Looking to integrate Lunara Voice into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Bundle for Lunara Voice OpenClaw plugin with install and publish helpers

Install

ClawHub CLI
openclaw skills install @lunara9897-jpg/lunara-voice
Node.js (npx)
npx clawhub@latest install lunara-voice

Full SKILL.md

Open original
Metadata table.
namedescription
lunara-voiceBundle for Lunara Voice OpenClaw plugin with install and publish helpers

SKILL.md content below is scrollable.

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

Verify

openclaw plugins list
openclaw plugins info lunara-voice
openclaw plugins doctor
ClawHub Registry URL: https://clawhub.ai/lunara9897-jpg/skills/lunara-voice

Related skills

If this matches your use case, these are close alternatives in the same category.