Loading...
Loading...
Enables Claude to create and interact with NotebookLM for document analysis, audio overviews, and knowledge synthesis
npx skill4agent add andrejones92/canifi-life-os notebooklmcurl -sSL https://canifi.com/skills/notebooklm/install.sh | bashcp -r skills/notebooklm ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GOOGLE_EMAIL "your-email@gmail.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create an audio summary of my research papers"
Claude: Uploads documents to NotebookLM, requests audio overview.
Waits for generation (several minutes), downloads audio.
Returns: "Created 12-minute audio overview of your research"User: "Analyze these PDFs and find common themes"
Claude: Uploads PDFs to NotebookLM, asks for theme analysis.
Returns: "Key themes across documents:
1. Innovation in AI
2. Ethical considerations..."User: "Ask NotebookLM about the main arguments in my uploaded papers"
Claude: Queries NotebookLM about document content.
Returns detailed answers with source citations.User: "Create a study guide from my course materials"
Claude: Uploads materials, requests study guide format.
Returns structured guide with key concepts, questions, summaries.1. Navigate to notebooklm.google.com
2. Create new notebook or open existing
3. Upload source documents
4. Wait for processing
5. Interact with content (Q&A, summaries)
6. Generate audio overview if requested
7. Export or share results// Create notebook
'[aria-label="Create"]' or '.new-notebook-button'
// Upload sources
'[aria-label="Add source"]'
// Source list
'.source-list'
// Chat input
'[aria-label="Ask a question"]'
// Generate audio
'[aria-label="Generate audio overview"]'
// Audio player
'.audio-player'
// Download audio
'[aria-label="Download"]'
// Notes panel
'.notes-panel'
// Summary button
'[aria-label="Summarize"]'- Generation takes 3-10 minutes
- Creates podcast-style conversation
- Two AI hosts discuss the content
- Audio length varies by content amount
- Can customize focus topics
- Downloadable as audio filePDFs
Google Docs
Google Slides
Web URLs
Text files
YouTube videos
Audio files
Copied text