بنقرة واحدة
notebooklm-video
// Create a NotebookLM notebook for a topic and generate a video overview in Chinese. Delegates installation and login checks to notebooklm-research skill.
// Create a NotebookLM notebook for a topic and generate a video overview in Chinese. Delegates installation and login checks to notebooklm-research skill.
Prepare a downloaded NotebookLM video for upload: create the title JSON file and move the video to the correct path expected by the Bilibili/Douyin upload e2e scripts.
Cross-platform video upload (login only when explicitly requested) — Bilibili, Douyin, Kuaishou, Weixin Video, YouTube
Research a topic with NotebookLM — create notebook, run deep research, auto-import sources, and summarize. Checks notebooklm installation, login, and skill installation first.
Overview of the Panda Video Automation pipeline — from NotebookLM research to video upload. Run this skill to see the full workflow.
Download a NotebookLM video artifact to /input/video.mp4 and create a title.json with its title.
List all NotebookLM notebooks and show their artifact status (video, infographic, etc.) in a summary table.
| name | notebooklm-video |
| description | Create a NotebookLM notebook for a topic and generate a video overview in Chinese. Delegates installation and login checks to notebooklm-research skill. |
Research a topic using NotebookLM and generate a Chinese-language video overview.
When this skill is invoked, follow these steps in order:
First, run the notebooklm-research skill to handle installation check, login verification, and setup.
Prompt the user: "What research topic would you like to explore?"
Wait for the user to provide the research title/topic.
Create a new notebook with the research topic as title:
notebooklm create "<research-title>" --json
Parse the notebook ID from the JSON output.
Set the notebook as current context:
notebooklm use <notebook-id>
notebooklm generate video "<research-title>视频概览" --language zh_Hans --format explainer --style auto --no-wait --json
User: /notebooklm-video
Agent: