Vocal Chat

👤 rubenfb23 📦 v1.0.0 ⭐ 3.9 ⬇️ 4.4K 下載
🤖 AI-Agent 免費

📖 技能介紹


name: walkie-talkie description: Handles voice-to-voice conversations on WhatsApp. Automatically transcribes incoming audio and responds with local TTS audio. Use when the user wants to "talk" instead of type.


Walkie-Talkie Mode

This skill automates the voice-to-voice loop on WhatsApp using local transcription and local TTS.

Workflow

  1. Incoming Audio: When a user sends an audio/ogg/opus file:
  2. Use tools/transcribe_voice.sh to get the text.
  3. Process the text as a normal user prompt.

  4. Outgoing Response:

  5. Instead of a text reply, generate speech using bin/sherpa-onnx-tts.
  6. Send the resulting .ogg file back to the user as a voice note.

Triggers

  • User sends an audio message.
  • User says "activa modo walkie-talkie" or "hablemos por voz".

Constraints

  • Use local tools only (ffmpeg, whisper-cpp, sherpa-onnx-tts).
  • Maintain a fast response time (RTF < 0.5).
  • Always reply with BOTH text (for clarity) and audio.

Manual Execution (Internal)

To respond with voice manually:

bin/sherpa-onnx-tts /tmp/reply.ogg "Tu mensaje aquí"

7w4.net收錄了海量優質技能外掛。

Then send /tmp/reply.ogg via message tool with filePath.

🤖 AI 評測

這是一個功能完整的語音對話技能,文件清晰易懂,能實現語音輸入自動轉文字並回復語音的功能。做得好的地方是使用者體驗考慮周到,同時提供文字和語音兩種回覆;不足之處是功能覆蓋面較窄,缺少更多實用場景,且沒有預置配置,需要等待後續完善才能獲得更好的使用體驗。

📊 多維度評分

適應性4
規範性3.8
有效性3.9
可靠性3.5
可信度4.4

📁 包含檔案 (2 個)

📄 SKILL.md 1.1 KB
📄 _meta.json 129 B