Overview
- Skill Key
- adriel1006/discord-voice-deepgram
- Author
- adriel1006
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adriel1006/discord-voice-deepgram
- Latest Commit SHA
- 76eae6a9c4aacecfa0166e650cdc0f967d1d2098
Voice-channel conversations in Discord using Deepgram streaming STT + low-latency TTS
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 deepgram-discord-voice 技能。 若已安装,则直接安装 deepgram-discord-voice 技能。
# Deepgram Discord Voice (Clawdbot/OpenClaw Plugin)
This plugin lets you talk to your agent **only from a Discord voice channel**.
Pipeline (low latency):
- Discord voice audio → **Deepgram streaming STT** (WebSocket)
- Transcript → your agent
- Agent reply → **Deepgram TTS** (`/v1/speak` streamed HTTP Ogg/Opus)
- Audio played back into the voice channel
## Requirements
- A Discord bot token (`DISCORD_TOKEN`)
- A Deepgram API key (`DEEPGRAM_API_KEY`)
- Discord bot permissions in your server:
- **Connect**
- **Speak**
- **Use Voice Activity**
## Install
### Option A: Install from ClawHub
1. In your OpenClaw/Clawdbot dashboard, open **Skills/Plugins**.
2. Add/install **deepgram-discord-voice**.
3. Set the required environment variables.
### Option B: Manual install
1. Copy this folder into your extensions/plugins directory.
2. Run:
```bash
npm install
```
3. Restart OpenClaw/Clawdbot.
## Configuration
### Key settings
- `primaryUser` (recommended): Who the bot listens to by default.
- Best: your **Discord user ID** (numeric)
- Also supported: username/display name (e.g., `atechy`) if unique in-channel
- `allowVoiceSwitch`: If `true`, the primary user can switch who is allowed by voice.
- `wakeWord`: Prefix for voice control commands. Default: `openclaw`.
- `deepgram.sttModel`: Default `nova-2`.
- `deepgram.language`: Optional BCP‑47 language tag (e.g., `en-US`, `es`, `es-EC`).
- `ttsVoice`: Deepgram Aura voice model (e.g., `aura-2-thalia-en`).
### Example config
```json5
{
"plugins": {
"entries": {
"deepgram-discord-voice": {
"enabled": true,
"config": {
"streamingSTT": true,
"streamingTTS": true,
"primaryUser": "atechy",
"allowVoiceSwitch": true,
"wakeWord": "openclaw",
"ttsVoice": "aura-2-thalia-en",
"vadSensitivity": "medium",
"bargeIn": true,
"deepgram": {
"sttModel": "nova-2",
"language": "en...
laborany
基于 Claude Code 的桌面 AI 工作力平台 — 支持飞书/QQ 远程调度、技能创建、定时任务。OpenClaw 的桌面实现,零代码养好你的 AI 🦞 Desktop AI workforce platform built on Claude Code. Feishu/QQ bot integration, skill creation, scheduled tasks — OpenClaw for your desktop. Raise your AI lobsters 🦞
win4r
Reusable OpenClaw skill for remote Linux deployment with MiniMax M2.1 and Telegram bot setup
botlearn-ai
Bots learn, human earns, curated open claw playbook list and skill list for life long learners at https://botlearn.ai
duanecilliers
Web-based admin dashboard for OpenClaw — manage Discord persona bots, workspace files, skills, cron jobs, channels, and config
abczsl520
OpenClaw skill: Dynamic bug audit for Node.js web projects (games, data tools, WeChat, APIs, bots). 200+ real-world pitfalls.
pardnchiu
A Go agentic AI platform with skill routing, multi-provider intelligent dispatch, Discord bot integration, and security-first shared agent design