Use when user pastes a video URL (YouTube / Bilibili / other platform) and wants research, summary, discussion, or any analysis of the video. Pulls baseline summary via NotebookLM CLI then layers personal-context analysis using user's wiki and project memory. Single-paste UX — user pastes URL, this skill takes over end-to-end. Trigger phrases also include "研究這支影片"、"幫我看這個影片"、"這影片在講什麼"、"摘要一下這個".
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Use when user pastes a video URL (YouTube / Bilibili / other platform) and wants research, summary, discussion, or any analysis of the video. Pulls baseline summary via NotebookLM CLI then layers personal-context analysis using user's wiki and project memory. Single-paste UX — user pastes URL, this skill takes over end-to-end. Trigger phrases also include "研究這支影片"、"幫我看這個影片"、"這影片在講什麼"、"摘要一下這個".
Prerequisites
This is a framework template, not drop-in. To use this skill you need to self-build:
Personal wiki + memory infrastructure — without ~/.claude/wiki/ entities and ~/.claude/projects/{{SCOPE}}/memory/ cluster, the "personal-context analysis" layer will analyze against empty content. You can either build the infra or use this skill purely for NotebookLM CLI baseline summary (skip personal-context section).
Output directory convention — skill assumes ~/Desktop/projects/{{YOUR_IDEAS_DIR}}/ideas/ exists for output. Adapt to your own ideas directory or override at runtime.
This is a framework, not a drop-in tool.
Video Research with Personal Context
固化的影片研究流程:baseline 摘要由 NotebookLM 自動生成 + Claude 用使用者個人 context 做「對你的意義」分析。
When to Use
使用者貼影片 URL(YouTube / Bilibili / Vimeo / X / 其他)
使用者明確要求「研究這支影片」「摘要」「對我的意義」「值得看嗎」之類
When NOT to Use
純問「Gemini 能吃影片嗎」「NotebookLM 多少錢」這類 meta 問題(用 research-before-answer)