(macOS) Discord voice assistant installer. Install/update discord-local-stt-tts (Discord voice, Discord local, local STT + local TTS) from GitHub Releases.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill discord-local-stt-tts-installer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Discord Local Stt Tts Installer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-discord-local-stt-tts-installer)More formats (shields.io, HTML) on the badges page.
---
name: discord-local-stt-tts-installer
description: (macOS) Discord voice assistant installer. Install/update discord-local-stt-tts (Discord voice, Discord local, local STT + local TTS) from GitHub Releases.
---
# discord-local-stt-tts-installer (macOS)
ClawHub skill that installs/updates the **discord-local-stt-tts** OpenClaw plugin.
- Plugin repo: https://github.com/vilmire/discord-local-stt-tts
- Install path: `~/.openclaw/openclaw-extensions/plugins/discord-local-stt-tts`
## Supported platforms
- **macOS only**
## Requirements
- `curl`
- `python3` (used by the installer; also needed for some local STT engines)
- `unzip`
- `ffmpeg` (required by the plugin runtime)
- Optional: `pnpm` (if you want the installer to attempt a build)
## macOS permissions
If you use Apple Speech (`apple-speech`) local STT, macOS may require:
- System Settings → Privacy & Security → **Speech Recognition**
- System Settings → Privacy & Security → **Microphone**
## Install / Update
```bash
bash bin/install.sh
openclaw gateway restart
```
## What the installer does
1) Downloads the **latest GitHub Release** source zipball
2) Backs up any existing plugin folder
3) Installs into the OpenClaw extensions plugin directory
4) If `pnpm` is available, attempts `pnpm i && pnpm build` (best-effort)
## Notes
- This skill does **not** modify your `openclaw.json`. You still need to enable/configure the plugin.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!