Skip to main content

nlm-skill

Guides users on interacting with NotebookLM via CLI and MCP for creating and managing notebooks and generating diverse content.

Install this skill

or
86/100

Security score

The nlm-skill skill was audited on May 14, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 601

Access to hidden dotfiles in home directory

SourceSKILL.md
601Create custom pipelines: add YAML files to `~/.notebooklm-mcp-cli/pipelines/`
low line 74

External URL reference

SourceSKILL.md
74│ ├─► From a URL/webpage → nlm source add <nb-id> --url "https://..."
low line 75

External URL reference

SourceSKILL.md
75│ ├─► From YouTube → nlm source add <nb-id> --url "https://youtube.com/..."
low line 132

External URL reference

SourceSKILL.md
132nlm login --provider openclaw --cdp-url http://127.0.0.1:18800 # External CDP provider
low line 181

External URL reference

SourceSKILL.md
181nlm source add <nb-id> --url "https://..." # Web page
low line 182

External URL reference

SourceSKILL.md
182nlm source add <nb-id> --url "https://youtube.com/..." # YouTube video
low line 544

External URL reference

SourceSKILL.md
544batch(action="add_source", source_url="https://example.com", tags="ai,research")
low line 555

External URL reference

SourceSKILL.md
555nlm batch add-source --url "https://..." --notebooks "id1,id2"
low line 588

External URL reference

SourceSKILL.md
588pipeline(action="run", notebook_id="...", pipeline_name="ingest-and-podcast", input_url="https://...")
low line 594

External URL reference

SourceSKILL.md
594nlm pipeline run <notebook> ingest-and-podcast --url "https://..."
low line 595

External URL reference

SourceSKILL.md
595nlm pipeline run <notebook> research-and-report --url "https://..."
low line 642

External URL reference

SourceSKILL.md
642nlm source add <id> --url "https://example1.com"
low line 643

External URL reference

SourceSKILL.md
643nlm source add <id> --url "https://example2.com"
low line 679

External URL reference

SourceSKILL.md
679nlm pipeline run <id> ingest-and-podcast --url "https://example.com"
Scanned on May 14, 2026
View Security Dashboard
Installation guide →