Notebooklm Skill

与 Google NotebookLM 交互,查询用户上传的文档知识库,获取基于 Gemini 的精准回答。触发词:NotebookLM、查询我的笔记本、问知识库。

huzengyun3268 Updated

File contents

NotebookLM Research Assistant Skill

与 Google NotebookLM 交互,查询文档知识库。

触发条件

用户:

使用方式

需要 Python 环境和相关脚本。

查询笔记本

python scripts/run.py ask_question.py --question "<问题>" --notebook-url "<URL>"

添加笔记本

python scripts/run.py notebook_manager.py add --url "<URL>" --name "<名称>" --description "<描述>" --topics "<主题>"

列出已添加的笔记本

python scripts/run.py notebook_manager.py list

注意事项

  • 需要 Google 账号和 NotebookLM 笔记本
  • 首次使用需要配置 Google API(如需要)
  • 笔记本必须是用户自己创建的

huzengyun3268/openclaw-workspace/tree/main/skills/notebooklm-skill commit 4de8cb5870

Frequently asked questions

npx skillmds@latest add huzengyun3268/notebooklm-skill