notebooklm-skill copilot-instructions.md

notebooklm-skill copilot-instructions.md is an instructions file for GitHub Copilot from claude-world/notebooklm-skill. It costs 89 tokens per session, scanned A, original, MIT.

Project rules for a Python tool that connects to NotebookLM, Google's service for working with research notebooks. They describe its command-line interface, background tasks, and connections to other tools.

In plain words
What is it for?
Use them when adding features, adapting the NotebookLM library, writing typed asynchronous Python code, or creating behavior-focused pytest tests.
Why use it?
They keep the project's different interfaces consistent and help prevent unsafe handling of login data, silent overwrites, incomplete results, and untested changes.

Instructions file for GitHub Copilot

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 instructions/claude-world/notebooklm-skill/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/claude-world/notebooklm-skill

Made for: GitHub Copilot.

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 notebooklm-skill copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/claude-world/notebooklm-skill/copilot-instructions.svg)](https://agentmods.dev/instructions/claude-world/notebooklm-skill/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/claude-world/notebooklm-skill/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/claude-world/notebooklm-skill/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 This file is loaded in full into every session.
When invoked 89 The same file — it is already loaded in full.
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.00089 $0.00089
Opus 5 $0.00044 $0.00044
Sonnet 5 $0.00018 $0.00018
Haiku 4.5 $0.00009 $0.00009

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

Security

Grade A, and why

notebooklm-skill copilot-instructions.md 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 5d 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.

.github/copilot-instructions.md · 6 lines

What it actually says

This Python project provides a JSON-first CLI, five async pipelines, and 13 MCP tools for NotebookLM. Keep all notebooklm-py API adaptation in scripts/common.py so the three public surfaces stay consistent. Follow the Ruff and mypy configuration, use typed async code, and add behavior-focused pytest tests. Never log browser-state cookies, overwrite output silently, or report partial upstream work as success.

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. 5d ago First seen · 6 lines · 89 tokens per session scan A 94bf2201d286

Subscribe to this mod's changes

notebooklm-skill copilot-instructions.md is an instructions file published in the GitHub repository claude-world/notebooklm-skill (451 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session, about $0.0004 per session on Opus 5. 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-30.

Related

Other instructions, from other repositories

mcp-documentation-server copilot-instructions.md

Instructions for andrea9293/mcp-documentation-server, covering mcp documentation server - ai coding agent instructions, architecture overview, core components, server entry point (src/server.ts) and embedding providers (src/embedding-provider.ts).

andrea9293/mcp-documentation-server · 1,147 tokens

rag-rat AGENTS.md

Instructions for cq27-dev/rag-rat, covering agents.md, prefer the rag-rat mcp for code browsing, record durable learnings as rag-rat memories, repo orientation and worktree correctness.

cq27-dev/rag-rat · 2,971 tokens

ai-agent-history-rag-mcp CLAUDE.md

Instructions for no13productions/ai-agent-history-rag-mcp, covering claude.md, knowledge source, project overview, tech stack and build and run commands.

no13productions/ai-agent-history-rag-mcp · 2,156 tokens

quarry CLAUDE.md

Instructions for punt-labs/quarry, covering quarry, mandatory reading, architecture, how a query works and how ingestion works.

punt-labs/quarry · 8,116 tokens

local_faiss_mcp CLAUDE.md

Instructions for nonatofabio/local_faiss_mcp, covering claude.md, project overview, architecture, key design principles and development commands.

nonatofabio/local_faiss_mcp · 1,676 tokens

personal-notes-assistant CLAUDE.md

Instructions for coeusyk/personal-notes-assistant, covering personal-notes-assistant, architecture, adding a tool, milvus notes (non-obvious, bit people twice already) and running / testing locally.

coeusyk/personal-notes-assistant · 900 tokens