返回顶部
v

voice-agent语音代理

Local Voice Input/Output for Agents using the AI Voice Agent API.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
3,568
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

voice-agent

语音助手

此技能允许您通过本地语音助手API与用户进行语音对话。
它仅作为客户端运行,不会启动容器或服务。
它使用本地Whisper进行语音转文字转录,并使用AWS Polly进行文字转语音生成。

前置条件

需要在 http://localhost:8000 运行一个后端API。 后端设置说明位于此仓库中:
  • - README.md
  • walkthrough.md
  • DOCKER_README.md

行为准则

  • - 音频优先:当用户通过音频(文件)进行交流时,您的首要回复模式是音频文件
  • 静默交付:在发送音频回复时,不要发送类似我发送了一段音频的文字说明。只需发送音频文件。
  • 工作流程
1. 用户发送音频。 2. 使用 transcribe 读取音频。 3. 您思考回复内容。 4. 使用 synthesize 生成音频文件。 5. 您发送该文件。 6. 停止。不要添加文字评论。
  • - 故障处理:如果 health 检查失败或出现连接错误,请勿通过此技能尝试服务管理。请用户使用仓库文档启动或修复后端。

工具

转录文件

要使用本地Whisper STT转录音频文件,请使用 transcribe 命令运行客户端脚本。

bash
python3 {baseDir}/scripts/client.py transcribe /path/to/audio/file.ogg

合成文件

要使用AWS Polly TTS从文本生成音频并保存到文件,请使用 synthesize 命令运行客户端脚本。

bash
python3 {baseDir}/scripts/client.py synthesize 要朗读的文本 --output /path/to/output.mp3

健康检查

检查语音助手API是否正在运行且健康:

bash
python3 {baseDir}/scripts/client.py health

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 voice-agent-1776364322 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 voice-agent-1776364322 技能

通过命令行安装

skillhub install voice-agent-1776364322

下载

⬇ 下载 voice-agent v1.1.0(免费)

文件大小: 3.98 KB | 发布时间: 2026-4-17 16:30

v1.1.0 最新 2026-4-17 16:30
- Switched to client-only operation: service management and container startup are no longer included.
- Now requires an external backend API running at http://localhost:8000; setup instructions moved to repo documentation.
- Uses local Whisper for speech-to-text and AWS Polly for text-to-speech.
- Updated documentation and workflows to clarify prerequisites and error handling.
- Removed scripts/start.sh; skill no longer attempts to start backend services automatically.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部