[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-digitalsamba-acestep-en":3,"guides-for-digitalsamba-acestep":397,"similar-k17792y2pjgq06hqpn04rddad586m03r-en":398},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":241,"parentExtension":251,"providers":252,"relations":257,"repo":259,"tags":393,"workflow":394},1778686219732.8704,"k17792y2pjgq06hqpn04rddad586m03r",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"digitalsamba/claude-code-video-toolkit","acestep","https://github.com/digitalsamba/claude-code-video-toolkit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":244},1778686262051.5784,"kn73db96dm3yjdp0n5wp3t0j1s86n33c","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,107,110,113,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of AI music generation for various use cases like background music, vocal tracks, and video production, with specific triggers mentioned.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers unique capabilities like audio repainting, continuation, stem extraction, and scene presets beyond basic music generation, indicating value over simple prompting.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete workflow from prompt to output, including setup instructions for different cloud providers and advanced parameters, suggesting it's ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on AI music generation and related audio tasks, maintaining a clear and coherent domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities for AI music generation, covering various aspects like background music, vocals, and stem extraction.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a single Python script (`music_gen.py`) with well-defined command-line arguments, effectively scoping its operations.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters and flags for the `music_gen.py` script are documented in the SKILL.md, including defaults and explanations.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool is `music_gen.py`, and its functionality is clearly described within the SKILL.md.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The script's arguments are clearly defined and typed, and the output is a generated audio file, adhering to a minimal I/O surface.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT License, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 11, 2026, indicating recent maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The `tools/requirements.txt` file lists dependencies, and the README suggests installing them via pip, indicating a managed dependency approach.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Secrets like API keys are expected to be managed via environment variables (.env file), with clear instructions on how to obtain them, and no hardcoded secrets are present in the provided code.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill processes text prompts and audio files as data, with no indication of executing arbitrary code or loading untrusted instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on locally installed Python packages and cloud API endpoints, without dynamic fetching or execution of remote code.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The Python script operates on specified input files and outputs audio files, with no indications of attempting to modify files outside its designated scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","There are no signs of detached process spawns or deny-retry loops in the provided script or documentation.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill processes user prompts and local audio files, with no documented outbound calls for submitting confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears free of hidden steering tricks or obfuscation; descriptions are clean.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The `tools/music_gen.py` script is plain Python and not obfuscated, base64-encoded, or dynamically fetched.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The script operates on input files and produces output files, with clear command-line arguments for specifying paths, avoiding assumptions about project structure.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 1 issue opened and 4 closed in the last 90 days, the closure rate is high (80%), indicating active maintenance.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The GitHub release tag indicates a version, satisfying the requirement for a detectable new version.",{"category":103,"check":104,"severity":105,"summary":106},"Code Execution","Validation","info","The script's arguments are parsed using `argparse`, providing some validation, but detailed schema-based validation for all inputs is not explicitly demonstrated.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The primary operation is audio generation, which is not destructive. File operations are limited to writing output files.",{"category":103,"check":111,"severity":24,"summary":112},"Error Handling","The `argparse` library handles input errors, and the Python script is expected to raise exceptions for runtime issues, allowing for meaningful error reporting.",{"category":103,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill is primarily analytical and does not perform destructive actions or outbound calls that necessitate local audit logging.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill does not operate on personal data; it processes music prompts and generates audio files.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension has no regional or jurisdictional logic and is globally applicable.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill uses standard Python libraries and can be run on any POSIX-compliant system with Python installed, without assuming a specific OS or editor.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the toolkit, its features, installation, and usage.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The core functionality is exposed through a single script (`tools/music_gen.py`) with multiple arguments, fitting within the target range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The skill uses a single command-line tool with distinct parameters for different functions, avoiding overlapping near-synonym tools.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features (music generation, stem extraction, etc.) have corresponding implementations and documented parameters in the SKILL.md.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The SKILL.md and README provide clear installation instructions, including setup for different cloud providers and example invocations.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The use of `argparse` for argument handling and standard Python exception mechanisms ensures that errors related to input or runtime issues are reported with context and potential next steps.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","A `requirements.txt` file is present, allowing for pinned dependency installation.",{"category":33,"check":152,"severity":115,"summary":153},"Dry-run preview","The skill's primary function is audio generation, which is not a state-changing operation requiring a dry-run preview.",{"category":155,"check":156,"severity":115,"summary":157},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":118,"check":159,"severity":115,"summary":160},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the purpose (AI music generation for video production) and provides specific use cases and triggers, making the skill's function and target audience immediately clear.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, summarizing the core capability and listing relevant triggers.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured with clear sections, and detailed information is progressive, avoiding unnecessary verbosity in the main instruction block.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed information such as prompt engineering tips, scene presets, and advanced parameters are organized within the SKILL.md, with links to further documentation where appropriate, demonstrating good progressive disclosure.",{"category":171,"check":175,"severity":115,"summary":176},"Forked exploration","The skill is focused on direct music generation and does not involve deep exploration or code review that would require forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides numerous clear, ready-to-use examples covering basic generation, variations, controls, specific tasks like covers and repainting, and scene presets.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md addresses potential issues like 'samey' output, providing specific recovery steps and explanations for vocal control, indicating good handling of edge cases.",{"category":103,"check":184,"severity":24,"summary":185},"Tool Fallback","The skill explicitly documents fallback options for cloud providers (acemusic, Modal, RunPod) and lists them in the frontmatter, making the tool optional with alternatives.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The script's argument parsing and expected operational flow imply that unexpected states (e.g., missing files, invalid parameters) would halt the workflow with an error.",{"category":91,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focuses on music generation, without implicit reliance on other skills. Any related tasks like video integration are handled via separate tools or documentation.",1778686261930,"This skill generates AI music using the ACE-Step 1.5 model, supporting various cloud providers like acemusic, Modal, and RunPod. It offers features such as background music creation, vocal tracks, covers, stem extraction, audio repainting, and continuation, with extensive controls for BPM, key, and vocal characteristics. It also includes scene presets for video production integration and detailed prompt engineering guidance.",[196,197,198,199,200,201,202],"AI music generation with ACE-Step 1.5","Background music, vocal tracks, and cover creation","Stem extraction and audio repainting","Continuation of existing audio","Support for multiple cloud providers (acemusic, Modal, RunPod)","Scene presets for video production","Detailed prompt engineering and lyric formatting guidance",[204,205,206],"Voice cloning or speech synthesis","Generating sound effects","Stem extraction from video files directly","3.0.0","4.4.0","To empower users to generate high-quality AI music for diverse applications including background tracks, vocal compositions, covers, and seamless integration into video production workflows.","The extension is exceptionally well-documented, feature-rich, and production-ready with clear instructions and examples. All checks passed or were not applicable, indicating a high-quality skill.",99,"High-quality AI music generation skill with extensive features and clear documentation.",[214,215,216,217,218],"music-generation","audio-production","video-production","stem-extraction","style-transfer","global","verified",[222,223,224,225,226],"Generating background music for videos and presentations","Creating vocal tracks and jingles","Producing music covers in different styles","Editing and enhancing existing audio tracks","Composing musical pieces from text prompts",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":240,"testCoverage":243},{"hasLockfile":229},true,1778686236437,{"descriptionLength":232,"readmeSize":233},397,18886,{"closedIssues90d":235,"forks":236,"hasChangelog":229,"openIssues90d":237,"pushedAt":238,"stars":239},4,187,1,1778501732000,1137,{"hasNpmPackage":241,"license":242,"smitheryVerified":241},false,"MIT",{"hasCi":229,"hasTests":241},{"updatedAt":245},1778686262051,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},".claude/skills/acestep","digitalsamba","claude-code-video-toolkit","skill",null,{"evaluate":253,"extract":255},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":254,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":256},"HEAD",{"repoId":258},"kd70r97eght58pp9f1x8scdagd86n32q",{"_creationTime":260,"_id":258,"identity":261,"providers":262,"workflow":389},1778686211924.9185,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":263,"discover":373,"github":376},{"commitSha":256,"extensions":264},[265,273,284,293,301,309,317,326,340,349,357,365],{"basePath":247,"description":10,"displayName":13,"installMethods":266,"rationale":267,"selectedPaths":268,"source":272,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/acestep/SKILL.md",[269],{"path":270,"priority":271},"SKILL.md","mandatory","rule",{"basePath":274,"description":275,"displayName":276,"installMethods":277,"rationale":278,"selectedPaths":279,"source":272,"sourceLanguage":18,"type":250},".claude/skills/elevenlabs","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.","elevenlabs",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/elevenlabs/SKILL.md",[280,281],{"path":270,"priority":271},{"path":282,"priority":283},"reference.md","medium",{"basePath":285,"description":286,"displayName":287,"installMethods":288,"rationale":289,"selectedPaths":290,"source":272,"sourceLanguage":18,"type":250},".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",[291,292],{"path":270,"priority":271},{"path":282,"priority":283},{"basePath":294,"description":295,"displayName":296,"installMethods":297,"rationale":298,"selectedPaths":299,"source":272,"sourceLanguage":18,"type":250},".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",[300],{"path":270,"priority":271},{"basePath":302,"description":303,"displayName":304,"installMethods":305,"rationale":306,"selectedPaths":307,"source":272,"sourceLanguage":18,"type":250},".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",[308],{"path":270,"priority":271},{"basePath":310,"description":311,"displayName":312,"installMethods":313,"rationale":314,"selectedPaths":315,"source":272,"sourceLanguage":18,"type":250},".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",[316],{"path":270,"priority":271},{"basePath":318,"description":319,"displayName":320,"installMethods":321,"rationale":322,"selectedPaths":323,"source":272,"sourceLanguage":18,"type":250},".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",[324,325],{"path":270,"priority":271},{"path":282,"priority":283},{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":272,"sourceLanguage":18,"type":250},".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",[333,334,336,338],{"path":270,"priority":271},{"path":335,"priority":283},"examples.md",{"path":337,"priority":283},"parameters.md",{"path":339,"priority":283},"prompting.md",{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":272,"sourceLanguage":18,"type":250},".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.","remotion",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/remotion/SKILL.md",[347,348],{"path":270,"priority":271},{"path":282,"priority":283},{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":272,"sourceLanguage":18,"type":250},".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",[356],{"path":270,"priority":271},{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":272,"sourceLanguage":18,"type":250},".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",[364],{"path":270,"priority":271},{"basePath":366,"description":367,"displayName":368,"installMethods":369,"rationale":370,"selectedPaths":371,"source":272,"sourceLanguage":18,"type":250},"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",[372],{"path":270,"priority":271},{"sources":374},[375],"manual",{"closedIssues90d":235,"description":377,"forks":236,"license":242,"openIssues90d":237,"pushedAt":238,"readmeSize":233,"stars":239,"topics":378},"AI-native video production toolkit for Claude Code",[379,380,381,276,382,383,343,384,385,216,386,387,388],"ai-video-generator","claude-code","developer-tools","playwright","programmatic-video","text-to-speech","video-editing","open-source","qwen-tts","openclaw",{"classifiedAt":390,"discoverAt":391,"extractAt":392,"githubAt":392,"updatedAt":390},1778686219532,1778686211925,1778686217771,[215,214,217,218,216],{"evaluatedAt":245,"extractAt":395,"updatedAt":396},1778686219732,1778686648394,[],[399,422,452,483,510,531],{"_creationTime":400,"_id":401,"community":402,"display":403,"identity":406,"providers":407,"relations":417,"tags":418,"workflow":419},1778686219732.8706,"k1747054r5n93tcfhvebmz2a4n86mjm4",{"reviewCount":8},{"description":275,"installMethods":404,"name":405,"sourceUrl":14},{"claudeCode":12},"ElevenLabs Audio Generation",{"basePath":274,"githubOwner":248,"githubRepo":249,"locale":18,"slug":276,"type":250},{"evaluate":408,"extract":416},{"promptVersionExtension":207,"promptVersionScoring":208,"score":409,"tags":410,"targetMarket":219,"tier":415},95,[411,412,276,413,214,414,343,216],"audio","voiceover","tts","sound-effects","community",{"commitSha":256,"license":242},{"repoId":258},[411,276,214,343,414,413,216,412],{"evaluatedAt":420,"extractAt":395,"updatedAt":421},1778686286487,1778686648816,{"_creationTime":423,"_id":424,"community":425,"display":426,"identity":432,"providers":437,"relations":446,"tags":448,"workflow":449},1778687118392.2153,"k17dwkwzc5ta2b75x7wsqqhzt586mqn6",{"reviewCount":8},{"description":427,"installMethods":428,"name":430,"sourceUrl":431},"Chinese multi-platform content matrix generator — given a topic, auto-generate content adapted for\nXiaohongshu, WeChat Official Account, Douyin, and Bilibili with true style transfer (not just reformatting).\nSupports single-platform generation, full-matrix generation, and compliance review.\n(中文) 中文多平台内容矩阵：小红书、微信公众号、抖音、B站，真正的风格迁移而非简单格式转换。\n",{"claudeCode":429},"fullstackcrew-alpha/skill-cn-content-matrix","cn-content-matrix","https://github.com/fullstackcrew-alpha/skill-cn-content-matrix",{"basePath":433,"githubOwner":434,"githubRepo":435,"locale":436,"slug":435,"type":250},"","fullstackcrew-alpha","skill-cn-content-matrix","zh-CN",{"evaluate":438,"extract":445},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":439,"targetMarket":219,"tier":220},[440,441,442,443,218,444],"chinese-content","social-media","content-matrix","content-generation","copywriting",{"commitSha":256},{"repoId":447},"kd734h5thdye0nygfs8mk4zh0d86n014",[440,443,442,444,441,218],{"evaluatedAt":450,"extractAt":451,"updatedAt":450},1778687161165,1778687118392,{"_creationTime":453,"_id":454,"community":455,"display":456,"identity":462,"providers":467,"relations":477,"tags":479,"workflow":480},1778691705439.1692,"k17bv0m8vrr9v6c2fn856zw6ph86m1jg",{"reviewCount":8},{"description":457,"installMethods":458,"name":460,"sourceUrl":461},"When the user wants to create developer YouTube content, technical screencasts, or video tutorials. Trigger phrases include \"YouTube,\" \"developer video,\" \"screencast,\" \"video tutorial,\" \"live coding,\" \"YouTube for developers,\" \"tech YouTube,\" or \"YouTube thumbnails.\"",{"claudeCode":459},"jonathimer/devmarketing-skills","YouTube for Developer Relations","https://github.com/jonathimer/devmarketing-skills",{"basePath":463,"githubOwner":464,"githubRepo":465,"locale":18,"slug":466,"type":250},"skills/youtube-devrel","jonathimer","devmarketing-skills","youtube-devrel",{"evaluate":468,"extract":476},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":469,"targetMarket":219,"tier":220},[470,471,472,473,474,475,216],"youtube","screencast","tutorial","content-creation","developer-relations","seo",{"commitSha":256,"license":242},{"repoId":478},"kd74f65yh7zvhb9s83jpzx33cd86nd64",[473,474,471,475,472,216,470],{"evaluatedAt":481,"extractAt":482,"updatedAt":481},1778692600438,1778691705439,{"_creationTime":484,"_id":485,"community":486,"display":487,"identity":493,"providers":497,"relations":504,"tags":506,"workflow":507},1778688112811.7324,"k17d2sewdy65a7wvp4zm9z9wad86mz11",{"reviewCount":8},{"description":488,"installMethods":489,"name":491,"sourceUrl":492},"Master the art of directing voice talent to deliver performances that match your brand vision, using Anne Ganguzza's storytelling approach and industry best practices. Use when: Hiring and briefing voiceover artists for a project; Giving direction during recording sessions; Writing scripts that are easy for talent to deliver; Matching voice characteristics to brand personality; Reviewing auditions and selecting the right talent",{"claudeCode":490},"guia-matthieu/clawfu-skills","voiceover-direction","https://github.com/guia-matthieu/clawfu-skills",{"basePath":494,"githubOwner":495,"githubRepo":496,"locale":18,"slug":491,"type":250},"skills/audio/voiceover-direction","guia-matthieu","clawfu-skills",{"evaluate":498,"extract":503},{"promptVersionExtension":207,"promptVersionScoring":208,"score":499,"tags":500,"targetMarket":219,"tier":220},98,[412,215,473,501,502],"direction","scriptwriting",{"commitSha":256},{"repoId":505},"kd72qvzyvm658ya7pbyh5ey47h86md53",[215,473,501,502,412],{"evaluatedAt":508,"extractAt":509,"updatedAt":508},1778688711517,1778688112811,{"_creationTime":511,"_id":512,"community":513,"display":514,"identity":518,"providers":520,"relations":527,"tags":528,"workflow":529},1778688112811.732,"k175mym4xpfk8x3qs8ksf6y97986nj8t",{"reviewCount":8},{"description":515,"installMethods":516,"name":517,"sourceUrl":492},"Select and create the perfect AI voice for your content using ElevenLabs, Qwen3-TTS, and other platforms—matching voice characteristics to brand personality and audience. Use when: Choosing an AI voice for video narration; Creating a consistent brand voice across content; Cloning a voice for scalable production; Comparing voice synthesis platforms; Designing voice characteristics by description",{"claudeCode":490},"voice-design",{"basePath":519,"githubOwner":495,"githubRepo":496,"locale":18,"slug":517,"type":250},"skills/audio/voice-design",{"evaluate":521,"extract":526},{"promptVersionExtension":207,"promptVersionScoring":208,"score":499,"tags":522,"targetMarket":219,"tier":220},[523,413,276,524,525,215],"ai-voice","voice-synthesis","brand-voice",{"commitSha":256},{"repoId":505},[523,215,525,276,413,524],{"evaluatedAt":530,"extractAt":509,"updatedAt":530},1778688657166,{"_creationTime":532,"_id":533,"community":534,"display":535,"identity":541,"providers":545,"relations":553,"tags":555,"workflow":556},1778690923100.036,"k172qqh5q36b5gzpw4ta4c4gdd86n7s3",{"reviewCount":8},{"description":536,"installMethods":537,"name":539,"sourceUrl":540},"Generate AI music and songs with ElevenLabs, Diffrythm, Tencent Song Generation via inference.sh CLI. Models: ElevenLabs Music (up to 10 min, commercial license), Diffrythm (fast song generation), Tencent Song Generation (full songs with vocals). Capabilities: text-to-music, song generation, instrumental, lyrics to song, soundtrack creation. Use for: background music, social media content, game soundtracks, podcasts, royalty-free music. Triggers: music generation, ai music, generate song, ai composer, text to music, song generator, create music with ai, suno alternative, udio alternative, ai song, ai soundtrack, generate soundtrack, ai jingle, music ai, beat generator, elevenlabs music, eleven labs music",{"claudeCode":538},"inferen-sh/skills","ai-music-generation","https://github.com/inferen-sh/skills",{"basePath":542,"githubOwner":543,"githubRepo":544,"locale":18,"slug":539,"type":250},"tools/audio/ai-music-generation","inferen-sh","skills",{"evaluate":546,"extract":552},{"promptVersionExtension":207,"promptVersionScoring":208,"score":499,"tags":547,"targetMarket":219,"tier":220},[214,276,548,549,550,551],"diffrythm","tencent-song-generation","inference-sh","cli",{"commitSha":256},{"repoId":554},"kd75bmkxfkvvw504knzzpkzjph86n71t",[551,548,276,550,214,549],{"evaluatedAt":557,"extractAt":558,"updatedAt":557},1778691852914,1778690923100]