[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rameerez-transcribe-video-zh-CN":3,"guides-for-rameerez-transcribe-video":383,"similar-k172gf02vxsb29pv50pv0mcnys86ntq3-zh-CN":384},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":225,"parentExtension":244,"providers":279,"relations":283,"repo":285,"tags":380,"workflow":381},1778696255052.895,"k172gf02vxsb29pv50pv0mcnys86ntq3",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"使用 AWS Transcribe 从视频或音频文件生成字幕（SRT/VTT）和纯文本记录。在创建字幕、提取口头内容、为笔记生成记录或使视频内容可搜索时使用。",{"claudeCode":12},"rameerez/claude-code-startup-skills","transcribe-video","https://github.com/rameerez/claude-code-startup-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":237},1778696255052.8953,"kn7at8ndqcnkbj9fag3qrmmd0x86nwbd","zh-CN",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":10,"rationale":206,"score":207,"summary":208,"tags":209,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,104,108,111,114,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","描述清楚地说明了从视频/音频文件生成字幕和记录的问题，并确定了创建字幕和使内容可搜索等特定用例。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能利用 AWS Transcribe 和 ffmpeg 自动化了一个复杂的工作流程，通过处理文件提取、云服务交互和清理，提供了超越简单提示的显著价值。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能处理转录的完整生命周期，包括先决条件、执行步骤、输出生成和关键清理，使其可以在实际工作流中使用。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能专注于一个领域：使用 AWS Transcribe 进行视频/音频转录，具有一致的工作流程。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","显示的描述准确地反映了该技能使用 AWS Transcribe 从视频/音频生成字幕和记录的功能，并清楚地概述了其用例。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该技能使用 `ffmpeg`、`aws s3`、`aws transcribe` 和 `aws s3` 等特定工具执行定向操作，避免了单一的通用执行工具。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","所有必需的先决条件，如 `ffmpeg`、`aws` CLI 和所需的 AWS 权限，都已清楚记录，并附有配置步骤。",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","使用的工具（`ffmpeg`、`aws s3`、`aws transcribe`）是标准的且具有描述性，符合该领域。",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","该技能接受文件路径和可选语言代码，并输出特定文件类型（`.srt`、`.vtt`、`.txt`），没有不必要的参数或输出。",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","该扩展根据 MIT 许可证授权，如 LICENSE 文件和 README 中明确所示，这是一个宽松的开源许可证。",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","最后一次提交是在 2026 年 2 月 23 日，在过去 3 个月内。",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","该技能不依赖任何第三方依赖项，除了标准的 CLI 工具（`ffmpeg`、`awscli`）。",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","该技能需要通过 `aws configure` 配置 AWS 凭证，这意味着它们是外部管理的，而不是硬编码的，并且不会回显已解析的密钥。",{"category":66,"check":70,"severity":24,"summary":71},"Injection","该技能将输入文件路径和语言代码视为数据，并且不执行来自外部源的任意命令或指令。",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","该技能使用已提交的脚本和标准的 CLI 工具；它不获取远程代码或数据以在运行时执行。",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","该技能在其指定的临时目录和 AWS 资源内运行，并且不尝试修改项目文件夹之外的文件。",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","提供的 bash 脚本不包含分离进程的创建或否认重试循环。",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","该技能使用 AWS 服务进行转录并清理资源，没有迹象表明将机密数据提交给未记录的第三方。",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","捆绑的内容不包含隐藏的操纵技巧，并且描述使用干净、可打印的 ASCII。",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","捆绑的 bash 脚本是纯粹、可读的源代码，不涉及混淆、base64 负载或运行时脚本获取。",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","脚本使用临时路径（`/tmp/`）和相对路径进行输出，避免了对特定用户项目结构的假设。",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","在过去 90 天内没有打开和关闭的问题，表明维护活跃或近期开发。",{"category":100,"check":101,"severity":102,"summary":103},"Versioning","Release Management","info","扩展在其中元数据或 GitHub release 中没有显式版本控制，并且安装说明引用了 `main`，但这是一个新开发的技能。",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","文件路径和语言代码等输入参数由 bash 脚本和 AWS Transcribe 服务进行验证。",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","删除 S3 存储桶和转录作业等破坏性操作由脚本中的显式命令保护，并且清理作为独立步骤执行。",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","bash 脚本包括命令状态检查，并循环直到转录完成或失败，并进行显式清理步骤，表明了健壮的错误处理方法。",{"category":105,"check":115,"severity":63,"summary":116},"Logging","该技能主要是分析性的，不执行需要本地审计日志记录的破坏性操作。输出作为文件生成。",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","该技能处理音频/视频文件，并且不明确处理除媒体中可能说出的内容之外的个人数据。",{"category":118,"check":122,"severity":24,"summary":123},"Target market","该技能在全球范围内运行，使用标准的 AWS 服务和工具，没有明显的区域限制。",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","该技能依赖于标准的 CLI 工具（`ffmpeg`、`awscli`）和 bash 脚本，这些工具在 POSIX 兼容系统上广泛可用。",{"category":44,"check":128,"severity":24,"summary":129},"README","README 文件存在，提供了安装说明，并列出了包括此技能在内的可用技能。",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","这是一个具有明确定义的用途的单一功能技能。",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","该技能使用不同的 AWS 命令来执行其特定任务，并且不公开重叠的同义词。",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","所有声称的生成字幕和记录的功能都通过所述工作流程和 AWS Transcribe 实现。",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","README 提供了清晰的市场安装说明，并包括所有技能的示例调用。",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","bash 脚本包括命令成功检查和完成状态，并提供了可操作的恢复方法，因为清理步骤明确定义。",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","该技能依赖于全局可用的 CLI 工具（`ffmpeg`、`awscli`）和 bash，这些通常通过系统包管理器进行管理，并且脚本本身是独立的。",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","该技能的核心功能是处理文件和与 AWS 服务交互，清理步骤可确保不留下持久性资源；此处不适用预演。",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","AWS Transcribe 作业轮询包括一个睡眠间隔，并且清理步骤可确保资源被删除，从而处理潜在的重试和超时场景。",{"category":118,"check":159,"severity":63,"summary":160},"Telemetry opt-in","该技能不发出任何遥测数据。",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","该技能的目的明确定义为使用 AWS Transcribe 从视频/音频文件生成字幕和记录，具有清晰的用例和明确的先决条件。",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","Frontmatter 简洁、独立，并有效地总结了核心功能和用法。",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","技能主体简洁，详细说明了过程和先决条件，但不过于冗长，并将更深入的内容委托给单独的示例。",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","SKILL.md 文件清楚地概述了工作流程，并链接到每个步骤的特定 bash 命令，展示了渐进式披露。",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","该技能执行线性工作流程，不涉及需要分叉上下文的深度探索或代码审查。",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","README 提供了所有宣传技能的清晰、可直接使用的示例，包括调用命令。",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","该技能记录了先决条件，并列出了潜在的失败模式，如缺少先决条件以及关键的清理需求，并暗示了恢复步骤。",{"category":105,"check":184,"severity":63,"summary":185},"Tool Fallback","该技能依赖于全局可用的 CLI 工具和 AWS 服务，而不是自定义 MCP，因此不需要回退。",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","脚本检查命令的成功和完成状态，如果发生意外状态，则会停止进程并允许手动干预或调试。",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","该技能是独立的，不依赖于同时加载的其他特定技能。",1778696184011,"该技能利用 AWS Transcribe 和 ffmpeg 自动化从视频或音频文件生成 SRT、VTT 和纯文本记录的复杂工作流程。它处理音频提取、S3 上传、转录作业创建、下载结果，并关键地清理所有 AWS 资源以防止重复成本。",[196,197,198,199],"生成 SRT、VTT 和 TXT 记录","处理视频或音频文件","利用 AWS Transcribe 进行高精度转录","自动清理 AWS 资源（S3、Transcribe 作业）",[201,202,203],"实时转录","转录内容翻译","在技能内编辑记录","3.0.0","4.4.0","该技能文档齐全、健壮，并遵循最佳实践。唯一的小问题是缺乏明确的版本控制，但对于此类技能来说，这并不重要。",98,"一个高质量、文档齐全的技能，用于使用 AWS Transcribe 生成视频/音频记录和字幕。",[210,211,212,213,214,215,216],"transcription","video","audio","aws","srt","vtt","text","verified",[219,220,221,222],"为视频创建字幕","提取口头内容用于笔记或摘要","使视频内容可搜索","为无障碍访问生成记录",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":234,"testCoverage":236},{"hasLockfile":225},false,1778696169675,{"descriptionLength":228,"readmeSize":229},228,1138,{"closedIssues90d":8,"forks":231,"hasChangelog":225,"openIssues90d":8,"pushedAt":232,"stars":233},1,1771867114000,23,{"hasNpmPackage":225,"license":235,"smitheryVerified":225},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":238},1778696255052,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":13,"type":243},"skills/transcribe-video","rameerez","claude-code-startup-skills","skill",{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":252,"parentExtension":256,"providers":257,"relations":272,"tags":274,"workflow":275},1778696079702.1462,"k179d68dyr7594x8v2gggsdh5586mbzc",{"reviewCount":8},{"description":249,"installMethods":250,"name":251,"sourceUrl":14},"Claude Code skills for building startups, SaaS, and software businesses",{"claudeCode":251},"startup",{"basePath":253,"githubOwner":241,"githubRepo":242,"locale":254,"slug":242,"type":255},"","en","plugin",null,{"evaluate":258,"extract":267},{"promptVersionExtension":204,"promptVersionScoring":205,"score":259,"tags":260,"targetMarket":265,"tier":266},75,[251,261,211,262,263,264],"saas","images","social-media","productivity","global","community",{"commitSha":268,"license":235,"plugin":269},"HEAD",{"mcpCount":8,"provider":270,"skillCount":271},"classify",5,{"repoId":273},"kd796rdfny5m2pzmscntayasqh86me9v",[262,264,261,263,251,211],{"evaluatedAt":276,"extractAt":277,"updatedAt":278},1778696117840,1778696079702,1778696291744,{"evaluate":280,"extract":282},{"promptVersionExtension":204,"promptVersionScoring":205,"score":207,"tags":281,"targetMarket":265,"tier":217},[210,211,212,213,214,215,216],{"commitSha":268},{"parentExtensionId":246,"repoId":273,"translatedFrom":284},"k17cryk0a2ye3x23pfx19h37pn86m2zh",{"_creationTime":286,"_id":273,"identity":287,"providers":288,"workflow":376},1778696075240.9685,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":289,"discover":354,"github":357},{"commitSha":268,"extensions":290},[291,315,324,332,340,346],{"basePath":253,"description":249,"displayName":251,"installMethods":292,"license":235,"rationale":293,"selectedPaths":294,"source":314,"sourceLanguage":254,"type":255},{"claudeCode":251},"plugin manifest at .claude-plugin/plugin.json",[295,298,300,303,306,308,310,312],{"path":296,"priority":297},".claude-plugin/plugin.json","mandatory",{"path":299,"priority":297},"README.md",{"path":301,"priority":302},"LICENSE","high",{"path":304,"priority":305},"skills/compress-images/SKILL.md","medium",{"path":307,"priority":305},"skills/customer-empathy/SKILL.md",{"path":309,"priority":305},"skills/download-video/SKILL.md",{"path":311,"priority":305},"skills/transcribe-video/SKILL.md",{"path":313,"priority":305},"skills/x-post/SKILL.md","rule",{"basePath":316,"description":317,"displayName":318,"installMethods":319,"rationale":320,"selectedPaths":321,"source":314,"sourceLanguage":254,"type":243},"skills/compress-images","Compress images for web/SEO performance using cwebp. Use when optimizing images for faster page loads, reducing file sizes, or converting JPG/PNG to WebP format.","compress-images",{"claudeCode":12},"SKILL.md frontmatter at skills/compress-images/SKILL.md",[322],{"path":323,"priority":297},"SKILL.md",{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":314,"sourceLanguage":254,"type":243},"skills/customer-empathy","Deep-dive into customer empathy and user journey thinking. Use when designing onboarding, improving UX, planning features, or trying to understand how to delight users faster.","customer-empathy",{"claudeCode":12},"SKILL.md frontmatter at skills/customer-empathy/SKILL.md",[331],{"path":323,"priority":297},{"basePath":333,"description":334,"displayName":335,"installMethods":336,"rationale":337,"selectedPaths":338,"source":314,"sourceLanguage":254,"type":243},"skills/download-video","Download videos from social media URLs (X/Twitter, YouTube, Instagram, TikTok, etc.) using yt-dlp. Use when saving a video locally, extracting content for transcription, or archiving video references.","download-video",{"claudeCode":12},"SKILL.md frontmatter at skills/download-video/SKILL.md",[339],{"path":323,"priority":297},{"basePath":240,"description":341,"displayName":13,"installMethods":342,"rationale":343,"selectedPaths":344,"source":314,"sourceLanguage":254,"type":243},"Generate subtitles (SRT/VTT) and plain text transcripts from video or audio files using AWS Transcribe. Use when creating captions, extracting spoken content, generating transcripts for notes, or making video content searchable.",{"claudeCode":12},"SKILL.md frontmatter at skills/transcribe-video/SKILL.md",[345],{"path":323,"priority":297},{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":314,"sourceLanguage":254,"type":243},"skills/x-post","Post to X (Twitter) from the command line. Text, images, and video.","x-post",{"claudeCode":12},"SKILL.md frontmatter at skills/x-post/SKILL.md",[353],{"path":323,"priority":297},{"sources":355},[356],"manual",{"closedIssues90d":8,"description":358,"forks":231,"license":235,"openIssues90d":8,"pushedAt":232,"readmeSize":229,"stars":233,"topics":359},"Claude Code skills for building and running actual software startups, apps, SaaS, and businesses",[360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375],"agent","agent-skills","agentic-ai","agentic-workflow","ai","ai-agents","ai-tools","anthropic","anthropic-claude","claude","claude-ai","claude-api","claude-code","claude-skills","cursor","cursor-ai",{"classifiedAt":377,"discoverAt":378,"extractAt":379,"githubAt":379,"updatedAt":377},1778696079413,1778696075241,1778696077468,[212,213,214,216,210,211,215],{"evaluatedAt":382,"extractAt":277,"updatedAt":238},1778696184131,[],[385,415,446,479,508,535],{"_creationTime":386,"_id":387,"community":388,"display":389,"identity":395,"providers":400,"relations":409,"tags":411,"workflow":412},1778688112811.7349,"k170vdg81q6yx4j2kv8seggh9186na7e",{"reviewCount":8},{"description":390,"installMethods":391,"name":393,"sourceUrl":394},"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":392},"guia-matthieu/clawfu-skills","YouTube Downloader","https://github.com/guia-matthieu/clawfu-skills",{"basePath":396,"githubOwner":397,"githubRepo":398,"locale":254,"slug":399,"type":243},"skills/automation/youtube-downloader","guia-matthieu","clawfu-skills","youtube-downloader",{"evaluate":401,"extract":408},{"promptVersionExtension":204,"promptVersionScoring":205,"score":402,"tags":403,"targetMarket":265,"tier":217},100,[404,405,211,212,210,406,407],"youtube","download","research","content-processing",{"commitSha":268,"license":235},{"repoId":410},"kd72qvzyvm658ya7pbyh5ey47h86md53",[212,407,405,406,210,211,404],{"evaluatedAt":413,"extractAt":414,"updatedAt":413},1778688933132,1778688112811,{"_creationTime":416,"_id":417,"community":418,"display":419,"identity":425,"providers":429,"relations":438,"tags":441,"workflow":442},1778686558427.6206,"k1748cndr3fw9n0vwwk664a28x86m7sd",{"reviewCount":8},{"description":420,"installMethods":421,"name":423,"sourceUrl":424},"使用 FFmpeg 进行视频和音频处理。用于格式转换、调整大小、压缩、音频提取以及为 Remotion 准备素材。触发器包括将 GIF 转换为 MP4、调整视频大小、提取音频、压缩文件或任何媒体转换任务。",{"claudeCode":422},"digitalsamba/claude-code-video-toolkit","ffmpeg","https://github.com/digitalsamba/claude-code-video-toolkit",{"basePath":426,"githubOwner":427,"githubRepo":428,"locale":18,"slug":423,"type":243},".claude/skills/ffmpeg","digitalsamba","claude-code-video-toolkit",{"evaluate":430,"extract":437},{"promptVersionExtension":204,"promptVersionScoring":205,"score":431,"tags":432,"targetMarket":265,"tier":217},99,[211,212,423,433,434,435,436],"remotion","media-processing","compression","conversion",{"commitSha":268},{"repoId":439,"translatedFrom":440},"kd70r97eght58pp9f1x8scdagd86n32q","k172sbg4kfrq84d08e4rk1ghp586nk45",[212,435,436,423,434,433,211],{"evaluatedAt":443,"extractAt":444,"updatedAt":445},1778686320284,1778686219732,1778686558427,{"_creationTime":447,"_id":448,"community":449,"display":450,"identity":456,"providers":461,"relations":472,"tags":475,"workflow":476},1778683100520.3076,"k177kkncnc53stshsayz2122b186ndps",{"reviewCount":8},{"description":451,"installMethods":452,"name":454,"sourceUrl":455},"Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.",{"claudeCode":453},"bitwize-music-studio/claude-ai-music-skills","Sheet Music Publisher","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"basePath":457,"githubOwner":458,"githubRepo":459,"locale":254,"slug":460,"type":243},"skills/sheet-music-publisher","bitwize-music-studio","claude-ai-music-skills","sheet-music-publisher",{"evaluate":462,"extract":470},{"promptVersionExtension":204,"promptVersionScoring":205,"score":431,"tags":463,"targetMarket":265,"tier":217},[212,464,465,210,466,467,468,469],"music","sheet-music","songbook","pdf","midi","musicxml",{"commitSha":268,"license":471},"CC0-1.0",{"parentExtensionId":473,"repoId":474},"k1754vkdjckrkqvz9x7tjrvhzn86n1gc","kd70cgrajsrnk5gmq60rhq30zd86nyc0",[212,468,464,469,467,465,466,210],{"evaluatedAt":477,"extractAt":478,"updatedAt":477},1778684168241,1778683100520,{"_creationTime":480,"_id":481,"community":482,"display":483,"identity":489,"providers":494,"relations":502,"tags":504,"workflow":505},1778697652123.8992,"k171037zd1adhny20kdfd5nbyx86nx4z",{"reviewCount":8},{"description":484,"installMethods":485,"name":487,"sourceUrl":488},"Summarize or transcribe URLs, YouTube/videos, podcasts, articles, transcripts, PDFs, and local files.",{"claudeCode":486},"steipete/clawdis","Summarize","https://github.com/steipete/clawdis",{"basePath":490,"githubOwner":491,"githubRepo":492,"locale":254,"slug":493,"type":243},"skills/summarize","steipete","clawdis","summarize",{"evaluate":495,"extract":501},{"promptVersionExtension":204,"promptVersionScoring":205,"score":431,"tags":496,"targetMarket":265,"tier":217},[497,210,498,499,500,211],"summarization","cli","urls","documents",{"commitSha":268,"license":235},{"repoId":503},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[498,500,497,210,499,211],{"evaluatedAt":506,"extractAt":507,"updatedAt":506},1778699016526,1778697652123,{"_creationTime":509,"_id":510,"community":511,"display":512,"identity":518,"providers":522,"relations":529,"tags":531,"workflow":532},1778688417731.9595,"k170dqz8g6nn0gs4rf7azc324x86nj9d",{"reviewCount":8},{"description":513,"installMethods":514,"name":516,"sourceUrl":517},"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":515},"hkuds/cli-anything","cli-anything-videocaptioner","https://github.com/hkuds/cli-anything",{"basePath":519,"githubOwner":520,"githubRepo":521,"locale":254,"slug":516,"type":243},"skills/cli-anything-videocaptioner","hkuds","cli-anything",{"evaluate":523,"extract":528},{"promptVersionExtension":204,"promptVersionScoring":205,"score":431,"tags":524,"targetMarket":265,"tier":217},[211,525,526,210,527,498,423],"captioning","subtitles","translation",{"commitSha":268},{"repoId":530},"kd7e2bra4ymb6r521a25r6yges86n35p",[525,498,423,526,210,527,211],{"evaluatedAt":533,"extractAt":534,"updatedAt":533},1778689899246,1778688417732,{"_creationTime":536,"_id":537,"community":538,"display":539,"identity":545,"providers":549,"relations":556,"tags":558,"workflow":559},1778675173113.9756,"k1792st1zgg9e8esqxpd2tpnm186mrav",{"reviewCount":8},{"description":540,"installMethods":541,"name":543,"sourceUrl":544},"This skill should be used when the user asks about \"subtitles\", \"subtitling\", \"SRT file\", \"VTT file\", \"subtitle timing\", \"translation for film\", \"localization\", \"closed captions\", \"SDH\", \"act as a subtitle expert\", \"subtitle mode\", \"subtitle formatting\", \"subtitle translation\", \"accessibility captions\", \"subtitle synchronization\", \"burned-in subtitles\", or needs expertise in SRT/VTT creation, subtitle timing, translation adaptation, and accessibility for film and video. Part of the AlterLab FC Skills collection (Cinema & Digital Media department).\n",{"claudeCode":542},"AlterLab-IEU/AlterLab-FC-Skills","alterlab-cdm-subtitle-loc","https://github.com/AlterLab-IEU/AlterLab-FC-Skills",{"basePath":546,"githubOwner":547,"githubRepo":548,"locale":254,"slug":543,"type":243},"skills/cdm/alterlab-cdm-subtitle-loc","AlterLab-IEU","AlterLab-FC-Skills",{"evaluate":550,"extract":555},{"promptVersionExtension":204,"promptVersionScoring":205,"score":207,"tags":551,"targetMarket":265,"tier":217},[526,552,214,215,553,211,554],"localization","accessibility","film",{"commitSha":268},{"repoId":557},"kd77hbyh7fgv1hx4fzbfjj4d1n86m0jx",[553,554,552,214,526,211,215],{"evaluatedAt":560,"extractAt":561,"updatedAt":560},1778675381839,1778675173114]