Agent Skills
› hailo-ai/hailo-apps
› hl-build-voice-app
hl-build-voice-app
GitHub用于在Hailo-10H设备上构建语音助手,集成Whisper语音转文字和Piper文本转语音功能。指导开发者完成AI语音应用的开发与集成工作。
Trigger Scenarios
需要在边缘设备(如Hailo)上开发语音交互应用
需要集成Whisper STT和Piper TTS模型进行语音处理
Install
npx skills add hailo-ai/hailo-apps --skill hl-build-voice-app -g -y
SKILL.md
Frontmatter
{
"name": "hl-build-voice-app",
"description": "Build a voice assistant with Whisper STT and Piper TTS for Hailo-10H.",
"allowed-tools": "Bash(python *), Read, Write, Edit, Grep, Glob, Agent, AskUserQuestion",
"argument-hint": "[app-description]"
}
Read and follow the complete skill documentation at .hailo/skills/hl-build-voice-app.md.
Also consult:
.hailo/toolsets/gen-ai-utilities.md
Version History
- 891ce70 Current 2026-07-25 05:47


