ningyao-voice-launcher

Install and configure a local browser-based Chinese voice chat launcher with the Ning Yao persona, including one-click Windows launchers, browser speech I/O, screen awareness, and a safe terminal panel. Use when the user wants a local voice companion, a persona-tuned voice chat setup, or help packaging/deploying the Ning Yao voice launcher.

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 "ningyao-voice-launcher" with this command: npx skills add jiwannian/ningyao-voice-launcher

Ningyao Voice Launcher

Install the bundled launcher into a user-chosen folder, then configure .env and run it.

Workflow

  1. Copy assets/voice-chat-local into the target folder.
  2. Install dependencies with npm install in the copied folder.
  3. Copy .env.example to .env and fill in OPENAI_API_KEY.
  4. Start with start-voice-chat.cmd or start-voice-chat-bg.cmd.

Bundled Files

  • assets/voice-chat-local: Browser voice chat app template.
  • scripts/install-launcher.ps1: Windows installer/copy helper.

Windows Install

Run:

powershell -ExecutionPolicy Bypass -File scripts/install-launcher.ps1 -Destination "$env:USERPROFILE\Desktop\ningyao-voice-chat"

The installer copies the template, skips .env, and can optionally run npm install.

Configuration

Set these in .env:

  • OPENAI_API_KEY: required
  • OPENAI_BASE_URL: optional API-compatible endpoint
  • OPENAI_MODEL: text + vision capable model if screen analysis is needed
  • OPENAI_TIMEOUT_MS: request timeout
  • PORT: local port
  • SYSTEM_PROMPT: persona prompt

Notes

  • Prefer Chrome or Edge for browser speech recognition and speech synthesis.
  • The terminal panel is intentionally restricted to a small whitelist.
  • If screen analysis is enabled, choose a model that supports image input.

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

hearth

Run a fast, configurable health-check sweep across every device in a homelab. Use this when the user asks about server status, host health, lab status, or as...

Registry SourceRecently Updated
Coding

Apple Calendar CLI Plus

Manage Apple Calendar events from the command line on macOS — create, update, delete, search, export, and check availability with full JSON output for agent...

Registry SourceRecently Updated
Coding

MagicBrowse

Browser automation fallback through the magicbrowse CLI for goal-driven launch, approved attach, observe, and act on real web pages.

Registry SourceRecently Updated
Coding

Agentskill

Analyze a code repository and synthesize an AGENTS.md.

Registry SourceRecently Updated