Download Video
ReviewAudited by ClawScan on May 14, 2026.
Overview
This is mostly a straightforward video downloader, but it should be reviewed because it may install external software and optionally use your Chrome login cookies for Bilibili downloads.
Install only if you want the agent to run yt-dlp commands on your machine. Approve any package installation first, confirm large playlist downloads, and avoid --cookies-from-browser unless you understand that it uses your browser login session; a dedicated browser profile or limited cookies file is safer.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent could use your existing browser login session to access account-gated Bilibili content, which may expose sensitive session data to the downloader workflow.
This tells the agent to use Chrome browser cookies to access login-required content. Browser session cookies are high-impact account credentials, and the artifact does not clearly bound which profile or cookies are used or how that credential access should be approved.
Bilibili login-required content — add cookies with --cookies-from-browser chrome
Only use browser-cookie access with explicit user approval. Prefer a dedicated browser profile or exported cookies file limited to the target service, and declare this credential behavior clearly in the skill metadata.
Installing yt-dlp or related tools changes the local system and trusts external package sources.
The skill depends on an external downloader and documents package-manager installation commands, while the registry metadata declares no required binaries or install spec. This is expected for a video-downloader skill but should be visible to the user.
yt-dlp --version; pip install yt-dlp; winget install yt-dlp; brew install yt-dlp; sudo apt install yt-dlp
Ask before installing software, use trusted package sources, and consider declaring yt-dlp and ffmpeg as explicit requirements.
A playlist URL could download many videos into the local Videos folder.
The skill documents bulk playlist downloading, which is a legitimate yt-dlp capability but can write many files and consume significant disk space if used unintentionally.
Playlist (all videos) | just pass the playlist URL
Confirm with the user before downloading playlists or other large batches, and consider using limits when appropriate.
