VOICEBOX Agent v4.0.0

Generate synthesized speech using gpt-oss:20b for mora-level direction and VOICEVOX audio synthesis.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill voicebox-agent-v4-0-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: VOICEBOX Agent v4.0.0
Source: https://github.com/u-ss/Antigravity-chatgptpro-/tree/main/.agent/workflows/voicebox
Command: npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill voicebox-agent-v4-0-0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fugashi, unidic-lite, ollama, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the generation of high-quality synthesized speech by integrating a local LLM for nuanced vocal direction, overcoming the limitations of standard text-to-speech systems.

Core Features & Use Cases

  • LLM-driven Vocal Direction: Utilizes gpt-oss:20b to analyze text context and determine mora-level vocal nuances (emphasis, pitch, pauses) and segment-level pacing.
  • High-Quality TTS: Leverages VOICEVOX for natural-sounding speech synthesis.
  • Use Case: Generate audiobook narration with dynamic emotional expression and pacing, or create character voices for games and animations that respond realistically to dialogue context.

Quick Start

Use the voicebox agent to synthesize speech from the text "こんにちは、世界!".

Frequently Asked Questions about VOICEBOX Agent v4.0.0

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate high-quality synthesized speech with mora-level vocal direction?

To generate high-quality synthesized speech with mora-level vocal direction, you need a local LLM to analyze text context and determine pitch and pauses, combined with a VOICEVOX API for the actual audio synthesis.

Can I use VOICEVOX with a local LLM for natural language processing?

Yes, you can use VOICEVOX with a local LLM like gpt-oss:20b. The LLM handles natural language processing to determine mora-level vocal nuances, while VOICEVOX synthesizes the natural-sounding audio output.

Do I need ollama to run the VOICEVOX audio synthesis process?

Yes, you need ollama to run the local LLM required for vocal direction. The system uses ollama to power the gpt-oss:20b model, which analyzes text context before passing mora directions to VOICEVOX for audio synthesis.

What is the best way to add dynamic emotional expression to audiobook narration?

The best way to add dynamic emotional expression to audiobook narration is using LLM-driven vocal direction. A local LLM analyzes text context to determine segment-level pacing and mora-level emphasis, passing these instructions to a TTS engine.

How does rule-based situation analysis work for voice synthesis?

Rule-based situation analysis for voice synthesis preprocesses input text to evaluate context before LLM processing. This analysis informs the LLM-driven mora direction, ensuring accurate accent verification and pause control for punctuation.

Why does my text-to-speech output lack precise pause control for punctuation?

Standard text-to-speech output lacks precise pause control because it does not use LLM-driven mora direction. Integrating a local LLM to analyze text context enables explicit pause control for punctuation during audio combining.