cli-anything-notebooklm
Experimental NotebookLM harness for listing notebooks, managing sources, asking questions, generating artifacts, and downloading outputs through an installed notebooklm CLI.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=hkuds-cli-anything-notebooklm-agent-harness-cli-anything-notebooklm-skills-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name cli-anything-notebooklm description Experimental NotebookLM harness for listing notebooks, managing sources, asking questions, generating artifacts, and downloading outputs through an installed notebooklm CLI. cli-anything-notebooklm Experimental NotebookLM harness for CLI-Anything. Installation This package is intended to be installed from the harness directory: cd notebooklm/agent-harness python3 -m pip install -e . Install the upstream NotebookLM CLI if needed: python3 -m pip install --user 'notebooklm-py[browser]' python3 -m playwright install chromium Requirements notebooklm command installed locally Valid local NotebookLM login session Usage Basic Commands # Show help cli-anything-notebooklm -- help # Start with a notebook context cli-anything-notebooklm --notebook nb_123 source list # Prefer JSON for agent use cli-anything-notebooklm --json notebook list Command Groups Group Purpose auth login and auth validation notebook notebook list, create, summary source source listing and URL add chat ask questions and inspect history artifact list and generate artifacts download fetch generated outputs share inspect sharing state Agent Workflow Check auth with cli-anything-notebooklm auth status Discover notebook IDs with cli-anything-notebooklm --json notebook list Use explicit --notebook for follow-up commands Prefer --json only where the upstream notebooklm command supports it Agent Guidance Prefer explicit notebook IDs with --notebook . Use --json for machine-readable output only on commands that support it upstream. Treat this harness as experimental and unofficial. Do not expose auth files or cookies in logs. NotebookLM is a Google product; this harness is unofficial and not affiliated with Google. References CLI-Anything: https://github.com/HKUDS/CLI-Anything CLI-Anything HARNESS.md: https://github.com/HKUDS/CLI-Anything/blob/main/cli-anything-plugin/HARNESS.md notebooklm-py: https://github.com/teng-lin/notebooklm-py Google NotebookLM help: https://support.google.com/notebooklm/answer/16206563
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |