Video Archive Workflow

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is a coherent video archiving workflow that uses expected tools and asks for user confirmation before higher-impact file actions.

This looks appropriate for a video archiving workflow. Before using it, make sure any downloader such as yt-dlp is trusted, provide only URLs you intend to process, and approve downloads, conversions, or archive-folder changes explicitly.

Findings (2)

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.

What this means

Using the workflow may run a local video metadata/download tool against URLs you provide.

Why it was flagged

The skill expects use of an external command-line downloader/metadata tool. This is central to the stated video archiving purpose, but users should understand that using it involves local command execution and network retrieval from the supplied URL.

Skill content
Prefer `yt-dlp -j` or `--dump-single-json` as the source of truth.
Recommendation

Use a trusted yt-dlp installation and review commands before running downloads or conversions.

What this means

The workflow can create or convert local video archive files when you ask it to.

Why it was flagged

The skill can affect local files through downloads and archive organization, but the instructions scope those actions to explicit user requests and require confirmation on conflicts.

Skill content
Download or archive only when asked. ... If a filename conflict exists, stop and ask the user what to do.
Recommendation

Confirm the intended archive folder and review any conflict prompts before allowing file writes or conversions.