Install
openclaw skills install voice-uiSelf-evolving voice assistant UI. Talk to your AI, ask it to improve itself, and watch the code update in real-time.
openclaw skills install voice-ui自己進化型AIアシスタントUI - 音声で会話しながら自分自身を改善できる
cd <workspace>/skills/voice-ui
npm install
./start.sh
ブラウザで http://localhost:8765 を開く
OpenClaw config (~/.openclaw/openclaw.json) に voice agent を追加:
{
"agents": {
"list": [{
"id": "voice",
"name": "Voice Assistant",
"model": { "primary": "anthropic/claude-sonnet-4-5" }
}]
}
}
変更は自動でGitコミットされる。
index.html - メインUIserver.cjs - Node.jsサーバーstart.sh - 起動スクリプトCONTEXT.md - AIへのコンテキスト情報OPENAI_API_KEY - OpenAI API Key(Whisper/TTS用)設定がない場合、OpenClawの設定から自動取得を試みる。