elevenlabs-prod-checklist

Featured

Execute ElevenLabs production deployment checklist with health checks and rollback. Use when deploying TTS/voice integrations to production, preparing for launch, or implementing go-live procedures for ElevenLabs-powered apps. Trigger: "elevenlabs production", "deploy elevenlabs", "elevenlabs go-live", "elevenlabs launch checklist", "production TTS".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ElevenLabs Production Checklist ## Overview Complete checklist for deploying ElevenLabs TTS/voice integrations to production. Covers API configuration, health checks, circuit breakers, monitoring, and rollback procedures. ## Prerequisites - Staging environment tested and verified - Production API key (separate from dev/staging) - Monitoring and alerting infrastructure ready ## Instructions ### Step 1: Pre-Deployment Verification **Configuration:** - [ ] Production API key stored in secure vault (not in code) - [ ] `ELEVENLABS_API_KEY` set in deployment platform's secrets - [ ] Webhook secret configured (if using webhooks) - [ ] Using production model ID (`eleven_multilingual_v2` or `eleven_v3`) **Code Quality:** - [ ] All tests passing with mocked ElevenLabs SDK - [ ] No hardcoded API keys (scan with `grep -r "sk_" src/`) - [ ] Error handling covers 400, 401, 404, 429, 5xx responses - [ ] Rate limiting implemented matching plan concurrency limit - [ ] Text splitting handles inputs > 5,000 characters - [ ] Audio output format appropriate for use case **Quota Planning:** - [ ] Estimated monthly character usage fits within plan limit - [ ] Usage-based billing enabled (Creator+ plans) if needed - [ ] Flash/Turbo models used where latency matters more than quality ### Step 2: Health Check Endpoint ```typescript // src/api/health.ts import { ElevenLabsClient } from "@elevenlabs/elevenlabs-js"; interface HealthStatus { status: "healthy" | "degraded" | "unhealthy"; ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

assemblyai-prod-checklist

Execute AssemblyAI production deployment checklist and rollback procedures. Use when deploying AssemblyAI integrations to production, preparing for launch, or implementing go-live procedures for transcription services. Trigger with phrases like "assemblyai production", "deploy assemblyai", "assemblyai go-live", "assemblyai launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hubspot-prod-checklist

Execute HubSpot production deployment checklist and go-live procedures. Use when deploying HubSpot integrations to production, preparing for launch, or implementing health checks for HubSpot connectivity. Trigger with phrases like "hubspot production", "deploy hubspot", "hubspot go-live", "hubspot launch checklist", "hubspot health check".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-prod-checklist

Execute Fireflies.ai production deployment checklist with health checks and rollback. Use when deploying Fireflies.ai integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "fireflies production", "deploy fireflies", "fireflies go-live", "fireflies launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-prod-checklist

Execute Klaviyo production deployment checklist and validation procedures. Use when deploying Klaviyo integrations to production, preparing for launch, or implementing go-live procedures for email/SMS marketing. Trigger with phrases like "klaviyo production", "deploy klaviyo", "klaviyo go-live", "klaviyo launch checklist", "klaviyo prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

deepgram-prod-checklist

Execute Deepgram production deployment checklist. Use when preparing for production launch, auditing production readiness, or verifying deployment configurations. Trigger: "deepgram production", "deploy deepgram", "deepgram prod checklist", "deepgram go-live", "production ready deepgram".

2,266 Updated today
jeremylongshore