[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-digitalsamba-ffmpeg-en":3,"guides-for-digitalsamba-ffmpeg":402,"similar-k172sbg4kfrq84d08e4rk1ghp586nk45-en":403},{"_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":398,"workflow":399},1778686219732.8708,"k172sbg4kfrq84d08e4rk1ghp586nk45",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"digitalsamba/claude-code-video-toolkit","ffmpeg","https://github.com/digitalsamba/claude-code-video-toolkit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":249},1778686320284.1165,"kn717aveyt9xg9rxkrnh6z8sfs86msme","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":205,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":223,"tier":224,"useCases":225},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies video and audio processing with FFmpeg as the problem domain and lists specific tasks like format conversion, resizing, and compression.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill leverages FFmpeg, a powerful and widely-used tool, and provides specific, optimized commands and patterns tailored for Remotion video projects, offering significant value beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides comprehensive FFmpeg commands, quality guidelines, platform optimization tips, and workflow integration examples, covering the complete lifecycle of media preparation for video production.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on FFmpeg video and audio processing, aligning with its name and description without introducing unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities and provides relevant trigger examples.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill is not tool-based; it provides FFmpeg commands and examples rather than exposing specific tools.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed explanations of FFmpeg flags, codecs, quality settings, and platform-specific optimization parameters.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This skill does not expose tools with specific names, but rather provides FFmpeg commands and explanations.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","This skill provides commands and examples, not structured tools with input/output schemas.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project includes a standard MIT license file, permitting permissive open-source use.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-11, indicating recent maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The repository includes a `requirements.txt` for Python tools and `package.json` for Node.js dependencies, indicating managed dependencies.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill itself does not handle secrets; it provides commands for FFmpeg and does not have integrated secret management.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill provides FFmpeg commands and examples, treating user input as parameters for these commands rather than executable code. The source code for the skill itself does not appear to load external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill provides FFmpeg commands and examples, all of which are executed locally using a pre-installed FFmpeg binary. There are no runtime downloads or remote execution of instructions.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The FFmpeg commands provided operate on user-specified input files and produce output files, but do not attempt to modify files outside of the specified paths or interact with the system in a way that escapes a sandboxed execution environment.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The provided FFmpeg commands and examples do not contain primitives like detached process spawns or retry loops around denied calls.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's FFmpeg commands process local files and do not inherently make outbound calls or exfiltrate data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled markdown files and code examples appear to be free of hidden text tricks or malicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill provides FFmpeg commands and explanations, not opaque or obfuscated code that requires special execution.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill's examples use relative paths or clearly indicate input/output file placeholders, not assuming a rigid project structure outside the FFmpeg commands themselves.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 1 issue was opened and 4 were closed, indicating good maintainer engagement and a healthy closure rate.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The GitHub releases page shows version tags, and the `README.md` includes a GitHub release badge, indicating a clear versioning scheme.",{"category":104,"check":105,"severity":42,"summary":106},"Code Execution","Validation","This skill provides FFmpeg commands; validation of input arguments occurs within FFmpeg itself, not via a schema library integrated into the skill's code.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","While FFmpeg can modify files, the commands provided focus on transformation and creation, and the script examples demonstrate explicit output file naming, not destructive operations without confirmation.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md includes a section on 'Error Handling' with common errors, their causes, and fixes, guiding users on how to interpret and resolve FFmpeg issues.",{"category":104,"check":114,"severity":42,"summary":115},"Logging","This skill provides FFmpeg commands and does not have its own logging mechanism; FFmpeg's output can be logged by the user's environment.",{"category":117,"check":118,"severity":42,"summary":119},"Compliance","GDPR","The skill processes media files and does not handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill provides universal FFmpeg commands and optimization advice, with no regional or jurisdictional restrictions detected. The target market is global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on the standard FFmpeg executable, which is cross-platform, and provides clear instructions for its use.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing the project's purpose, setup, features, and provides extensive documentation on tools and workflow.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This skill does not expose tools in the traditional sense; it provides FFmpeg commands and examples.",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","This skill provides FFmpeg commands, not a list of tools where synonyms would be an issue.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All features described in the README and SKILL.md, such as specific FFmpeg commands and optimization patterns, are supported by the provided examples and documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for the toolkit itself and for FFmpeg, along with copy-pasteable invocation examples for various scenarios.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md provides a dedicated section on 'Error Handling' that details common FFmpeg errors, their causes, and remediation steps.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The project specifies dependencies in `requirements.txt` and `package.json`, and the README mentions Node.js 18+ and Python 3.9+, indicating clear runtime requirements.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","FFmpeg commands typically operate on files, and while some operations could be previewed by running them without output redirection, a dedicated `--dry-run` flag for all transformations is not a standard FFmpeg feature the skill would implement.",{"category":154,"check":155,"severity":42,"summary":156},"Protocol","Idempotent retry & timeouts","This skill provides FFmpeg commands for local file processing, not remote calls or state-changing operations requiring idempotency or timeouts.",{"category":117,"check":158,"severity":42,"summary":159},"Telemetry opt-in","The skill itself does not emit telemetry; it provides FFmpeg commands that would be executed by the user's environment.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md and README clearly define the purpose as video and audio processing with FFmpeg for Remotion projects, listing specific tasks and triggers, and providing clear boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability of using FFmpeg for video processing.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, using sections and referencing external files for deeper dives, keeping the main instruction concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is well-organized, with detailed FFmpeg commands and explanations, and references to external documentation like `reference.md` for further details.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill does not involve deep exploration or multi-file inspection; it provides direct FFmpeg commands.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide numerous ready-to-use examples for common video processing tasks, including input, invocation, and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill addresses common FFmpeg errors, such as dimension issues and playback problems, providing specific fixes and recovery steps.",{"category":104,"check":183,"severity":42,"summary":184},"Tool Fallback","This skill provides FFmpeg commands directly and does not rely on external tools that would require fallback mechanisms.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The 'Error Handling' section in SKILL.md implicitly guides users to halt and report on errors by providing fixes, ensuring unexpected states are addressed rather than ignored.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The FFmpeg skill operates independently and does not implicitly rely on other skills being loaded. It focuses solely on media processing tasks.",1778686320171,"This skill provides detailed FFmpeg commands, explanations, and examples for various video and audio processing tasks, including format conversion, resizing, compression, audio extraction, and preparing assets for Remotion.",[195,196,197,198,199,200,201,202,203,204],"Video format conversion (GIF to MP4)","Video resizing and cropping","Video compression with quality control","Audio extraction to various formats","Audio format conversion and volume adjustment","Video trimming and speed adjustment","Concatenation and merging of video/audio","Adding fade-in/out effects","Getting video/audio metadata","Platform-specific optimization settings",[206,207,208,209],"Direct video editing within a timeline interface","Real-time video effects during playback","Advanced color grading or visual effects beyond FFmpeg's capabilities","Replacing dedicated video editing software for complex narrative editing","3.0.0","4.4.0","To empower users to perform a wide range of video and audio processing tasks using FFmpeg, specifically tailored for creating assets compatible with Remotion video projects.","The skill is exceptionally well-documented and practical, offering clear instructions and examples for FFmpeg usage. The only minor deduction is for the lack of a formal 'dry-run' equivalent for FFmpeg operations, which is not standard for the tool itself.",99,"Comprehensive FFmpeg skill for video and audio processing, ideal for Remotion projects.",[217,218,13,219,220,221,222],"video","audio","remotion","media-processing","compression","conversion","global","verified",[226,227,228,229,230,231],"Converting animated GIFs to MP4 for web use","Resizing videos to fit specific resolutions (e.g., 1080p)","Compressing videos to reduce file size for faster uploads or streaming","Extracting audio tracks from videos for podcasts or voiceovers","Preparing demo recordings or screen captures for use in Remotion compositions","Optimizing video output for platforms like YouTube, Twitter, LinkedIn, and websites",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":245,"testCoverage":248},{"hasLockfile":234},true,1778686295545,{"descriptionLength":237,"readmeSize":238},269,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},1778686320284,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":13,"type":255},".claude/skills/ffmpeg","digitalsamba","claude-code-video-toolkit","skill",null,{"evaluate":258,"extract":260},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":259,"targetMarket":223,"tier":224},[217,218,13,219,220,221,222],{"commitSha":261},"HEAD",{"repoId":263},"kd70r97eght58pp9f1x8scdagd86n32q",{"_creationTime":265,"_id":263,"identity":266,"providers":267,"workflow":394},1778686211924.9185,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":268,"discover":377,"github":380},{"commitSha":261,"extensions":269},[270,281,292,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":282,"description":283,"displayName":284,"installMethods":285,"rationale":286,"selectedPaths":287,"source":280,"sourceLanguage":18,"type":255},".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",[288,289],{"path":278,"priority":279},{"path":290,"priority":291},"reference.md","medium",{"basePath":252,"description":10,"displayName":13,"installMethods":293,"rationale":294,"selectedPaths":295,"source":280,"sourceLanguage":18,"type":255},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/ffmpeg/SKILL.md",[296,297],{"path":278,"priority":279},{"path":290,"priority":291},{"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":290,"priority":291},{"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":291},"examples.md",{"path":342,"priority":291},"parameters.md",{"path":344,"priority":291},"prompting.md",{"basePath":346,"description":347,"displayName":219,"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":290,"priority":291},{"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,284,386,387,219,388,389,390,391,392,393],"ai-video-generator","claude-code","developer-tools","playwright","programmatic-video","text-to-speech","video-editing","video-production","open-source","qwen-tts","openclaw",{"classifiedAt":395,"discoverAt":396,"extractAt":397,"githubAt":397,"updatedAt":395},1778686219532,1778686211925,1778686217771,[218,221,222,13,220,219,217],{"evaluatedAt":250,"extractAt":400,"updatedAt":401},1778686219732,1778686648652,[],[404,435,462,491,515,543],{"_creationTime":405,"_id":406,"community":407,"display":408,"identity":414,"providers":419,"relations":429,"tags":431,"workflow":432},1778688112811.7349,"k170vdg81q6yx4j2kv8seggh9186na7e",{"reviewCount":8},{"description":409,"installMethods":410,"name":412,"sourceUrl":413},"Download and process YouTube content for research. Use when: downloading competitor videos for analysis; extracting audio for podcasts; getting transcripts for content repurposing; archiving webinars; research content curation",{"claudeCode":411},"guia-matthieu/clawfu-skills","YouTube Downloader","https://github.com/guia-matthieu/clawfu-skills",{"basePath":415,"githubOwner":416,"githubRepo":417,"locale":18,"slug":418,"type":255},"skills/automation/youtube-downloader","guia-matthieu","clawfu-skills","youtube-downloader",{"evaluate":420,"extract":428},{"promptVersionExtension":210,"promptVersionScoring":211,"score":421,"tags":422,"targetMarket":223,"tier":224},100,[423,424,217,218,425,426,427],"youtube","download","transcription","research","content-processing",{"commitSha":261,"license":247},{"repoId":430},"kd72qvzyvm658ya7pbyh5ey47h86md53",[218,427,424,426,425,217,423],{"evaluatedAt":433,"extractAt":434,"updatedAt":433},1778688933132,1778688112811,{"_creationTime":436,"_id":437,"community":438,"display":439,"identity":445,"providers":449,"relations":456,"tags":458,"workflow":459},1778697652123.9006,"k173ykh2hb7ftk68yprzkgmy1n86nh4d",{"reviewCount":8},{"description":440,"installMethods":441,"name":443,"sourceUrl":444},"Extract frames or short clips from videos using ffmpeg.",{"claudeCode":442},"steipete/clawdis","video-frames","https://github.com/steipete/clawdis",{"basePath":446,"githubOwner":447,"githubRepo":448,"locale":18,"slug":443,"type":255},"skills/video-frames","steipete","clawdis",{"evaluate":450,"extract":455},{"promptVersionExtension":210,"promptVersionScoring":211,"score":421,"tags":451,"targetMarket":223,"tier":224},[217,13,452,453,454],"frames","clips","media",{"commitSha":261},{"repoId":457},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[453,13,452,454,217],{"evaluatedAt":460,"extractAt":461,"updatedAt":460},1778699110713,1778697652123,{"_creationTime":463,"_id":464,"community":465,"display":466,"identity":471,"providers":475,"relations":484,"tags":487,"workflow":488},1778685615701.8425,"k1707ctze9p8fn1e339nd2czjn86m6p5",{"reviewCount":8},{"description":467,"installMethods":468,"name":217,"sourceUrl":470},"When the user wants to create, generate, or produce video content using AI tools or programmatic frameworks. Also use when the user mentions 'video production,' 'AI video,' 'Remotion,' 'Hyperframes,' 'HeyGen,' 'Synthesia,' 'Veo,' 'Runway,' 'Kling,' 'Pika,' 'video generation,' 'AI avatar,' 'talking head video,' 'programmatic video,' 'video template,' 'explainer video,' 'product demo video,' 'video pipeline,' or 'make me a video.' Use this for video creation, generation, and production workflows. For video content strategy and what to post, see social-content. For paid video ad creative, see ad-creative.",{"claudeCode":469},"coreyhaines31/marketingskills","https://github.com/coreyhaines31/marketingskills",{"basePath":472,"githubOwner":473,"githubRepo":474,"locale":18,"slug":217,"type":255},"skills/video","coreyhaines31","marketingskills",{"evaluate":476,"extract":483},{"promptVersionExtension":210,"promptVersionScoring":211,"score":421,"tags":477,"targetMarket":223,"tier":224},[217,478,479,219,480,481,482],"production","ai-video","heygen","runway","content-creation",{"commitSha":261},{"parentExtensionId":485,"repoId":486},"k175jvka8cxxkf91gk8qy25r8186npjr","kd7a4vjty5ay3s25r82cm72wdn86nmg0",[479,482,480,478,219,481,217],{"evaluatedAt":489,"extractAt":490,"updatedAt":489},1778686582142,1778685615701,{"_creationTime":492,"_id":493,"community":494,"display":495,"identity":499,"providers":502,"relations":511,"tags":512,"workflow":513},1778688112811.7288,"k170zam9mq6m2v8w98jep3fkw586mp6g",{"reviewCount":8},{"description":496,"installMethods":497,"name":498,"sourceUrl":413},"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":411},"Audio Editing Fundamentals",{"basePath":500,"githubOwner":416,"githubRepo":417,"locale":18,"slug":501,"type":255},"skills/audio/audio-editing","audio-editing",{"evaluate":503,"extract":510},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":504,"targetMarket":223,"tier":224},[218,505,506,507,508,509,221],"editing","post-production","podcast","voiceover","eq",{"commitSha":261,"license":247},{"repoId":430},[218,221,505,509,507,506,508],{"evaluatedAt":514,"extractAt":434,"updatedAt":514},1778688372051,{"_creationTime":516,"_id":517,"community":518,"display":519,"identity":525,"providers":529,"relations":537,"tags":539,"workflow":540},1778688417731.9585,"k174mwvck8tj8hz9hcdf7yp52s86mpfp",{"reviewCount":8},{"description":520,"installMethods":521,"name":523,"sourceUrl":524},"Compress macOS screen recordings with zero CPU stress using Apple Silicon's hardware HEVC encoder. Typically reduces file size 70-90% while staying visually lossless. Computer stays silent during encoding.",{"claudeCode":522},"hkuds/cli-anything","cli-anything-quietshrink","https://github.com/hkuds/cli-anything",{"basePath":526,"githubOwner":527,"githubRepo":528,"locale":18,"slug":523,"type":255},"skills/cli-anything-quietshrink","hkuds","cli-anything",{"evaluate":530,"extract":535},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":531,"targetMarket":223,"tier":224},[217,221,532,533,534],"macos","apple-silicon","hevc",{"commitSha":261,"license":536},"Apache-2.0",{"repoId":538},"kd7e2bra4ymb6r521a25r6yges86n35p",[533,221,534,532,217],{"evaluatedAt":541,"extractAt":542,"updatedAt":541},1778689758558,1778688417732,{"_creationTime":544,"_id":545,"community":546,"display":547,"identity":551,"providers":553,"relations":561,"tags":562,"workflow":563},1778688417731.9595,"k170dqz8g6nn0gs4rf7azc324x86nj9d",{"reviewCount":8},{"description":548,"installMethods":549,"name":550,"sourceUrl":524},"AI-powered video captioning — transcribe speech, optimize/translate subtitles, and burn them into video via the stable VideoCaptioner backend. Free ASR and translation included.",{"claudeCode":522},"cli-anything-videocaptioner",{"basePath":552,"githubOwner":527,"githubRepo":528,"locale":18,"slug":550,"type":255},"skills/cli-anything-videocaptioner",{"evaluate":554,"extract":560},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":555,"targetMarket":223,"tier":224},[217,556,557,425,558,559,13],"captioning","subtitles","translation","cli",{"commitSha":261},{"repoId":538},[556,559,13,557,425,558,217],{"evaluatedAt":564,"extractAt":542,"updatedAt":564},1778689899246]