一键导入
aria-youtube
Use for local-first YouTube transcript extraction, sampled-frame inspection, and source-grounded understanding of what an exact video says and shows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for local-first YouTube transcript extraction, sampled-frame inspection, and source-grounded understanding of what an exact video says and shows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | aria-youtube |
| description | Use for local-first YouTube transcript extraction, sampled-frame inspection, and source-grounded understanding of what an exact video says and shows. |
Build an inspectable evidence bundle before answering a question about an exact YouTube video.
Run:
python3 {baseDir}/scripts/youtube_inspect.py \
--out-dir /absolute/path/to/bundle \
"https://www.youtube.com/watch?v=VIDEO_ID"
The bundle contains:
manifest.json, including provenance and frame timestampstranscript.txtcontact-sheet.jpgframes/Read the manifest and transcript. Inspect the contact sheet with an image-viewing tool, then open individual frames when needed. Do not make visual claims from captions alone.
For transcript-only work:
python3 {baseDir}/scripts/youtube_inspect.py \
--transcript-only --no-antigravity \
--out-dir /absolute/path/to/bundle \
"https://www.youtube.com/watch?v=VIDEO_ID"
--frame-count when the default sampling is insufficient.Use --no-apple-speech to skip Apple. The default never downloads Apple model assets. --install-apple-speech-assets is the explicit opt-in for a system-managed download and still falls back to Whisper on failure. The Apple route also requires supported hardware and a compatible Xcode or Command Line Tools SDK.
Antigravity is an optional transcript formatter, not evidence that a model watched the video. Its output is accepted only when the normalized spoken-word sequence exactly matches the extracted source. Otherwise the script falls back to deterministic Speaker: lines. Use --no-antigravity to keep transcript processing local after media retrieval.
Speaker label without diarization.