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

OPC Landing Page Manager

Landing page strategy, copywriting, design, and code generation for solo entrepreneurs. From product idea to a complete, self-contained, conversion-optimized...

Registry SourceRecently Updated
Coding

OPC Product Manager

Product spec generation for solo entrepreneurs. Turns a one-sentence idea into a build-ready spec that AI coding agents (Claude Code, etc.) can execute direc...

Registry SourceRecently Updated
Coding

设备

Use when querying or modifying device configurations on ESD service, calling REST APIs with sigV2 authentication on HK baseline or STG environments

Registry SourceRecently Updated
Coding

My Agent Browser

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured co...

Registry SourceRecently Updated