Home / corvinlabs / corvinos · corvin_operator/voice/skills/voice/SKILL.md · GitHub

voice skillA

voice is agent-read markdown (skill) from corvinlabs/corvinos: Voice mode for Claude Code — automatically reads assistant replies aloud via TTS, with German/English auto-detection and optional summarization for long responses. Trigger when the user mentions voice, vorlesen, sprachausgabe, TTS, "speak", "say it out loud", or asks about /voice-* commands..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Claude Voice — Read-Aloud TTS Mode

Dieses Skill steuert das Vorlese-Verhalten von Claude Code. Es ergänzt
das eingebaute STT (Spracheingabe via `/voice` und Hold-Space) um
**Sprachausgabe** der Assistant-Antworten.

## Was es macht

- Stop-Hook: Nach jeder Claude-Antwort wird die letzte Textnachricht
  automatisch vorgelesen (wenn `enabled=true`).
- Sprache wird automatisch erkannt (Deutsch / Englisch) oder fest
  per Config gesetzt.
- Lange Antworten (> Threshold) werden vor dem Vorlesen via Anthropic
  Haiku zusammengefasst, damit das Vorlesen erträglich kurz bleibt.
  Steuerbar pro Antwort (Phrasen wie "lies vollständig vor" /
  "fass zusammen") und global (`/voice-mode`).
- Engine-Auswahl ist auto-detect: bevorzugt OpenAI TTS (wenn
  `OPENAI_API_KEY` gesetzt), sonst Piper (lokal) oder espeak-ng als
  letzter Fallback.

## Slash-Commands

- `/voice-on` — automatisches Vorlesen aktivieren
- `/voice-off` — automatisches Vorlesen deaktivieren
- `/voice-status` — aktueller Status, Engine, Config
- `/voice-test [de|en|both]` — Audio-Pipeline testen
- `/voice-speak <text>` — Text manuell vorlesen
- `/voice-lang auto|de|en` — Sprach-Modus setzen
…

Read the whole file at its exact version.

How to install

Latest version
mdr add corvinlabs/corvinos/voice@git:20260915.459047e
Exact content
mdr add corvinlabs/corvinos/voice@sha256:6e93ce461383d593

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_nkfxloirlzgtxo7r.svg)](https://markdownregistry.com/a/art_nkfxloirlzgtxo7r)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260915.459047e latest2026-09-15 459047e 11,501 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (11501 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

corvinlabs/corvinos · 11 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_nkfxloirlzgtxo7r
GET https://markdownregistry.com/api/v1/resolve?ref=corvinlabs/corvinos/voice
GET https://markdownregistry.com/api/v1/blob/6e93ce461383d59301f2af6e408f3dc0c4ed4dd5a058b5dca8d788f995edad2d

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from corvinlabs/corvinos

CLAUDE.md claude
corvinlabs/corvinos · CLAUDE.md
git:20260921.901d8e8 · audit B · 11 stars
market_analyst skill
corvinlabs/corvinos · core/awpkg/tests/fixtures/dag_complex/src/skills/market_analyst/SKILL.md
git:20260831.ba2b871 · audit C · 11 stars
news_analyst skill
corvinlabs/corvinos · core/awpkg/tests/fixtures/dag_simple/src/skills/news_analyst/SKILL.md
git:20260831.ba2b871 · audit C · 11 stars
code_reviewer skill
corvinlabs/corvinos · core/awpkg/tests/fixtures/delegation/src/skills/code_reviewer/SKILL.md
git:20260831.ba2b871 · audit C · 11 stars
data_analysis skill
corvinlabs/corvinos · core/awpkg/tests/fixtures/full_pipeline/src/skills/data_analysis/SKILL.md
git:20260831.ba2b871 · audit C · 11 stars
quality_assessment skill
corvinlabs/corvinos · core/awpkg/tests/fixtures/full_pipeline/src/skills/quality_assessment/SKILL.md
git:20260831.ba2b871 · audit C · 11 stars
report_writing skill
corvinlabs/corvinos · core/awpkg/tests/fixtures/full_pipeline/src/skills/report_writing/SKILL.md
git:20260831.ba2b871 · audit C · 11 stars
quant_trading skill
corvinlabs/corvinos · core/awpkg/tests/fixtures/mixed/src/skills/quant_trading/SKILL.md
git:20260831.ba2b871 · audit C · 11 stars
risk_management skill
corvinlabs/corvinos · core/awpkg/tests/fixtures/mixed/src/skills/risk_management/SKILL.md
git:20260831.ba2b871 · audit C · 11 stars
os.delegation_router skill
corvinlabs/corvinos · core/skills/bundled/os_delegation_router_v1.0/SKILL.md · Route tasks to native OS, ACS, or TDE
v1.0.0 · audit A · 11 stars
adr_gate skill
corvinlabs/corvinos · corvin_operator/bundle/skills/ldd/adr_gate/SKILL.md · ADR Gate — evaluates after non-trivial tasks whether an ADR is warranted; writes to Corvin-ADR repo when yes, names the…
git:20260915.459047e · audit A · 11 stars
concept_gate skill
corvinlabs/corvinos · corvin_operator/bundle/skills/ldd/concept_gate/SKILL.md · Concept Gate — evaluates after non-trivial tasks whether a reusable WORKING METHOD (not a decision, not a bug fix) is…
git:20260915.459047e · audit A · 11 stars

Every file in corvinlabs/corvinos

Other files named voice

voice skill
alsk1992/cloddsbot · src/skills/bundled/voice/SKILL.md · Voice recognition, wake words, and voice-controlled trading
git:20260130.78e49cb · audit A · 2,830 stars
voice skill
autonomous-ai/autonomous-os · skills/voice/SKILL.md · TTS speech + mic/speaker mute for privacy. MUST trigger on meetings, calls, privacy, silence requests…
git:20260917.e53c7cf · audit B · 357 stars
voice skill
guaardvark/guaardvark · .agents/skills/voice/SKILL.md · Narration and text-to-speech on the user's machine through Guaardvark's Audio Foundry (Chatterbox, Kokoro, Piper) and…
git:20260911.973d1bc · audit A · 231 stars
voice skill
simota/agent-skills · voice/SKILL.md · Collecting user feedback via NPS surveys, review analysis, sentiment analysis, feedback classification, and insight…
git:20260917.c805268 · audit A · 80 stars
voice skill
crisandrews/clawcode · skills/voice/SKILL.md · Voice — text-to-speech and transcription. Triggers on /agent:voice, /agent:voice status, /agent:voice setup…
git:20260413.55f2d8e · audit A · 62 stars
voice skill
yazelin/ching-tech-os · extends/voice/skills/voice/SKILL.md · Bot 語音訊息處理(STT 語音轉文字 + TTS 文字轉語音)
git:20260318.02eac07 · audit A · 32 stars
voice skill
mancerayder42/jarvis-os · optional-skills/voice/SKILL.md · Turn spoken audio into text, and text into a spoken reply, via ElevenLabs (needs an ELEVENLABS_API_KEY). Use when the…
git:20260905.fd1ce5a · audit A · 5 stars
voice skill
ellmos-ai/skills · skills/assist/voice/SKILL.md · Plant Sprachaufnahme, Transkription und Sprachausgabe mit optionalen, austauschbaren Werkzeugen.
v2.0.0 · audit A · 6 stars

Browse by kind, by grade A, or by owner.