voice/gemini_tts

Convert HAL verdict texts into audio with Gemini TTS and provenance files.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/JMTassy/helen-conquest --skill voice-gemini-tts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice/gemini_tts
Source: https://github.com/JMTassy/helen-conquest/tree/main/oracle_town/skills/voice/gemini_tts
Command: npx skills add https://github.com/JMTassy/helen-conquest --skill voice-gemini-tts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert HAL verdict texts into audible speech using Google Gemini TTS while preserving the exact ledger content, enabling verifiable vocal delivery of HELEN's decisions.

Core Features & Use Cases

  • Verbatim HAL-output to audio: speaks the HAL JSON stream exactly as written in the ledger, without rephrasing.
  • Provenance-enabled audio: each audio artifact is accompanied by a provenance document detailing model, voice, seeds, and cryptographic hashes.
  • Real-time and archival use: suitable for live VOICE interfaces and for creating auditable audio records.

Quick Start

Use Gemini TTS to vocalize a verdict by passing the HAL text to the Gemini voice.

Frequently Asked Questions about voice/gemini_tts

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

FAQPage Schema
How do I convert HAL verdict text into audio using Gemini TTS?

To convert HAL verdict text into audio using Gemini TTS, you pass the HAL text to the Gemini voice, which vocalizes the exact ledger content verbatim without rephrasing, generating an audio artifact for real-time or archival use.

What is audio provenance in text-to-speech ledger outputs?

Audio provenance in text-to-speech ledger outputs is a document pairing the generated audio with the original HAL text and receipt, detailing the model, voice, seeds, and cryptographic hashes to ensure verifiable vocal delivery.

Do I need an API key to generate audio provenance files with Gemini TTS?

Yes, you need a Gemini API key to access the text-to-speech service, alongside passing K8 non-determinism boundary validation to generate the audio artifact and its accompanying provenance file.

Can I use Gemini TTS to vocalize HAL JSON streams for real-time voice interfaces?

Yes, you can use Gemini TTS to vocalize HAL JSON streams for real-time voice interfaces, speaking the HAL output exactly as written in the ledger for live verifiable vocal delivery.

Does Gemini TTS rephrase the original text when converting HAL verdicts to speech?

No, Gemini TTS does not rephrase the original text when converting HAL verdicts to speech; it speaks the HAL JSON stream exactly as written in the ledger to preserve verbatim content.

What is the best way to archive HELEN decisions as auditable audio records?

The best way to archive HELEN decisions as auditable audio records is to convert the HAL verdict text using Gemini TTS and generate a provenance document pairing the audio with the HAL text and cryptographic receipt.