🎞️
AutomationPython

Native Subtitle Quote Image

by chengyi-ai

Native Subtitle Quote Image is an Automation skill for Claude Code, published by chengyi-ai in native-subtitle-quote-image.

191 stars22 forkson chengyi-ai/native-subtitle-quote-imageAdded 2026/09/06+3% in starsRepository updated 2026/08/24
agent-skillscodexsocial-mediasubtitlesvideo-processing
Install in seconds
Install Native Subtitle Quote Image
Copy Native Subtitle Quote Image into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/chengyi-ai/native-subtitle-quote-image/tree/main/skills/native-subtitle-quote-image ~/.claude/skills/native-subtitle-quote-image

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/chengyi-ai/native-subtitle-quote-image.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/native-subtitle-quote-image/SKILL.md in chengyi-ai/native-subtitle-quote-image
Installs to
~/.claude/skills/native-subtitle-quote-image
Collection
The only skill cataloged from this repository
Category
Automation2032 skills

What Native Subtitle Quote Image does

Native Subtitle Quote Image turns local videos or approved online videos into 3:4 social quote images from verified frames. It supports native burned-in subtitles and scripted subtitle layouts when you need subtitle screenshots, quote collages, or frame-based text images.

Native Subtitle Quote Image is cataloged under Automation on DirSkills. Native Subtitle Quote Image comes from a repository tagged agent-skills, codex, social-media, subtitles and video-processing.

Documentation

README

视频字幕拼图

先判断字幕来源,再选模式。不要把两种模式混为一种,也不要默默从原生字幕切到绘制字幕。

非阻塞版本检查

每个新任务开始、处理素材之前运行一次:

python3 "<SKILL_DIR>/scripts/check_update.py" --json
  • 脚本从 Skill 内的 VERSION 读取本地版本,只访问本项目的 GitHub Latest Release;默认 24 小时内复用一次缓存。
  • 结果为 update_available 时,用一句话告诉用户当前版本、最新版本和 Release 链接,然后继续当前任务。只提醒,不自动更新、不覆盖本地 Skill。
  • 结果为 up_to_date 时无需打扰用户。结果为 unavailable 时也不要阻塞当前任务;若只是运行环境禁止联网,可申请对 GitHub API 的只读访问并用 --force 重试一次,未获授权就继续任务。
  • 缓存只包含检查时间、最新版本号和 Release 链接,不写入仓库,也不记录账号、素材或使用行为。

模式路由

条件 模式 成品文字来源 命令
关闭播放器 CC 后,截图里仍有字幕;用户要求保留原字幕 原生字幕模式 视频画面像素 render
视频没有需要的烧录字幕,但用户要求把经确认的台词、翻译或观点排成案例风格 脚本字幕模式 已审核 JSON 中的 text render-script

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Native Subtitle Quote Image

  • How does Native Subtitle Quote Image compare to other Automation skills?

    Native Subtitle Quote Image ranks #1841 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Native Subtitle Quote Image against them. Open each page to compare what they document and how they install.