ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

lunara-voice

Bundle for Lunara Voice OpenClaw plugin with install and publish helpers

Why use this skill?

Install the Lunara Voice plugin for OpenClaw to enable advanced voice-based interactions, audio processing, and hands-free control for your AI agent workflows.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lunara9897-jpg/lunara-voice
Or

What This Skill Does

The lunara-voice skill is a specialized bundle designed to integrate the Lunara Voice plugin into the OpenClaw ecosystem. This plugin acts as a bridge between the OpenClaw agent and the Lunara Voice infrastructure, enabling seamless voice processing capabilities within your local environment. By including the full plugin source, local installation scripts, and comprehensive documentation for publication, this bundle empowers developers to extend OpenClaw's reach into vocal interaction and audio-based task management.

Installation

To install this skill, use the ClawHub command line interface. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/lunara9897-jpg/lunara-voice

Once the files are downloaded, navigate to the local directory where the bundle resides and execute the installation script:

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

After running the script, you must restart your OpenClaw Gateway for the changes to take effect. Finally, configure your ~/.openclaw/openclaw.json file to enable the plugin and input your unique API credentials (API Base URL, API Key, and User Email) to authenticate with the Lunara Voice backend.

Use Cases

  • Implementing voice-command controls for your local automation workflows.
  • Converting text-based agent outputs into audible voice responses for hands-free operation.
  • Leveraging voice-to-text processing to dictate complex inputs directly to the OpenClaw agent.
  • Creating accessibility layers for users who prefer auditory feedback over visual logs.

Example Prompts

  1. "OpenClaw, use Lunara Voice to read back the latest status report on my current project."
  2. "Enable the voice plugin and start listening for my dictation commands."
  3. "Summarize the current transcript from Lunara Voice and create a new task list based on it."

Tips & Limitations

Ensure your network environment allows traffic to your apiBaseUrl as specified in the configuration. Since this plugin utilizes an external API, response times depend heavily on your internet latency and the server's load. Always run openclaw plugins doctor if you encounter unexpected behavior during the initialization process to verify that all dependencies are correctly linked and authenticated. Note that this skill requires a valid Lunara Voice account; ensure your apiKey is kept secure and never shared in public repositories.

Metadata

Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lunara9897-jpg-lunara-voice": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#voice#automation#plugin#speech-to-text
Safety Score: 4/5

Flags: network-access, external-api