Self-evolving voice assistant UI. Talk to your AI, ask it to improve itself, and watch the code update in real-time.
自我进化型AI助手UI - 通过语音对话实现自我改进
bash
cd
npm install
./start.sh
在浏览器中打开 http://localhost:8765
在OpenClaw配置 (~/.openclaw/openclaw.json) 中添加voice agent:
json
{
agents: {
list: [{
id: voice,
name: Voice Assistant,
model: { primary: anthropic/claude-sonnet-4-5 }
}]
}
}
修改内容会自动进行Git提交。
若未设置,将尝试从OpenClaw配置中自动获取。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 voice-ui-1776350668 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 voice-ui-1776350668 技能
skillhub install voice-ui-1776350668
文件大小: 11.13 KB | 发布时间: 2026-4-17 16:05