Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Self-evolving voice assistant UI. Talk to your AI, ask it to improve itself, and watch the code update in real-time.
Self-evolving voice assistant UI. Talk to your AI, ask it to improve itself, and watch the code update in real-time.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
自己進化型AIアシスタントUI - 音声で会話しながら自分自身を改善できる
🎤 音声認識 (Whisper) 🔊 音声合成 (TTS) 🤖 かわいいロボットUI(表情変化) 🔄 自己進化(UIの変更を音声で指示) 📝 自動Gitコミット
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" } }] } }
マイクボタンをタップ(またはスペースキー長押し) 話しかける AIが返答
「背景を青にして」→ CSSを自動編集 「ボタンを大きくして」→ スタイルを変更 「新機能を追加して」→ JSを編集 変更は自動でGitコミットされる。
index.html - メインUI server.cjs - Node.jsサーバー start.sh - 起動スクリプト CONTEXT.md - AIへのコンテキスト情報
OPENAI_API_KEY - OpenAI API Key(Whisper/TTS用) 設定がない場合、OpenClawの設定から自動取得を試みる。
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.