一键导入
notebooklm
Use this skill for NotebookLM tasks to create notebooks, add sources, query content, and generate artifacts through the NotebookLM CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill for NotebookLM tasks to create notebooks, add sources, query content, and generate artifacts through the NotebookLM CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, review, audit, and validate AI workspaces for agent hosts such as Codex, Copilot, Gemini, and similar desktop or CLI runtimes. Use when the user asks to design an agent-ready repo, scaffold AGENTS.md and event handlers, create an API-backed or domain knowledge workspace, audit AGENTS.md or SKILL.md quality, or improve how a repo exposes behavior to coding agents.
Use when user needs to plan, storyboard, review, critique, or rewrite a presentation outline or slide deck, including SCR presentations, BBP/Beyond Bullet Points presentations, scene-based decks, headline development, bitmap visual generation, and handoffs to Markdown, Marp, or PPTX production.
Use when creating, modifying, refactoring, reviewing, or organizing a React web app that uses Tailwind or utility-first CSS. Trigger for requests involving React pages, routes, layouts, components, feature UI, styling systems, app shells, frontend folder structure, UI architecture, import boundaries, thin routes, component placement, or avoiding catch-all folders such as `components` and `lib`. Especially relevant when deciding whether code belongs in foundations, primitives, patterns, features, pages, shell, or shared utilities.
Design or review business operation pages, workbenches, and review or follow-up pages as task-centric workspaces. Use when working from requirement docs, business workflows, wireframes, screenshots, HTML, or frontend page proposals.
Use this skill when the user asks to search YouTube or find videos by keyword. Trigger on phrases like "search youtube", "find on youtube", "look up on youtube", or when the user provides search keywords and wants YouTube results. Always use this skill for YouTube searches.
| name | notebooklm |
| description | Use this skill for NotebookLM tasks to create notebooks, add sources, query content, and generate artifacts through the NotebookLM CLI. |
Use this skill when the user asks to:
Always use shell_cmd with tokenized arguments:
command must be one executable token ("notebooklm")parameterscommandPrefer structured output whenever IDs are needed:
--json for create, list, and other parse-sensitive steps.Do not invent IDs or titles:
Before any notebook-scoped command, establish context:
notebooklm use <notebook_id> immediately after create/select.--notebook <id> / -n <id>).If output says No notebook specified, run notebooklm use <id> and retry once.
If auth errors occur, run:
notebooklm auth checknotebooklm login if needed.shell_cmd tool call in each continuation turn.Forbidden pattern:
I added one source. Now adding the next. without a tool_calls action in the same turn.tool_calls action is emitted in the same assistant turn.notebooklm list --json
notebooklm create "<title>" --json
notebooklm use <notebook_id>
notebooklm source add "<url-or-path>"
notebooklm source list --json
notebooklm ask "<question>" --json
{"command":"notebooklm","parameters":["create","Agent Skills Research","--json"]}
notebooklm create "<title>" --json.notebook.id or top-level id).notebooklm use <id>.notebooklm source add <url-or-path> --notebook <id>.notebooklm source list --json.