← 返回
未分类 中文

notebooklm-lore

OpenClaw skill wrapper for installing and operating Lore (NotebookLM automation toolkit) via CLI + MCP.
OpenClaw技能包装器,用于通过CLI和MCP安装和操作Lore(NotebookLM自动化工具包)。
prantikmedhi
未分类 clawhub v0.1.1 1 版本 99626.9 Key: 无需
★ 0
Stars
📥 267
下载
💾 0
安装
1
版本
#latest

概述

notebooklm-lore

This skill is a wrapper for agents (especially OpenClaw) to install and use the Lore project safely.

Repo: https://github.com/prantikmedhi/lore

What the agent should do

1) Install Lore locally

  • Clone or update the repo.
  • Install dependencies:
pip install -e .
python3 -m playwright install chromium

2) Authentication (user must do this)

NotebookLM auth is interactive. The agent must ask the user to run:

python3 -m notebooklm login

Rules:

  • Do not attempt to automate login.
  • Do not print, copy, or commit any auth/session state.

3) Verify

After the user confirms login is complete:

python scripts/auth_helper.py
lore list

4) MCP setup

Use the repo’s .mcp.json (preferred) or add an equivalent MCP server entry:

{
  "mcpServers": {
    "lore": {
      "command": "uvx",
      "args": ["--from", "notebooklm-skill", "notebooklm-mcp"],
      "env": {
        "NOTEBOOKLM_DEFAULT_LANGUAGE": "en",
        "NOTEBOOKLM_DEFAULT_FORMAT": "json",
        "NOTEBOOKLM_POWERED_MODE": "1"
      }
    }
  }
}

Security

Do not commit:

  • ~/.notebooklm/
  • ~/.notebooklm/storage_state.json
  • cookies, browser profiles, or private source materials

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-05-09 04:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Free Web Browser

prantikmedhi
通过 OpenClaw 的 web_search 和 web_fetch 浏览网页,使用 Ollama 作为搜索提供者,无需外部 API 密钥。用于用户要求搜索网页、验证信息等场景。
★ 1 📥 484

wacli-pro

prantikmedhi
通过 wacli CLI 进行专业的 WhatsApp 消息发送。当用户希望代理从其个人 WhatsApp 账户向他人发送消息或搜索联系人时使用。
★ 1 📥 437

wacli WhatsApp

prantikmedhi
通过 wacli(基于 whatsmeow 的 WhatsApp Web)从命令行发送 WhatsApp 消息或文件。用于用户请求通过 WhatsApp 发送消息或文件的场景。
★ 0 📥 414