voice-ui

Self-evolving voice assistant UI. Talk to your AI, ask it to improve itself, and watch the code update in real-time.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "voice-ui" with this command: npx skills add yukihamada/voice-ui

Voice UI

自己進化型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" }
    }]
  }
}

使い方

  1. マイクボタンをタップ(またはスペースキー長押し)
  2. 話しかける
  3. 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の設定から自動取得を試みる。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Ai Freelancing Guide

Provides a complete guide to AI freelancing including niche analysis, pricing, client acquisition, proposal templates, and delivery workflows.

Registry SourceRecently Updated
Coding

Ai Code Assistant

提供多语言AI智能代码处理与批量自动化,显著提升开发效率,适合企业、团队及自由职业者。

Registry SourceRecently Updated
Coding

Life Control

Orchestrate the Life Control CLI skill for OpenClaw agent fleets: initialize the Life Control database, register agent personas, wire Telegram bots, and run daily routines (Morning Alignment, Body Protocol, Financial Pulse, Social Radar, Work Priming, Shutdown). Use when a user asks to create or run a Life Control system, OpenClaw skill integration, or agent persona automation for personal life tracking.

Registry SourceRecently Updated