[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-digitalsamba-elevenlabs-en":3,"guides-for-digitalsamba-elevenlabs":401,"similar-k1747054r5n93tcfhvebmz2a4n86mjm4-en":402},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":246,"parentExtension":256,"providers":257,"relations":262,"repo":264,"tags":397,"workflow":398},1778686219732.8706,"k1747054r5n93tcfhvebmz2a4n86mjm4",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Generate AI voiceovers, sound effects, and music using ElevenLabs APIs. Use when creating audio content for videos, podcasts, or games. Triggers include generating voiceovers, narration, dialogue, sound effects from descriptions, background music, soundtrack generation, voice cloning, or any audio synthesis task.",{"claudeCode":12},"digitalsamba/claude-code-video-toolkit","ElevenLabs Audio Generation","https://github.com/digitalsamba/claude-code-video-toolkit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":249},1778686286486.9304,"kn79d6mgfjrgggr4rnc4mdxc1h86mdvd","en",{"checks":20,"evaluatedAt":185,"extensionSummary":186,"features":187,"nonGoals":193,"practices":197,"prerequisites":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":220,"tier":221,"useCases":222,"workflow":227},[21,26,29,32,36,39,43,46,50,54,58,61,64,67,71,75,78,81,85,89,93,96,100,104,108,112,115,120,123,126,129,132,135,138,142,145,149,153,157,160,163,166,169,172,175,178,181,183],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of generating AI audio content for various media and names specific use cases like voiceovers, sound effects, and music.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a comprehensive set of tools for AI audio generation using ElevenLabs APIs, including text-to-speech, voice cloning, sound effects, and music generation, going beyond simple API calls.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The toolkit provides functional Python scripts and Remotion integration examples, covering the workflow from script to synchronized scenes, indicating readiness for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on AI audio generation using ElevenLabs and related tools like FFmpeg and Remotion for audio integration, maintaining a coherent scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities in generating AI voiceovers, sound effects, and music using ElevenLabs APIs, and provides relevant triggers.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The description clearly states the purpose of generating AI audio content and lists specific triggers and use cases, making its function and applicability easy to understand.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise, clearly stating the core capability and providing relevant trigger phrases without excessive keywords.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md file is well-structured with code examples and clear explanations, delegating detailed API reference to a separate file.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Detailed API reference and workflow explanations are provided in separate files (`reference.md`), allowing the main SKILL.md to remain focused.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","This skill does not involve deep exploration or code review requiring a forked context; its operations are direct and short-form.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The SKILL.md and README provide numerous clear, end-to-end Python code examples for various audio generation tasks, including Remotion integration.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The `reference.md` file documents error handling for API calls, and the Remotion integration section shows error handling for audio loading.",{"category":40,"check":65,"severity":56,"summary":66},"Tool Fallback","The skill primarily uses the ElevenLabs API directly and does not appear to rely on optional external tools with fallbacks.",{"category":68,"check":69,"severity":24,"summary":70},"Safety","Halt on unexpected state","The `reference.md` file details error handling for API calls, indicating that unexpected states during API interaction would halt the process.",{"category":72,"check":73,"severity":24,"summary":74},"Portability","Cross-skill coupling","The skill is self-contained and focuses on ElevenLabs API interactions, not implicitly relying on other specific skills being loaded.",{"category":40,"check":76,"severity":24,"summary":77},"Overlapping near-synonym tools","The tools and commands presented do not appear to have overlapping near-synonym names for similar functions.",{"category":47,"check":79,"severity":24,"summary":80},"Phantom features","All advertised features, such as text-to-speech, voice cloning, and music generation, have corresponding implementation details and examples in the documentation.",{"category":82,"check":83,"severity":24,"summary":84},"Install","Installation instruction","The README provides clear installation instructions, including cloning the repository, installing dependencies, and opening Claude Code.",{"category":86,"check":87,"severity":24,"summary":88},"Errors","Actionable error messages","The `reference.md` file provides specific error codes and actionable advice for ElevenLabs API errors, such as rate limits and invalid API keys.",{"category":90,"check":91,"severity":24,"summary":92},"Execution","Pinned dependencies","The `tools/requirements.txt` file lists dependencies, and the presence of a lockfile (`package-lock.json` is implied by `npm install` in README examples) suggests pinned dependencies for Node.js.",{"category":33,"check":94,"severity":56,"summary":95},"Dry-run preview","The skill's primary functions involve generating audio and music, which are inherently creative and not state-changing operations that would typically require a dry-run preview.",{"category":97,"check":98,"severity":56,"summary":99},"Protocol","Idempotent retry & timeouts","The core operations are API calls to ElevenLabs, which handle their own rate limiting and timeouts. The skill itself does not perform state-changing mutations that require idempotency.",{"category":101,"check":102,"severity":56,"summary":103},"Compliance","Telemetry opt-in","There is no indication of telemetry being emitted by this skill.",{"category":105,"check":106,"severity":24,"summary":107},"License","License usability","The extension is licensed under the MIT License, as confirmed by the presence of a LICENSE file.",{"category":109,"check":110,"severity":24,"summary":111},"Maintenance","Commit recency","The latest commit was on May 11, 2026, indicating active maintenance within the last 90 days.",{"category":109,"check":113,"severity":24,"summary":114},"Dependency Management","The project includes a `requirements.txt` for Python dependencies and `npm install` is used in examples, suggesting dependency management is handled.",{"category":116,"check":117,"severity":118,"summary":119},"Security","Secret Management","warning","The skill requires an `ELEVENLABS_API_KEY` environment variable, but the documentation (`.claude/skills/elevenlabs/SKILL.md`) does not explicitly detail how this secret should be securely managed or rotated, posing a potential risk if not handled properly.",{"category":116,"check":121,"severity":24,"summary":122},"Injection","The skill's Python scripts interact with ElevenLabs APIs via parameters, and there's no evidence of dynamically loading or executing external, untrusted code or data.",{"category":116,"check":124,"severity":24,"summary":125},"Transitive Supply-Chain Grenades","The skill relies on API calls to ElevenLabs and local Python scripts; there's no indication of runtime fetching of code or instructions from remote URLs.",{"category":116,"check":127,"severity":24,"summary":128},"Sandbox Isolation","The Python scripts operate by making API calls or processing local files, and there are no indications of attempts to write outside the project directory or manipulate system files.",{"category":116,"check":130,"severity":24,"summary":131},"Sandbox escape primitives","No detached process spawns or deny-retry loops were detected in the provided scripts or documentation.",{"category":116,"check":133,"severity":24,"summary":134},"Data Exfiltration","The skill generates audio based on user prompts and does not appear to read or submit confidential user data to third parties.",{"category":116,"check":136,"severity":24,"summary":137},"Hidden Text Tricks","The bundled content and documentation do not contain any hidden text tricks, invisible characters, or obfuscated instructions.",{"category":139,"check":140,"severity":24,"summary":141},"Hooks","Opaque code execution","The provided Python scripts are plain and readable, with no evidence of obfuscation, base64 payloads, or runtime code fetching.",{"category":72,"check":143,"severity":24,"summary":144},"Structural Assumption","The skill's Python scripts and Remotion examples use relative paths for file operations and asset referencing, avoiding assumptions about absolute user-specific project structures.",{"category":146,"check":147,"severity":24,"summary":148},"Trust","Issues Attention","In the last 90 days, 1 issue was opened and 4 were closed, indicating a good response rate and active maintenance.",{"category":150,"check":151,"severity":24,"summary":152},"Versioning","Release Management","The project has a GitHub release tag and a `CHANGELOG.md`, indicating a clear versioning strategy.",{"category":154,"check":155,"severity":24,"summary":156},"Code Execution","Validation","Input parameters for Python scripts are generally handled through function arguments, and API calls to ElevenLabs would be subject to their validation. Remotion examples use type-safe components.",{"category":116,"check":158,"severity":24,"summary":159},"Unguarded Destructive Operations","The skill's operations involve generating audio files and making API calls, which are not destructive operations requiring explicit confirmation gates.",{"category":154,"check":161,"severity":24,"summary":162},"Error Handling","The `reference.md` details error handling for ElevenLabs API calls, and the Remotion integration example shows how to handle audio loading errors gracefully.",{"category":154,"check":164,"severity":24,"summary":165},"Logging","The Remotion integration example demonstrates error logging to the console for audio loading failures, and Python scripts would typically log output or errors during execution.",{"category":101,"check":167,"severity":56,"summary":168},"GDPR","The skill generates audio content and does not appear to process personal data.",{"category":101,"check":170,"severity":24,"summary":171},"Target market","The extension's functionality is global and not tied to any specific geographic or legal jurisdiction.",{"category":72,"check":173,"severity":24,"summary":174},"Runtime stability","The Python scripts assume a standard Python environment and the Remotion examples assume a Node.js/React environment, with no specific OS or shell dependencies noted.",{"category":47,"check":176,"severity":24,"summary":177},"README","The README file is comprehensive, detailing installation, usage, features, and project structure.",{"category":33,"check":179,"severity":24,"summary":180},"Tool surface size","The skill exposes a manageable number of Python tools and conceptual commands for audio generation tasks.",{"category":82,"check":83,"severity":24,"summary":182},"The README provides clear installation instructions, including cloning the repository and installing dependencies.",{"category":33,"check":179,"severity":24,"summary":184},"The Python scripts and documented commands are focused and do not exceed a reasonable number for the skill's purpose.",1778686286364,"This toolkit provides Python scripts and integration examples for generating AI voiceovers, sound effects, and music using ElevenLabs APIs. It includes detailed documentation on API usage, voice settings, cloning, and how to integrate generated audio into Remotion video compositions.",[188,189,190,191,192],"Generate AI voiceovers from text","Perform voice cloning for custom voices","Create sound effects and music","Integrate audio generation into Remotion video projects","Utilize ElevenLabs API with detailed examples",[194,195,196],"Complex video editing beyond audio integration","Direct control of cloud GPU instance management (handled by other skills)","Providing an alternative to the ElevenLabs platform itself",[198,199,200],"API integration","Audio synthesis","Video production workflow",[202,203,204],"ELEVENLABS_API_KEY environment variable","Python 3.9+ recommended","Node.js 18+ for Remotion integration","3.0.0","4.4.0","To empower users to create professional-quality audio content for videos, podcasts, and games using AI, streamlining the process from script to final render.","The skill is well-documented, production-ready, and has a clear scope. The only minor warning relates to the explicit handling of the API key.",95,"A comprehensive toolkit for AI-powered audio generation and integration into video production workflows.",[212,213,214,215,216,217,218,219],"audio","voiceover","elevenlabs","tts","music-generation","sound-effects","remotion","video-production","global","community",[223,224,225,226],"Creating narration for explainer videos","Generating dialogue for game characters","Producing background music for podcasts","Adding sound effects to video projects",[228,229,230,231],"Read script or description","Call ElevenLabs API for audio generation","Save generated audio file","Integrate audio into video project (e.g., Remotion)",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":245,"testCoverage":248},{"hasLockfile":234},true,1778686262309,{"descriptionLength":237,"readmeSize":238},314,18886,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"openIssues90d":242,"pushedAt":243,"stars":244},4,187,1,1778501732000,1137,{"hasNpmPackage":246,"license":247,"smitheryVerified":246},false,"MIT",{"hasCi":234,"hasTests":246},{"updatedAt":250},1778686286487,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":214,"type":255},".claude/skills/elevenlabs","digitalsamba","claude-code-video-toolkit","skill",null,{"evaluate":258,"extract":260},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":259,"targetMarket":220,"tier":221},[212,213,214,215,216,217,218,219],{"commitSha":261,"license":247},"HEAD",{"repoId":263},"kd70r97eght58pp9f1x8scdagd86n32q",{"_creationTime":265,"_id":263,"identity":266,"providers":267,"workflow":393},1778686211924.9185,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":268,"discover":377,"github":380},{"commitSha":261,"extensions":269},[270,281,289,298,306,314,322,331,345,353,361,369],{"basePath":271,"description":272,"displayName":273,"installMethods":274,"rationale":275,"selectedPaths":276,"source":280,"sourceLanguage":18,"type":255},".claude/skills/acestep","AI music generation with ACE-Step 1.5 — background music, vocal tracks, covers, stem extraction, audio repainting, and continuation for video production. Use when generating music, soundtracks, jingles, or working with audio stems. Triggers include background music, soundtrack, jingle, music generation, stem extraction, cover, style transfer, repaint, continuation, or musical composition tasks.","acestep",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/acestep/SKILL.md",[277],{"path":278,"priority":279},"SKILL.md","mandatory","rule",{"basePath":252,"description":10,"displayName":214,"installMethods":282,"rationale":283,"selectedPaths":284,"source":280,"sourceLanguage":18,"type":255},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/elevenlabs/SKILL.md",[285,286],{"path":278,"priority":279},{"path":287,"priority":288},"reference.md","medium",{"basePath":290,"description":291,"displayName":292,"installMethods":293,"rationale":294,"selectedPaths":295,"source":280,"sourceLanguage":18,"type":255},".claude/skills/ffmpeg","Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task.","ffmpeg",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/ffmpeg/SKILL.md",[296,297],{"path":278,"priority":279},{"path":287,"priority":288},{"basePath":299,"description":300,"displayName":301,"installMethods":302,"rationale":303,"selectedPaths":304,"source":280,"sourceLanguage":18,"type":255},".claude/skills/frontend-design","Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.","frontend-design",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/frontend-design/SKILL.md",[305],{"path":278,"priority":279},{"basePath":307,"description":308,"displayName":309,"installMethods":310,"rationale":311,"selectedPaths":312,"source":280,"sourceLanguage":18,"type":255},".claude/skills/ltx2","AI video generation with LTX-2.3 22B — text-to-video, image-to-video clips for video production. Use when generating video clips, animating images, creating b-roll, animated backgrounds, or motion content. Triggers include video generation, animate image, b-roll, motion, video clip, text-to-video, image-to-video.","ltx2",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/ltx2/SKILL.md",[313],{"path":278,"priority":279},{"basePath":315,"description":316,"displayName":317,"installMethods":318,"rationale":319,"selectedPaths":320,"source":280,"sourceLanguage":18,"type":255},".claude/skills/moviepy","Python video composition with moviepy 2.x — overlaying deterministic text on AI-generated video (LTX-2, SadTalker), compositing clips, single-file build.py video projects. Use when adding labels/captions/lower-thirds to LTX-2 or SadTalker outputs, building short ad-style spots in pure Python without Remotion, or doing programmatic video composition. Triggers include text overlay on video, label LTX-2 clip, caption SadTalker output, lower third, build.py video, moviepy, Python video composition, sub-30s ad spot.","moviepy",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/moviepy/SKILL.md",[321],{"path":278,"priority":279},{"basePath":323,"description":324,"displayName":325,"installMethods":326,"rationale":327,"selectedPaths":328,"source":280,"sourceLanguage":18,"type":255},".claude/skills/playwright-recording","Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.","playwright-recording",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/playwright-recording/SKILL.md",[329,330],{"path":278,"priority":279},{"path":287,"priority":288},{"basePath":332,"description":333,"displayName":334,"installMethods":335,"rationale":336,"selectedPaths":337,"source":280,"sourceLanguage":18,"type":255},".claude/skills/qwen-edit","AI image editing prompting patterns for Qwen-Image-Edit. Use when editing photos while preserving identity, reframing cropped images, changing clothing or accessories, adjusting poses, applying style transfers, or character transformations. Provides prompt patterns, parameter tuning, and examples.","qwen-edit",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/qwen-edit/SKILL.md",[338,339,341,343],{"path":278,"priority":279},{"path":340,"priority":288},"examples.md",{"path":342,"priority":288},"parameters.md",{"path":344,"priority":288},"prompting.md",{"basePath":346,"description":347,"displayName":218,"installMethods":348,"rationale":349,"selectedPaths":350,"source":280,"sourceLanguage":18,"type":255},".claude/skills/remotion","Toolkit-specific Remotion patterns — custom transitions, shared components, and project conventions. For core Remotion framework knowledge (hooks, animations, rendering, etc.), see the `remotion-official` skill.",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/remotion/SKILL.md",[351,352],{"path":278,"priority":279},{"path":287,"priority":288},{"basePath":354,"description":355,"displayName":356,"installMethods":357,"rationale":358,"selectedPaths":359,"source":280,"sourceLanguage":18,"type":255},".claude/skills/remotion-official","Best practices for Remotion - Video creation in React","remotion-best-practices",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/remotion-official/SKILL.md",[360],{"path":278,"priority":279},{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":280,"sourceLanguage":18,"type":255},".claude/skills/runpod","Cloud GPU processing via RunPod serverless. Use when setting up RunPod endpoints, deploying Docker images, managing GPU resources, troubleshooting endpoint issues, or understanding costs. Covers all 5 toolkit images (qwen-edit, realesrgan, propainter, sadtalker, qwen3-tts).","runpod",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/runpod/SKILL.md",[368],{"path":278,"priority":279},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":280,"sourceLanguage":18,"type":255},"skills/openclaw-video-toolkit","Create professional videos autonomously using claude-code-video-toolkit — AI voiceovers, image generation, music, talking heads, and Remotion rendering.","openclaw-video-toolkit",{"claudeCode":12},"SKILL.md frontmatter at skills/openclaw-video-toolkit/SKILL.md",[376],{"path":278,"priority":279},{"sources":378},[379],"manual",{"closedIssues90d":240,"description":381,"forks":241,"license":247,"openIssues90d":242,"pushedAt":243,"readmeSize":238,"stars":244,"topics":382},"AI-native video production toolkit for Claude Code",[383,384,385,214,386,387,218,388,389,219,390,391,392],"ai-video-generator","claude-code","developer-tools","playwright","programmatic-video","text-to-speech","video-editing","open-source","qwen-tts","openclaw",{"classifiedAt":394,"discoverAt":395,"extractAt":396,"githubAt":396,"updatedAt":394},1778686219532,1778686211925,1778686217771,[212,214,216,218,217,215,219,213],{"evaluatedAt":250,"extractAt":399,"updatedAt":400},1778686219732,1778686648816,[],[403,431,460,485,512,542],{"_creationTime":404,"_id":405,"community":406,"display":407,"identity":413,"providers":417,"relations":425,"tags":427,"workflow":428},1778690923100.0378,"k17cvy6yv9xmtby9b03sb83ep586n46a",{"reviewCount":8},{"description":408,"installMethods":409,"name":411,"sourceUrl":412},"ElevenLabs text-to-speech with 22+ premium voices, multilingual support, and voice tuning via inference.sh CLI. Models: eleven_multilingual_v2 (highest quality), eleven_turbo_v2_5 (low latency), eleven_flash_v2_5 (ultra-fast). Capabilities: text-to-speech, voice selection, stability/style control, 32 languages. Use for: voiceovers, audiobooks, video narration, podcasts, accessibility, IVR. Triggers: elevenlabs, eleven labs, elevenlabs tts, premium tts, professional voice, ai voice, high quality tts, multilingual tts, eleven labs voice, voice generation, natural speech, realistic voice, voice over, speech synthesis",{"claudeCode":410},"inferen-sh/skills","elevenlabs-tts","https://github.com/inferen-sh/skills",{"basePath":414,"githubOwner":415,"githubRepo":416,"locale":18,"slug":411,"type":255},"tools/audio/elevenlabs-tts","inferen-sh","skills",{"evaluate":418,"extract":424},{"promptVersionExtension":205,"promptVersionScoring":206,"score":419,"tags":420,"targetMarket":220,"tier":423},99,[388,215,214,212,421,422],"voice-generation","multilingual","verified",{"commitSha":261},{"repoId":426},"kd75bmkxfkvvw504knzzpkzjph86n71t",[212,214,422,388,215,421],{"evaluatedAt":429,"extractAt":430,"updatedAt":429},1778692055679,1778690923100,{"_creationTime":432,"_id":433,"community":434,"display":435,"identity":441,"providers":445,"relations":453,"tags":456,"workflow":457},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":436,"installMethods":437,"name":439,"sourceUrl":440},"Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n",{"claudeCode":438},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":442,"githubOwner":443,"githubRepo":444,"locale":18,"slug":439,"type":255},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":446,"extract":452},{"promptVersionExtension":205,"promptVersionScoring":206,"score":447,"tags":448,"targetMarket":220,"tier":423},100,[215,449,212,450,451],"speech","google-cloud","python",{"commitSha":261},{"parentExtensionId":454,"repoId":455},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[212,450,451,449,215],{"evaluatedAt":458,"extractAt":459,"updatedAt":458},1778697061989,1778696833339,{"_creationTime":461,"_id":462,"community":463,"display":464,"identity":470,"providers":473,"relations":479,"tags":481,"workflow":482},1778695021936.5625,"k1703jnec5x3fdsmasfekwt56s86m8bv",{"reviewCount":8},{"description":465,"installMethods":466,"name":468,"sourceUrl":469},"Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.",{"claudeCode":467},"openai/skills","Speech Generation Skill","https://github.com/openai/skills",{"basePath":471,"githubOwner":472,"githubRepo":416,"locale":18,"slug":449,"type":255},"skills/.curated/speech","openai",{"evaluate":474,"extract":477},{"promptVersionExtension":205,"promptVersionScoring":206,"score":447,"tags":475,"targetMarket":220,"tier":423},[449,212,472,215,388,476],"narration",{"commitSha":261,"license":478},"Apache-2.0",{"repoId":480},"kd75n2zj3yh472p25zffgycved86mnpx",[212,476,472,449,388,215],{"evaluatedAt":483,"extractAt":484,"updatedAt":483},1778695652845,1778695021936,{"_creationTime":486,"_id":487,"community":488,"display":489,"identity":495,"providers":499,"relations":506,"tags":508,"workflow":509},1778697652123.8977,"k17dredz1hs8xzqz5p5er1qsgh86n8x6",{"reviewCount":8},{"description":490,"installMethods":491,"name":493,"sourceUrl":494},"Local text-to-speech via sherpa-onnx (offline, no cloud)",{"claudeCode":492},"steipete/clawdis","sherpa-onnx-tts","https://github.com/steipete/clawdis",{"basePath":496,"githubOwner":497,"githubRepo":498,"locale":18,"slug":493,"type":255},"skills/sherpa-onnx-tts","steipete","clawdis",{"evaluate":500,"extract":505},{"promptVersionExtension":205,"promptVersionScoring":206,"score":419,"tags":501,"targetMarket":220,"tier":423},[215,502,503,504,212],"local","offline","sherpa-onnx",{"commitSha":261},{"repoId":507},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[212,502,503,504,215],{"evaluatedAt":510,"extractAt":511,"updatedAt":510},1778698917372,1778697652123,{"_creationTime":513,"_id":514,"community":515,"display":516,"identity":522,"providers":527,"relations":536,"tags":538,"workflow":539},1778688112811.7288,"k170zam9mq6m2v8w98jep3fkw586mp6g",{"reviewCount":8},{"description":517,"installMethods":518,"name":520,"sourceUrl":521},"Master the essential audio post-production techniques—normalization, compression, EQ, and noise reduction—using the correct processing order to achieve professional-quality audio. Use when: Editing podcast episodes or video soundtracks; Cleaning up recorded voiceovers; Improving audio quality for marketing content; Preparing audio files for distribution; Troubleshooting common audio issues",{"claudeCode":519},"guia-matthieu/clawfu-skills","Audio Editing Fundamentals","https://github.com/guia-matthieu/clawfu-skills",{"basePath":523,"githubOwner":524,"githubRepo":525,"locale":18,"slug":526,"type":255},"skills/audio/audio-editing","guia-matthieu","clawfu-skills","audio-editing",{"evaluate":528,"extract":535},{"promptVersionExtension":205,"promptVersionScoring":206,"score":419,"tags":529,"targetMarket":220,"tier":423},[212,530,531,532,213,533,534],"editing","post-production","podcast","eq","compression",{"commitSha":261,"license":247},{"repoId":537},"kd72qvzyvm658ya7pbyh5ey47h86md53",[212,534,530,533,532,531,213],{"evaluatedAt":540,"extractAt":541,"updatedAt":540},1778688372051,1778688112811,{"_creationTime":543,"_id":544,"community":545,"display":546,"identity":548,"providers":549,"relations":556,"tags":557,"workflow":558},1778686219732.8708,"k172sbg4kfrq84d08e4rk1ghp586nk45",{"reviewCount":8},{"description":291,"installMethods":547,"name":292,"sourceUrl":14},{"claudeCode":12},{"basePath":290,"githubOwner":253,"githubRepo":254,"locale":18,"slug":292,"type":255},{"evaluate":550,"extract":555},{"promptVersionExtension":205,"promptVersionScoring":206,"score":419,"tags":551,"targetMarket":220,"tier":423},[552,212,292,218,553,534,554],"video","media-processing","conversion",{"commitSha":261},{"repoId":263},[212,534,554,292,553,218,552],{"evaluatedAt":559,"extractAt":399,"updatedAt":560},1778686320284,1778686648652]