notebooklm
仓库创建 2026年1月7日最近提交 8 小时前SkillHot 收录 20 天前
▸ 精选理由
覆盖Web端未暴露的功能,能批量导入资源和导出多格式产物,非常实用。
▸ 风险提示
需要Google账号与API访问权限,执行网络请求并可能涉及凭据。
这个 Skill 做什么
为代理提供对 Google NotebookLM 的完整编程化访问与自动化操作。
提供对 Google NotebookLM 的全编程接口:可以创建笔记本、添加网页/YouTube/PDF/音频等来源、和内容对话并导出多种格式。当你想把 NotebookLM 的流程自动化或批量生成产物(比如脚本、播客稿、教材)就会用到。它还能调用 UI 上没暴露的功能,支持更细粒度的自动化操作。
▸ 展开 SKILL.md 英文原文
Complete API for Google NotebookLM - full programmatic access including features not in the web UI. Create notebooks, add sources, generate all artifact types, download in multiple formats. Activates on explicit /notebooklm or intent like "create a podcast about X"
1.8w
Stars
2.5k
Forks
1
仓库内 Skill
+961
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/teng-lin/notebooklm-py/main/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/teng-lin/notebooklm-py/main/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# NotebookLM Automation Complete programmatic access to Google NotebookLM—including capabilities not exposed in the web UI. Create notebooks, add sources (URLs, YouTube, PDFs, audio, video, images), chat with content, generate all artifact types, and download results in multiple formats. ## Installation **From PyPI (Recommended for AI agents — Python-version-aware):** ```bash pip install "notebooklm-py[browser]" # mandatory; errors must propagate # [cookies] (rookiepy) is optional and known to FAIL TO BUILD on Python 3.13+. # Skip it deliberately on 3.13+ rather than swallowing the error — that lets # *real* install failures (typos, network, PyPI outages) surface for the agent. if pyth
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有