mcpbeat Sign in

SRT Card Annotator Agent Skill

This skill should be used when the user asks to "add reference cards to srt", "annotate srt with cards", "insert cards into subtitles", "generate srt with card annotations", "add 字卡 to srt", or needs to add contextual reference cards below subtitle text blocks in SRT files.

2k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
200
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/dean9703111/ai-agent-skill-for-video-workflow --skill SRT Card Annotator

The instruction itself

25 sections, as written by the author

SRT Card Annotator

This skill provides an AI-driven workflow for analyzing SRT subtitle files and adding contextual reference cards below subtitle text blocks. Cards are intelligently selected based on content context and must not modify original timestamps or subtitle text.

Purpose

Enhance SRT subtitle files with reference cards that:

  • Highlight key points, warnings, tips, and structured information
  • Are intelligently placed based on content analysis
  • Follow strict formatting rules: 字卡
  • Maintain original subtitle timing and text integrity
  • Use contextually appropriate card types from predefined categories

When to Use This Skill

Use this skill when:

  • Adding educational annotations to video subtitles
  • Highlighting key concepts in transcribed content
  • Creating enhanced subtitles with contextual tips and warnings
  • Processing Chinese language educational or instructional videos

Card Structure

Each card follows this format:

[字卡](word:xxx / type:yyy)

Where:

  • word: Key phrase extracted from the subtitle segment (10-16 characters max)
  • type: One of four predefined types (see Card Types section)

Card Types

Reference references/card-types.yaml for complete definitions. Summary:

| Type | Usage | Context |

|------|-------|---------|

| 金色重點 | Core conclusions, critical insights | Most important takeaway |

| 白色提醒 | Suggestions, reminders, notes | Helpful tips and advice |

| 紅色警告 | Risks, errors, pitfalls | Dangers and common mistakes |

| 藍色列點 | Lists, steps, structured info | Sequential or parallel items |

Card Selection Principles

  • Frequency: Minimum 2 cards per 10 subtitle segments
  • Length: Extract 10-16 character key phrases from segment content
  • Context-aware: Choose type based on semantic meaning:
  • Risk/error/pitfall → 紅色警告
  • Suggestion/reminder/note → 白色提醒
  • List/steps/sequence → 藍色列點
  • Core conclusion/key insight → 金色重點
  • Precision: Only annotate truly important information
  • Integrity: Never modify original timestamps or subtitle text

Core Workflow

1. Load and Parse SRT File

Read the input SRT file and parse into segments:

  • Extract subtitle number
  • Extract timestamp (start → end)
  • Extract subtitle text
  • Preserve exact formatting

2. Analyze Content Semantically

For each subtitle segment, analyze:

  • Semantic meaning and context
  • Presence of key concepts, warnings, or steps
  • Relationship to surrounding segments
  • Importance level

3. Identify Card Insertion Points

Determine where to insert cards:

  • Evaluate each segment for card-worthiness
  • Ensure minimum 2 cards per 10 segments
  • Prioritize segments with:
  • Critical information
  • Warnings or risks
  • Key conclusions
  • Important steps or lists

4. Extract Key Phrases

For selected segments:

  • Extract the most important 10-16 character phrase
  • Ensure phrase is directly from segment content
  • Maintain semantic completeness
  • Avoid truncating mid-concept

5. Classify Card Type

For each extracted phrase, determine type:

  • 紅色警告: Contains risk indicators (錯誤、風險、避免、不要、危險)
  • 白色提醒: Contains suggestions (建議、提醒、注意、可以、記得)
  • 藍色列點: Contains list markers (第一、步驟、包括、分為、有)
  • 金色重點: Contains conclusions (重點、關鍵、核心、總結、最重要)

6. Insert Cards

Add card lines below subtitle text:

1
00:00:00,000 --> 00:00:05,000
這個操作有風險,請小心處理
[字卡](word:操作有風險請小心 / type:紅色警告)

2
00:00:05,000 --> 00:00:10,000
建議先備份資料再進行
[字卡](word:建議先備份資料 / type:白色提醒)

7. Generate Output File

Save the annotated SRT as reference-cards.srt:

  • Maintain all original formatting
  • Preserve subtitle numbering
  • Keep exact timestamps
  • Add card lines only in text blocks

Implementation Guidelines

Reading Card Type Definitions

Before processing, read references/card-types.yaml to understand:

  • Available card types
  • Usage contexts for each type
  • Selection principles
  • Examples of appropriate usage

Processing Strategy

  • First Pass: Read entire SRT to understand content flow
  • Second Pass: Identify high-value segments for annotation
  • Third Pass: Extract phrases and classify types
  • Final Pass: Insert cards and validate formatting

Quality Checks

Before generating output:

  • Verify minimum card frequency (2 per 10 segments)
  • Confirm all cards use valid types from card-types.yaml
  • Ensure all extracted phrases are 10-16 characters
  • Validate no modifications to original content
  • Check output filename is reference-cards.srt

Example Output

Input SRT:

1
00:00:00,000 --> 00:00:03,500
今天要教大家如何避免常見的錯誤

2
00:00:03,500 --> 00:00:07,000
第一步是檢查系統設定

Output SRT (reference-cards.srt):

1
00:00:00,000 --> 00:00:03,500
今天要教大家如何避免常見的錯誤
[字卡](word:避免常見的錯誤 / type:紅色警告)

2
00:00:03,500 --> 00:00:07,000
第一步是檢查系統設定
[字卡](word:第一步檢查系統設定 / type:藍色列點)

Important Constraints

Must NOT:

  • Modify original subtitle text
  • Change timestamps
  • Alter subtitle numbering
  • Use Python scripts or automation (AI analysis required)
  • Create cards longer than 16 characters
  • Use card types not defined in card-types.yaml

Must DO:

  • Use AI to analyze content semantically
  • Extract phrases directly from subtitle content
  • Choose contextually appropriate card types
  • Maintain minimum card frequency
  • Output to reference-cards.srt
  • Preserve all original SRT formatting

Additional Resources

Reference Files

  • references/card-types.yaml - Complete card type definitions, usage contexts, and selection principles

Workflow Summary

To annotate an SRT file with reference cards:

  • Read references/card-types.yaml to understand card types
  • Load and parse the input SRT file
  • Analyze content to identify key segments
  • Extract 10-16 character phrases from selected segments
  • Classify each phrase with appropriate card type
  • Insert card lines below subtitle text (not modifying original content)
  • Save output as reference-cards.srt
  • Validate card frequency, formatting, and type validity

Focus on semantic understanding and contextual appropriateness when selecting card types. The goal is to enhance subtitles with meaningful, concise annotations that help viewers grasp key concepts, avoid pitfalls, and follow structured information.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take dean9703111/srt card annotator from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.