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.

想要更强大的技能插件,就来小葱技能站7w4.net看看吧。


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í"

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