Youtube caption to obsidian
AI Skills
npx -y skills add ihybrd/my_ai_skills --skill youtube-caption-to-obsidianAssembled 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.
What its author says it does
Copied from the file, not written here
Use this skill when the user wants to turn a YouTube video into an Obsidian note by running the bundled subtitle script first, then using the script output Markdown transcript to write a concise overview.
SKILL.md
1.0 KB, 177 tokens by cl100k_base, as published. Nobody here has run it
Workfow Overview
- run
python youtube-caption-to-obsidian/scripts/srt_generator.py {youtube_url} {output_dir}- output_dir is beside the script folder, for example:youtube-caption-to-obsidian/output/ - wait for the script to finish and identify the generated Markdown transcript file from its output
- read the generated output transcript file, summarize the content, and create an Obsidian note in
fleeting notes/from-claudianwith a link to the generated transcript file for reference.
if there's connection timeout error, try open C:\Users\yhu3\ubi_proxy.txt use the proxy address in the file, eg: python youtube-caption-to-obsidian/scripts/srt_generator.py {youtube_url} {output_dir} --proxy-https {proxy_address:port}