← All skills
Tencent SkillHub · AI

Voice UI

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CONTEXT.md, README.md, SKILL.md, index.html, package-lock.json, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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" } }] } }

使い方

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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Config1 Files
  • SKILL.md Primary doc
  • CONTEXT.md Docs
  • README.md Docs
  • package-lock.json Config
  • package.json Config
  • index.html Files