agentsclimarketplace

Gdc vtt to note

Skill ihybrd/my_ai_skills/gdc-vtt-to-note

When the user provides a GDC VTT segment URL, run the bundled capture script to merge captions, then summarize and create an Obsidian note under gdc summary.From its SKILL.md

Install
npx -y skills add ihybrd/my_ai_skills --skill gdc-vtt-to-note

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 472 tokens by cl100k_base, as published. Nobody here has run it

GDC VTT To Note Skill

Purpose

Use this skill when a user wants to turn a GDC talk caption stream into:

  1. A merged caption file.
  2. A short structured summary.
  3. An Obsidian note in literature notes/video notes/gdc/ai notes.

Trigger

  • User provides a GDC caption .vtt segment URL.

Required Input

  • One GDC VTT segment URL, for example: .../index_4_0_33.vtt

Do not

download the provided vtt file directly, instead, run the bundled script to process it and generate a caption file (captions.txt). Then read the generated caption file to create the summary and note.

Script Execution

run the script with the provided VTT segment URL. For example: python3 gdc-vtt-to-note/scripts/capture_gdc_vtt.py $vtt_url_provided_by_user

Post-Processing Workflow

this section will be exectuted only when the script stops running and generates a caption file (captions.txt). If the script fails, report the error and do not proceed.

once the script successfully generates a caption file (captions.txt), do the following:

  1. Read the generated caption file.
  2. Build a concise summary including:
    • Topic
    • Key points
    • Actionable insights
  3. Create an Obsidian note in literature notes/video notes/gdc/ai notes.

Note Naming Rule

  • Filename format: YYYY-MM-DD-{summary_slug}.md
  • Slug rules:
    • lowercase
    • spaces -> -
    • remove invalid filename characters
  • If conflict exists, append -2, -3, etc.

Note Content

Include:

  • Title
  • Source VTT URL
  • Caption file path
  • Summary sections
  • Captions.txt full content as reference

Prefer frontmatter metadata:

  • source_vtt
  • caption_file
  • created_at
  • tags: [gdc, summary]

Safety

  • If script execution fails, report stderr and do not create the note.
  • If caption file is empty, create note with incomplete status.
  • Prefer absolute paths in command execution and output reporting.

What ships with it: 1 file

3.9 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.