Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
claude-voice-skills logo

claude-voice-skills

generovo-voice

aiClaude Codeby Generovo

Summary

Voice agents (gpt-realtime-2), live translation (gpt-realtime-translate), and streaming transcription (gpt-realtime-whisper) — runnable examples for SIP/Twilio, WhatsApp, Web/WebRTC, mobile, meeting bots. TypeScript + Python.

Install to Claude Code

/plugin install claude-voice-skills@generovo-voice

Run in Claude Code. Add the marketplace first with /plugin marketplace add Generovo/claude-voice-skills if you haven't already.

README.md

claude-voice-skills

> Plugin Claude Code de Generovo — trois skills pour construire des voicebots avec l'API OpenAI Realtime (release du 7 mai 2026).

![Validation]() ![Skills]() ![License]()

Skills inclus

| Skill | Modèle OpenAI | Cas d'usage | Tarif | |---|---|---|---| | voice-agent-realtime | gpt-realtime-2 | Voicebots, callbots, assistants vocaux avec tool calling | $32 in / $64 out par 1M tokens audio | | voice-translate-live | gpt-realtime-translate | Traduction vocale live (70+ in / 13 out) | $0.034/min | | voice-transcribe-stream | gpt-realtime-whisper | Transcription streaming basse latence | $0.017/min |

Chaque skill ship :

  • SKILL.md — when to use, when not, session lifecycle, connection patterns
  • references/ — catalogue d'événements, pricing, latency tuning
  • examples/ — code TypeScript (Next.js 16 + React 19 + WebRTC) + Python (FastAPI + Twilio / WhatsApp / Recall.ai)
  • scripts/ — utilitaires de latency et eval testés en TDD
  • templates/ (voice-agent uniquement) — prompt système bilingue paramétré

Installation (collaborateurs Generovo)

Une fois par machine

# Ajoute la marketplace Generovo (une seule fois)
/plugin marketplace add Generovo/claude-voice-skills

# Installe le plugin
/plugin install claude-voice-skills@generovo-voice

Les 3 skills sont automatiquement disponibles dans toutes tes sessions Claude Code. Pas besoin de redémarrer.

Vérification

Tape une demande dans Claude Code :

> "Construis un voicebot WhatsApp qui prend des réservations"

Claude doit annoncer qu'il charge voice-agent-realtime. Si tu demandes une traduction live ou des sous-titres, il chargera les autres skills.

Mise à jour

/plugin update claude-voice-skills

Configuration

Les exemples de code utilisent ces variables d'env (à mettre dans le .env de ton projet voicebot, jamais dans le plugin) :

# Authentification OpenAI
OPENAI_API_KEY=sk-proj-...
OPENAI_MODEL=gpt-realtime-2          # défaut

# Twilio (si tu utilises les bridges téléphoniques)
TWILIO_AUTH_TOKEN=...
PUBLIC_WS_URL=wss://<tunnel>/media

# WhatsApp Cloud API (si tu utilises whatsapp-call.py)
WHATSAPP_ACCESS_TOKEN=...
WHATSAPP_PHONE_NUMBER_ID=...
WHATSAPP_VERIFY_TOKEN=...
WHATSAPP_APP_SECRET=...

# Recall.ai (si tu utilises meeting-bot.py)
RECALL_API_KEY=...

macOS uniquement : si tu lances les scripts Python depuis une session Claude Code sur Mac, exporte :

export SSL_CERT_FILE=$(python3 -m certifi)

(Sinon SSL handshake échoue avec le Python système.)

Important — Modèles V2 et headers HTTP

Les 3 modèles V2 (announce 7 mai 2026) sont GA-only. NE PAS envoyer le header OpenAI-Beta: realtime=v1 — il route vers la beta API qui n'a pas V2. Les exemples du plugin sont déjà nettoyés. Détails dans docs/research/smoke-findings-2026-05-11.md.

Triggers (comment Claude Code charge le bon skill)

| Tu demandes... | Skill chargé | |---|---| | « callbot téléphonique qui prend des RDV » | voice-agent-realtime | | « assistant vocal WhatsApp avec function calling » | voice-agent-realtime | | « traduction live FR↔AR pour un appel commercial » | voice-translate-live | | « interprète automatique pour une vidéo YouTube live » | voice-translate-live | | « sous-titres live pour un meeting Zoom » | voice-transcribe-stream | | « transcription temps réel des appels du call center » | voice-transcribe-stream |

Les descriptions de skills sont structurées pour éviter les chevauchements. Chaque SKILL.md a une section explicite « When NOT to use » qui redirige vers les bons skills voisins.

Pour contribuer

git clone https://github.com/Generovo/claude-voice-skills.git
cd claude-voice-skills

# Validation locale
bash scripts/validate-skills.sh
# → ALL SKILLS VALID

# Unit tests
for s in voice-agent-realtime voice-translate-live voice-transcribe-stream; do
  (cd skills/$s/scripts && python3 -m pytest -q)
done
# → 28 passed total

Structure du repo :

claude-voice-skills/
├── .claude-plugin/
│   ├── plugin.json           # Manifest du plugin
│   └── marketplace.json      # Marketplace generovo-voice
├── skills/                   # Les 3 skills
│   ├── voice-agent-realtime/
│   ├── voice-translate-live/
│   └── voice-transcribe-stream/
├── scripts/
│   └── validate-skills.sh    # Harness de validation
├── docs/
│   ├── plans/                # Design + plan d'implémentation
│   └── research/             # Snapshot API OpenAI 2026-05-11
└── README.md

État

  • ✅ 3 skills ALL SKILLS VALID côté harness
  • ✅ 28/28 unit tests verts (TDD : latency, eval-prompt, translation-quality, latency-vs-quality)
  • ✅ Smoke réel validé sur gpt-realtime-2 : TTFA ~700-800ms, round-trip complet
  • ✅ tsc + py_compile clean pour tous les exemples
  • ✅ Compatible Python 3.12+ / Node 24+

Liens

Licence

MIT — voir LICENSE.

Related plugins

Browse all →