SEO Keyword Research Tool
v1.0.1Automatically fetch YouTube video subtitles and generate concise summaries. Use when you need to summarize a YouTube video, get key points from a talk, or ex...
⭐ 0· 71·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (fetch YouTube subtitles and summarize) matches the included scripts (youtube_subtitles.py, summarize.py) and requirements (youtube-transcript-api). No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md and scripts instruct fetching public YouTube transcripts and passing subtitle text to an AI model for summarization. This is within scope, but the instructions imply sending transcript text to whatever AI model/service the agent uses — a potential privacy consideration (transcript contents may be transmitted to external model providers). The docs do not explicitly state where summarization runs or note privacy/PII handling.
Install Mechanism
No install spec is provided, but requirements.txt lists youtube-transcript-api (a PyPI package). This is expected for the stated purpose; however the package must be installed via pip before running. No high-risk download URLs or extract steps are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The absence of secrets is proportional to its functionality. Note: youtube-transcript-api will make network calls to fetch public YouTube transcripts (normal for this task).
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills/configs. Autonomous invocation is allowed by default but not combined with other concerning flags.
Assessment
This skill appears to be what it says: a YouTube subtitle fetcher and summarizer. Before installing, note: (1) you need Python and to pip install the requirement (youtube-transcript-api) since there is no automated install step; (2) the tool fetches public YouTube captions over the network (it will not access private videos without appropriate access); (3) subtitle text will be passed to the AI model for summarization, which may send transcript content to external model providers — avoid sending sensitive or copyrighted transcripts if you need confidentiality; (4) verify you install youtube-transcript-api from the official PyPI package and run scripts in a controlled environment. If you want explicit guarantees about where summarization runs (local vs. external), or about handling of private/copyrighted content, ask the author for those details before use.Like a lobster shell, security has layers — review code before you run it.
Automatically fetch YouTube subtitles and generate concise summaries. Save hours of watching.vk977byacmrcg9qe56e2xpzr3pn83jpj2latestvk977byacmrcg9qe56e2xpzr3pn83jpj2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
