手動整理研究筆記和產生摘要需要花費大量時間。此技能連接至 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,然後產生音訊摘要以便在通勤或運動時複習。
內容研究彙編
將關於某個主題的多個來源彙總到一個筆記本中,並建立音訊概覽以識別主要主題和洞察。
市場研究綜合
將競爭對手分析文件和用戶研究編譯成帶有可查詢音訊摘要的筆記本,以便團隊共享。
试试这些提示
Create a NotebookLM source from this URL: https://example.com/article and add it to my research notebook.
Generate an audio overview for notebook ID abc123 covering the main themes and key findings from all sources.
Show me all sources in my notebook named 'Market Research Q4' and their metadata including creation dates.
Query my notebook abc123 for information about customer pain points mentioned across all sources and summarize findings.
最佳实践
- 將 API 憑證儲存在環境變數中,而非在提示中硬編碼
- 在下載前先檢查音訊生成狀態,避免不必要的 API 呼叫
- 將來源組織成主題筆記本,以產生更連貫的音訊摘要
避免
- 不要在新增來源後立即產生音訊概覽,請留出處理時間
- 避免在單一筆記本中從相同 URL 建立重複來源
- 不要持續輪詢音訊狀態端點,請使用適當的間隔(30 秒或更長)