
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@cli4ai/notebooklm
Advanced tools
NotebookLM CLI - create projects, upload documents, ask questions, generate media
CLI tool for Google NotebookLM - create projects, upload documents, ask questions, and generate media.
cli4ai add notebooklm
cli4ai/chrome package# Start the managed Chrome browser
cli4ai run chrome launch
# Navigate to NotebookLM and log in
cli4ai run chrome navigate https://notebooklm.google.com
cli4ai run notebooklm list
cli4ai run notebooklm create "My Research Project"
cli4ai run notebooklm open <notebook-id>
# Add URL source
cli4ai run notebooklm add-url <notebook-id> "https://example.com/article"
# Add text source
cli4ai run notebooklm add-text <notebook-id> "Your content here..."
cli4ai run notebooklm sources <notebook-id>
cli4ai run notebooklm ask <notebook-id> "What are the key points?"
# Generate audio overview (AI podcast)
cli4ai run notebooklm generate <notebook-id> audio
# Generate with custom prompt
cli4ai run notebooklm generate <notebook-id> audio --prompt "Focus on key insights"
# Other media types
cli4ai run notebooklm generate <notebook-id> video
cli4ai run notebooklm generate <notebook-id> slides
cli4ai run notebooklm generate <notebook-id> quiz
cli4ai run notebooklm generate <notebook-id> flashcards
cli4ai run notebooklm generate <notebook-id> mindmap
cli4ai run notebooklm generate <notebook-id> infographic
cli4ai run notebooklm generate <notebook-id> report
cli4ai run notebooklm generate <notebook-id> table
cli4ai run notebooklm status <notebook-id>
cli4ai run notebooklm download <notebook-id> audio
cli4ai run notebooklm types
| Type | Description |
|---|---|
audio | AI-generated podcast discussion |
video | Video overview presentation |
slides | Slide deck |
quiz | Knowledge quiz |
flashcards | Study flashcards |
mindmap | Visual mind map |
infographic | Visual data summary |
report | Detailed written report |
table | Structured data table |
# Create a new notebook
cli4ai run notebooklm create "AI Research"
# Returns: { id: "abc-123", name: "AI Research", url: "..." }
# Add sources
cli4ai run notebooklm add-url abc-123 "https://en.wikipedia.org/wiki/Artificial_intelligence"
cli4ai run notebooklm add-text abc-123 "Additional context about AI..."
# Ask questions
cli4ai run notebooklm ask abc-123 "What is artificial intelligence?"
# Generate an audio overview
cli4ai run notebooklm generate abc-123 audio --prompt "Make it engaging and educational"
# Check status
cli4ai run notebooklm status abc-123
# Download when ready
cli4ai run notebooklm download abc-123 audio
BUSL-1.1
FAQs
NotebookLM CLI - create projects, upload documents, ask questions, generate media
We found that @cli4ai/notebooklm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.