Video Fetcher
v2.0.1Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Video Fetcher concepts, best practices, and implementation patterns.
⭐ 0· 107·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 promise a local reference for Video Fetcher concepts; the skill asks for no env vars, no binaries, and the shipped script only prints documentation. All requested resources are appropriate. Minor mismatch: metadata version 2.0.1 vs script VERSION="2.0.0" (cosmetic).
Instruction Scope
SKILL.md states commands output plain-text via heredoc and no external calls; scripts/script.sh implements those commands with heredocs only. The instructions do not read unexpected files, env vars, or send data externally.
Install Mechanism
No install spec is provided (instruction-only). There is a bundled script but no download or extract steps. Risk is low because nothing is fetched or written during install.
Credentials
No environment variables, credentials, or config paths are required or referenced. The script does not access SECRET/TOKEN-like variables.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or system-wide settings.
Assessment
This skill appears to be a simple, coherent local reference tool. Things to consider before installing: 1) The script is safe in its current form (it only prints embedded docs), but verify you trust the author before executing bundled scripts—run it in a restricted/sandboxed environment if unsure. 2) Note the small metadata vs script version mismatch (2.0.1 vs 2.0.0) — likely cosmetic but worth checking for updates. 3) Confirm the platform will not run the script with elevated privileges and that future updates are reviewed, since bundled executable files are the main attack surface if changed later.Like a lobster shell, security has layers — review code before you run it.
latestvk977zj0xkawzq92tdh6r61pgv983g33a
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
