init-notebook

init-notebook is a command for coding agents from CreatmanCEO/notebooklm-claude-workflows. It costs 0 tokens per session (337 once invoked), scanned A, original, MIT.

A command for creating a NotebookLM notebook containing documentation for a project and its technologies. NotebookLM is a research workspace that answers questions using sources added to a notebook.

In plain words
What is it for?
Use it with a project name or technology list to create a documentation notebook, add official documentation sources, and report the notebook and source count.
Why use it?
It collects official technology documentation in one place instead of leaving it scattered across separate websites. It can then prepare the notebook for follow-up questions.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/creatmanceo/notebooklm-claude-workflows/init-notebook
Clone the repo
git clone --depth 1 https://github.com/CreatmanCEO/notebooklm-claude-workflows

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for init-notebook

README.md
[![agentmods](https://agentmods.dev/badge/commands/creatmanceo/notebooklm-claude-workflows/init-notebook.svg)](https://agentmods.dev/commands/creatmanceo/notebooklm-claude-workflows/init-notebook)
Your own site
<a href="https://agentmods.dev/commands/creatmanceo/notebooklm-claude-workflows/init-notebook"><img src="https://agentmods.dev/badge/commands/creatmanceo/notebooklm-claude-workflows/init-notebook.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 337 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00337
Opus 5 $0.00000 $0.00169
Sonnet 5 $0.00000 $0.00067
Haiku 4.5 $0.00000 $0.00034

Measured 4d ago against content hash cc7fb66fa1dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

init-notebook scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/init-notebook.md · 29 lines

What it actually says

/init-notebook — Создать NotebookLM ноутбук с документацией проекта

Параметр

$ARGUMENTS — название проекта или список технологий (например: "next.js supabase deepgram")

Действия

  1. Создай NotebookLM ноутбук "$ARGUMENTS Docs" через notebook_create
  2. Спроси пользователя какие технологии/библиотеки используются (если не указаны в $ARGUMENTS)
  3. Для каждой технологии добавь официальную документацию через source_add:
    • source_type: "url"
    • wait: true
    • Используй getting-started / overview страницы документации
  4. Покажи итог: название, ID ноутбука, количество загруженных источников
  5. Предложи задать первый вопрос к ноутбуку через notebook_query

Подсказки по URL документации (не ограничивайся этим списком)

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 29 lines · 0 tokens per session scan A cc7fb66fa1dc

Subscribe to this mod's changes

init-notebook is a command published in the GitHub repository CreatmanCEO/notebooklm-claude-workflows (5 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 337 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other commands, from other repositories

brief-compliance-check

Check a LaTeX coursework submission against the requirements in a supplied PDF assessment brief. Use when verifying format, required sections, word limits, or deliverables before submission. Not for general prose proofreading; use $proofread.

flonat/flonat-research · 45 tokens

grill-me

Run an interactive one-question-at-a-time oral drill for research defence or active-recall study, escalating around weak answers and ending with a study sheet. Use when the user asks to be grilled, quizzed, or prepared for a viva, job talk, seminar, or exam. Not for a written critique; use $devils-advocate or a review…

flonat/flonat-research · 75 tokens

init-project-course

Bootstrap a university course or module folder with the canonical teaching structure, guidance, and starter files. Use when creating or migrating a course workspace. Not for checking an existing course without modifying it; use $audit-project-course.

flonat/flonat-research · 44 tokens

init-project-light

Bootstrap a lightweight project with minimal guidance, context, and repository structure. Use when a small non-research project needs durable AI collaboration without the full research or course scaffold. Not for formal research projects; use $init-project-research.

flonat/flonat-research · 47 tokens

psalm

Command "psalm" from Marcel-Bich/marcel-bich-claude-marketplace, covering credo - the preacher's guide, step 0: run setup (recommended), entry point, credo's own teachings and topic: the credo workflow (end to end).

Marcel-Bich/marcel-bich-claude-marketplace · 10 tokens

explain

Explain code in detail - what it does, how it works, and why.

TheDecipherist/claude-code-mastery · 15 tokens