Claude-skill-registry annotate-talk
Create annotated blog posts from technical talks with slides. Use when asked to convert a video presentation to a blog post, create written content from a talk, or annotate slides with transcript.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/annotate-talk" ~/.claude/skills/majiayu000-claude-skill-registry-annotate-talk && rm -rf "$T"
manifest:
skills/data/annotate-talk/SKILL.mdsafety · automated scan (low risk)
This is a pattern-based risk scan, not a security review. Our crawler flagged:
- pip install
Always read a skill's source content before installing. Patterns alone don't mean the skill is malicious — but they warrant attention.
source content
Annotated Talk Generator
Use the
ai-annotate-talk CLI tool to create blog posts from technical talks.
Usage
ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ --output post.md ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ --transcript custom.txt ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ --prompt context.txt
Requirements
environment variableGEMINI_API_KEY
environment variableJINA_READER_KEY
installed (poppler-utils
on macOS)brew install poppler- The
package must be installed:hamel_toolspip install hamel_tools
Output
Markdown blog post with embedded slide images and synchronized annotations.