手动整理研究笔记和生成摘要需要大量时间。此技能连接 Google NotebookLM API,可通过编程方式创建源、生成音频概览和管理笔记本。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「notebooklm」。 Create a source from https://example.com/article about AI trends
預期結果:
- Source created successfully with ID: src_abc123
- Title: AI Trends 2025
- Type: URL
- Status: Processing
- Added to notebook: Research Collection
正在使用「notebooklm」。 Generate audio overview for my research notebook
預期結果:
- Audio generation started
- Estimated completion: 5-7 minutes
- Processing 12 sources totaling 45,000 words
- You will receive a download link when complete
正在使用「notebooklm」。 List all my notebooks and their source counts
預期結果:
- Market Research Q4 - 8 sources - Created: 2025-01-15
- Product Strategy - 15 sources - Created: 2025-01-10
- Competitor Analysis - 6 sources - Created: 2025-01-08
安全審計
安全This skill contains documentation and configuration files only. The static analyzer flagged 253 patterns, primarily false positives from markdown documentation showing example API calls. All backtick patterns are markdown code formatting, not executable commands. The hardcoded URLs are legitimate Google NotebookLM API endpoints. No executable code or actual security risks were found.
風險因素
⚙️ 外部命令 (198)
🌐 網路存取 (12)
品質評分
你能建構什麼
研究文献组织
将论文和文章导入 NotebookLM,然后在通勤或锻炼时生成音频摘要进行复习。
内容研究汇编
将关于某个主题的多个来源汇总到一个笔记本中,并创建音频概览以识别关键主题和见解。
市场研究综合
将竞品分析文档和用户研究汇编到笔记本中,并创建可查询的音频摘要以便团队共享。
試試這些提示
从此 URL 创建一个 NotebookLM 源:https://example.com/article,并将其添加到我的研究笔记本中。
为 ID 为 abc123 的笔记本生成音频概览,涵盖所有来源的主要主题和关键发现。
显示我名为 'Market Research Q4' 的笔记本中的所有源及其元数据,包括创建日期。
查询我的笔记本 abc123,获取所有来源中提到的客户痛点信息并总结发现。
最佳實務
- Store API credentials in environment variables rather than hardcoding them in prompts
- Check audio generation status before requesting downloads to avoid unnecessary API calls
- Organize sources into themed notebooks to generate more coherent audio summaries
避免
- Do not generate audio overviews immediately after adding sources - allow processing time
- Avoid creating duplicate sources from the same URL in a single notebook
- Do not poll audio status endpoints continuously - use appropriate intervals of 30 seconds or more