removing-notebooklm

removing-notebooklm is a skill for Claude Code from Jacopalas/agentic-ai-palas. It costs 47 tokens per session (867 once invoked), scanned A, original, MIT.

A tool that removes NotebookLM watermarks from PDF presentations and PNG or JPG images. NotebookLM is Google's tool for working with source documents and generating materials from them.

In plain words
What is it for?
Use it to process a PDF or image and save a cleaned version at a chosen or default output path.
Why use it?
It removes the visible NotebookLM mark from exported presentations and infographics when a clean copy is needed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the palas-basic plugin — 2 skills shipped together

Good fit Use it to process a PDF or image and save a cleaned version at a chosen or default output path.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jacopalas/agentic-ai-palas/removing-notebooklm
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.

Any agent
npx skills add Jacopalas/agentic-ai-palas --skill removing-notebooklm
Clone the repo
git clone --depth 1 https://github.com/Jacopalas/agentic-ai-palas

Made for: Claude Code.

Or install palas-basic, the plugin that ships this one along with the rest of its 2 skills.

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 removing-notebooklm

README.md
[![agentmods](https://agentmods.dev/badge/skills/jacopalas/agentic-ai-palas/removing-notebooklm/github.svg)](https://agentmods.dev/skills/jacopalas/agentic-ai-palas/removing-notebooklm)
Your own site
<a href="https://agentmods.dev/skills/jacopalas/agentic-ai-palas/removing-notebooklm"><img src="https://agentmods.dev/badge/skills/jacopalas/agentic-ai-palas/removing-notebooklm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for removing-notebooklm

Your own site · 80×15
<a href="https://agentmods.dev/skills/jacopalas/agentic-ai-palas/removing-notebooklm"><img src="https://agentmods.dev/badge/skills/jacopalas/agentic-ai-palas/removing-notebooklm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 867 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00047 $0.00867
Opus 5 $0.00023 $0.00434
Sonnet 5 $0.00009 $0.00173
Haiku 4.5 $0.00005 $0.00087

Measured 10d ago against content hash 6820ff8a5385, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

removing-notebooklm 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/removing-notebooklm.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/palas-basic/skills/removing-notebooklm/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/palas-basic:removing-notebooklm — Remove NotebookLM Watermark

IMPORTANT: Before starting execution, inform the user: "ESTOY EJECUTANDO EL SKILL /palas-basic:removing-notebooklm"

Remove the NotebookLM watermark from PDFs and images automatically.

Usage

/palas:removing-notebooklm <file> [--output <path>]

Arguments:

  • file (Required): Input file to process
    • PDF: Multi-page presentations (e.g., presentation.pdf)
    • PNG/JPG: Single images/infographics (e.g., infographic.png)
  • --output (Optional): Custom output path (default: {name}_clean.{ext})

No argument = show this usage.

Environment Setup

This skill uses zero-footprint dependency management:

  • Python scripts: Executed via uv run with PEP 723 inline metadata — no requirements.txt or .venv needed

Prerequisites (must be installed on the system):

No per-project setup required. Dependencies are cached globally and resolved on first run.

Dependencies (declared inline in script)

  • Pillow — Image processing
  • pymupdf — PDF processing
  • opencv-python — Inpainting algorithm
  • numpy — Array operations

Command

Replace <plugin-path> with the actual path to this plugin's installation directory.

# Default output (adds _clean suffix)
uv run <plugin-path>/skills/removing-notebooklm/scripts/removing-notebooklm.py "<file>"

# Custom output path
uv run <plugin-path>/skills/removing-notebooklm/scripts/removing-notebooklm.py "<file>" --output "<output>"

Examples

/palas:removing-notebooklm presentation.pdf
-> Creates presentation_clean.pdf

/palas:removing-notebooklm infographic.png
-> Creates infographic_clean.png

/palas:removing-notebooklm input.pdf --output final.pdf
-> Creates final.pdf

Output Format

Processing PDF: presentation.pdf
Pages: 12
  Page 1/12
  Page 2/12
  ...
  Page 12/12
Saved: presentation_clean.pdf

Done

Read the full file on GitHub · 124 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 124 lines · 47 tokens per session scan A 6820ff8a5385

Subscribe to this mod's changes

removing-notebooklm is a skill published in the GitHub repository Jacopalas/agentic-ai-palas (2 stars, last pushed 5mo ago), licensed MIT. It adds 47 tokens to every session and 867 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When GLM needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

jjyaoao/HelloAgents · 51 tokens

docx

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When GLM needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4)…

jjyaoao/HelloAgents · 78 tokens

pdf_read

A PDF-reading tool that analyzes PDF files stored locally or in the workspace and returns a structured explanation.

limecloud/lime · 19 tokens

resume-optimizer

Professional resume builder with PDF export, ATS optimization, and analysis capabilities. Use when users need to (1) Create new resumes from scratch, (2) Customize/tailor existing resumes for specific roles, (3) Analyze resumes and provide improvement recommendations, (4) Convert resumes to ATS-friendly PDF format.…

jackjin1997/ClawForge · 76 tokens

pdf

A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.

agentscope-ai/QwenPaw · 95 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens