Install
openclaw skills install lunara-voiceClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Bundle for Lunara Voice OpenClaw plugin with install and publish helpers
openclaw skills install lunara-voiceThis skill bundle ships everything needed to install and run the Lunara Voice plugin locally.
plugin/ — full copy of the OpenClaw plugin sourcescripts/install-plugin.sh — local install helperreferences/PUBLISH.md — release and ClawHub publish stepsRun:
bash {baseDir}/scripts/install-plugin.sh
Then restart Gateway.
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"
}
}
}
}
}
openclaw plugins list
openclaw plugins info lunara-voice
openclaw plugins doctor