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

Power Automate Debug

Debug failing Power Automate cloud flows using the FlowStudio MCP server. The Graph API only shows top-level status codes. This skill gives your agent action...

Registry SourceRecently Updated
Coding

Power Automate Mcp

Foundation skill for Power Automate via FlowStudio MCP — auth setup, the reusable MCP helper (Python + Node.js), tool discovery via `list_skills` / `tool_sea...

Registry SourceRecently Updated
Coding

data-analyst

Expert data analyst specializing in business intelligence, data visualization, and statistical analysis. Masters SQL, Python, and BI tools to transform raw d...

Registry SourceRecently Updated
Coding

DeviantArt Post

Post artwork, journals, and status updates to a user's DeviantArt account through the official DeviantArt API using OAuth 2.1 Authorization Code with PKCE, S...

Registry SourceRecently Updated