/install discord-voice-agent
Discord Voice Agent
A practical OpenClaw skill for building and operating a Discord voice bot that listens, reasons, and speaks back like a normal chat agent, with short, reliable replies.
Start here
Use this skill when the user wants a Discord voice agent that feels easy to install and easy to operate.
Ask for only what is missing
- If Discord is already installed: ask only for the voice channel id.
- If Discord is not installed: require the Discord plugin/integration first, then ask for:
- Discord token
- voice channel id
- optional guild id
- Detect OpenClaw settings from the environment when possible.
- Prefer sane defaults over extra setup.
- Default to OpenClaw’s normal chat-model settings unless the user changes them later.
First-run wizard
Follow the wizard flow in references/wizard.md:
- Detect whether Discord is already installed.
- Ask only for missing setup.
- Confirm the model default or custom model choice.
- Verify voice join,
/status, and one short test reply. - Ask for the next missing piece only if the first test fails.
Beginner-friendly goal
Make the first working turn obvious:
- bot joins the voice channel
- bot hears a short test phrase
- bot replies briefly
- status clearly shows what happened
If anything fails, explain the missing piece in plain language.
What this skill should help with
- new install and first-run setup
- Discord voice join and leave
- slash commands and voice playback
- STT/TTS troubleshooting
- OpenClaw reply routing
- latency reduction and fallback tuning
- release planning and upgrade work
Core behavior
- join voice reliably
- capture speech per turn
- transcribe with the configured STT path
- route replies through OpenClaw
- speak back with short responses
- fall back cleanly when STT, TTS, Discord, or OpenClaw fails
How the AI model is used
The skill itself does not choose a standalone model. It sends transcript context to OpenClaw, and OpenClaw picks the reply path/model from config.
Use these rules:
- prefer session-backed replies when healthy
- fall back to HTTP or local replies when configured
- use the project’s OpenClaw model/agent settings, not hard-coded model names
- keep spoken output short, even if the text reply is longer internally
- enable fast-answer-first behavior for short questions when available
- treat the model like a normal chat-agent default first; let users change it later if they want
See references/model-routing.md and references/model-settings.md for the routing picture.
Working rules
- Start by checking the current project state and config.
- Keep commands and setup copy-paste friendly.
- Keep spoken replies brief.
- Surface failures clearly.
- Validate with tests or smoke checks before claiming success.
- Use the one-command smoke path before asking users to do a live voice trial.
Reference files
references/quickstart.md— install and first-run flowreferences/wizard.md— guided onboarding flowreferences/model-routing.md— how the AI model is usedreferences/model-settings.md— default vs custom model setupreferences/test-mode.md— one-command smoke pathreferences/troubleshooting.md— common failures and fixesreferences/upgrades.md— best next upgradesreferences/release-checklist.md— release polish before publishreferences/github-release-draft.md— public release post draftreferences/demo-video-script.md— short demo video script
What a great version looks like
- a new user can install and speak to it fast
- existing Discord installs only need the voice channel id
- missing Discord setup is detected cleanly
- the AI routing is understandable and configurable
- voice replies feel fast, short, and natural
- failures are recoverable instead of silent
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install discord-voice-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/discord-voice-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Discord Voice Agent 是什么?
Use when building, configuring, running, debugging, or extending a Discord voice agent integrated with OpenClaw, including first-time setup, voice capture, t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 52 次。
如何安装 Discord Voice Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install discord-voice-agent」即可一键安装,无需额外配置。
Discord Voice Agent 是免费的吗?
是的,Discord Voice Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Discord Voice Agent 支持哪些平台?
Discord Voice Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Discord Voice Agent?
由 itsvips(@itsvips)开发并维护,当前版本 v1.0.1。