Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

deepclaw-voice深爪声音

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

447

周安装

19

GitHub Stars

60

下载量

157
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:deepclaw-voice(深爪声音)
来源仓库:https://github.com/deepgram/deepclaw
仓库路径:skills/deepclaw-voice
安装命令:
npx skills add https://github.com/deepgram/deepclaw --skill deepclaw-voice
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/deepgram/deepclaw --skill deepclaw-voice

简介

deepclaw-voice 支持通过电话与 OpenClaw 交互,集成语音转写与合成功能。

  • 适用于需要语音通话接入、实时转录或语音合成输出的播客/视频配音制作场景。
  • 基于 Deepgram Voice Agent API 与 Twilio 实现 STT/TTS、话轮管理与打断处理。
  • 使用前需完成 repo 克隆、API 密钥获取与依赖安装,注意涉及音频处理需麦克风访问权限。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

deepclaw Voice Setup

Use this skill when the user wants to call you on the phone, set up voice calling, or talk to OpenClaw via phone.

What This Sets Up

Phone calls to OpenClaw using:

  • Deepgram Voice Agent API - STT, TTS, turn-taking, barge-in
  • Twilio - Phone number routing
  • OpenClaw - Your AI (via chat completions proxy)

Setup Process

Step 1: Clone the repo

git clone https://github.com/deepgram/deepclaw.git ~/deepclaw
cd ~/deepclaw
pip install -r requirements.txt

Step 2: Get Deepgram API Key

  1. Go to https://console.deepgram.com/
  2. Sign up (free $200 credit)
  3. API KeysCreate API Key → Name: "deepclaw", Full Access
  4. Copy key immediately

Ask: "What's your Deepgram API key?"

Step 3: Get Twilio Credentials

  1. Go to https://www.twilio.com/ and sign up
  2. Copy Account SID and Auth Token from dashboard
  3. Phone NumbersBuy a number with Voice (~$1/month)

Ask: "What's your Twilio phone number, Account SID, and Auth Token?"

Step 4: Get OpenClaw Gateway Token

Run this to get the token from their OpenClaw config:

grep -A2 '"auth"' ~/.openclaw/openclaw.json | grep token

Or generate a new one:

openssl rand -hex 24

If generating new, tell them to add it to ~/.openclaw/openclaw.json under gateway.auth.token.

Step 5: Create.env file

Create ~/deepclaw/.env with their values:

DEEPGRAM_API_KEY=<their_deepgram_key>
TWILIO_ACCOUNT_SID=<their_sid>
TWILIO_AUTH_TOKEN=<their_token>
OPENCLAW_GATEWAY_URL=http://127.0.0.1:18789
OPENCLAW_GATEWAY_TOKEN=<their_gateway_token>

Step 6: Ensure OpenClaw Gateway has chat completions enabled

Check their ~/.openclaw/openclaw.json has:

{
  "gateway": {
    "http": {
      "endpoints": {
        "chatCompletions": {
          "enabled": true
        }
      }
    }
  }
}

If not, add it and restart the gateway: openclaw daemon restart

Step 7: Start ngrok

ngrok http 8000

Note the HTTPS URL (e.g., https://abc123.ngrok-free.app).

Step 8: Configure Twilio Webhook

  1. https://console.twilio.com/
  2. Phone NumbersActive Numbers → Click their number
  3. Voice Configuration:

- A Call Comes In: Webhook - URL: https://<ngrok-url>/twilio/incoming - Method: POST

  1. Save

Step 9: Start Server

cd ~/deepclaw
python -m deepclaw.voice_agent_server

Step 10: Test

Tell them: "Call your Twilio number now!"

Watch the server logs for:

  • "Connected to Deepgram Voice Agent API"
  • "Agent settings applied"
  • "LLM proxy request received"

Customizing Voice

Edit ~/deepclaw/deepclaw/voice_agent_server.py, find get_agent_config(), change the model in speak:

"speak": {"provider": {"type": "deepgram", "model": "aura-2-orion-en"}},

Voice Options

English: thalia (F, default), orion (M), apollo (M), athena (F), luna (F), zeus (M), draco (M, British), pandora (F, British), hyperion (M, Australian)

Spanish: estrella (F, Mexican), javier (M, Mexican), alvaro (M, Spain), celeste (F, Colombian)

German: fabian (M), aurelia (F), lara (F)

French: hector (M), agathe (F)

Italian: cesare (M), livia (F)

Dutch: lars (M), daphne (F)

Japanese: ebisu (M), izanami (F)

Format: aura-2-<name>-<lang> (e.g., aura-2-estrella-es)


Troubleshooting

When something goes wrong, check the server logs first. Here's how to diagnose common issues:

No server logs when calling

Symptom: You call, phone hangs up, but no logs appear in the server terminal.

Cause: Twilio webhook URL doesn't match your ngrok URL.

Fix:

  1. Check your current ngrok URL in the ngrok terminal
  2. Go to Twilio Console → Phone Numbers → Your Number → Voice Configuration
  3. Make sure the webhook URL matches exactly: https://<your-ngrok-url>/twilio/incoming
  4. Save and try again

"Check your think provider settings" error

Symptom: Call connects, you hear the greeting, then Deepgram says "Check your think provider settings" and hangs up.

Cause: Deepgram can't reach the LLM proxy endpoint, or it's returning an error.

Fix:

  1. Test the proxy endpoint directly: curl -X POST https://<your-ngrok-url>/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model":"gpt-4","messages":[{"role":"user","content":"hi"}]}'
  2. If you get 401 Unauthorized, the auth is blocking requests. This shouldn't happen with the latest code.
  3. If you get connection refused, the server isn't running or ngrok isn't forwarding.
  4. Check that OpenClaw gateway is running: curl http://127.0.0.1:18789/health

Call works once then hangs up

Symptom: First exchange works (greeting + one response), then call drops with "FAILED_TO_THINK" in logs.

Cause: SSE stream formatting issue—usually fixed in latest code.

Fix:

  1. Make sure you have the latest code: cd ~/deepclaw && git pull
  2. Restart the server

Words running together in speech

Symptom: TTS says "Whydo you want" instead of "Why do you want"

Cause: Markdown stripping was removing spaces between streaming chunks.

Fix:

  1. Update to latest code: cd ~/deepclaw && git pull
  2. Restart the server

Inbound calls don't work, but everything else does

Symptom: Server responds to curl, ngrok works, but calling from your phone gets immediate disconnect with no logs.

Cause: Your carrier may be blocking calls to the Twilio number, or you're dialing wrong.

Fix:

  1. Verify you're dialing the exact Twilio number (with country code if needed)
  2. Try calling from a different phone
  3. Test with an outbound call from Twilio to you: # Run this in Python with your.env loaded import requests requests.post(f'https://api.twilio.com/2010-04-01/Accounts/{TWILIO_ACCOUNT_SID}/Calls.json', auth=(TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN), data={'To': '+1YOURNUMBER', 'From': '+1TWILIONUMBER', 'Url': 'https://<your-ngrok-url>/twilio/incoming'}) If this works, the issue is your carrier blocking outbound calls to Twilio.

OpenClaw returns errors

Symptom: Logs show errors from OpenClaw like "No API key found for provider"

Fix:

  1. Make sure OpenClaw is configured with your Anthropic API key
  2. Run openclaw configure --section model to set it up
  3. Restart OpenClaw gateway: openclaw daemon restart

ngrok URL keeps changing

Symptom: Every time you restart ngrok, you get a new URL and have to update Twilio.

Fix: Use a fixed ngrok domain (requires ngrok account):

ngrok http 8000 --domain=your-chosen-name.ngrok-free.app

Still stuck?

  1. Check the server logs carefully—they usually tell you what's wrong
  2. Test each component individually:

- Server health: curl http://localhost:8000/health - ngrok forwarding: curl https://<ngrok-url>/health - OpenClaw gateway: curl http://127.0.0.1:18789/health - LLM proxy: curl -X POST https://<ngrok-url>/v1/chat/completions -H "Content-Type: application/json" -d '{"model":"gpt-4","messages":[{"role":"user","content":"test"}]}'

  1. Open an issue at https://github.com/deepgram/deepclaw/issues

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.76%
按下载量换算51

Claude

29.1%
按下载量换算46

Cursor

19.43%
按下载量换算31

Gemini CLI

9.45%
按下载量换算15

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

未通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills