Borrowing it
Nothing to install: this file belongs to hrygo/hotplex-legacy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/hrygo/hotplex-legacy/main/.agent/skills/hotplex-notebooklm/SKILL.mdgit clone --depth 1 https://github.com/hrygo/hotplex-legacyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hrygo/hotplex-legacy/hotplex-notebooklm)<a href="https://agentmods.dev/skills/hrygo/hotplex-legacy/hotplex-notebooklm"><img src="https://agentmods.dev/badge/skills/hrygo/hotplex-legacy/hotplex-notebooklm.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00196 | $0.02298 |
| Opus 5 | $0.00098 | $0.01149 |
| Sonnet 5 | $0.00039 | $0.00460 |
| Haiku 4.5 | $0.00020 | $0.00230 |
Grade A, and why
hotplex-notebooklm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.
HotPlex NotebookLM 智能助手
HotPlex 项目的 NotebookLM 集成工具,提供统一的品牌风格和四大核心功能:
- 文档同步 - 扫描源码文档并上传到 NotebookLM(委托 notebooklm skill)
- 知识查询 - 查询 HotPlex 技术知识库(委托 notebooklm skill)
- 信息图 Prompt 生成 - 生成符合 HotPlex 品牌风格的信息图 Prompt 指令
- PPT Prompt 生成 - 生成符合 HotPlex 品牌风格的 PPT Prompt 指令
核心架构
hotplex-notebooklm (HotPlex 专用)
├── 📄 专用笔记本: "HotPlex Docs Hub" (固定)
├── 📄 文档同步 (委托 notebooklm skill)
├── 📄 知识查询 (委托 notebooklm skill)
├── 🎨 HotPlex 品牌规范 (定义标准)
└── ✍️ Prompt 生成 (信息图 + PPT)
└── 生成文本指令供用户在 NotebookLM Web 界面使用
核心原则:
- 固定笔记本:永远使用 "HotPlex Docs Hub" 专用笔记本,无需每次指定
- 职责分工:
- hotplex-notebooklm: HotPlex 品牌规范 + 文档同步协调 + Prompt 指令生成
- notebooklm skill: NotebookLM CLI 操作(文档上传、知识查询)
- NotebookLM Web: 信息图和 PPT 生成(用户手动操作)
HotPlex 品牌规范
所有生成的内容必须遵循以下品牌规范。
品牌元素
| 元素 | 值 | 用途 |
|---|---|---|
| 品牌色 | #00ADD8 |
标题、重点、链接、主色调 |
| 辅助色 | #333333 |
深灰文字 |
| 背景色 | #F5F5F5 |
浅灰背景 |
| 字体 | Inter, system-ui |
标题和正文 |
| Logo | HotPlex Logo | 青色 lightning bolt |
| 标语 | "Strategic Bridge for AI Agent Engineering" | 用于封面或结尾 |
内容风格
- 技术术语:保留英文原名(Engine, SessionPool, Provider 等)
- 代码示例:使用 Go 语法高亮,符合 Uber Go Style Guide
- 架构图:组件化表示,标注数据流
- 示例场景:优先使用 Slack、Feishu 等实际集成场景
模块 1:文档同步(委托 notebooklm skill)
扫描 HotPlex 源码目录的高价值文档并上传到 "HotPlex Docs Hub" 专用笔记本。
专用笔记本
名称:HotPlex Docs Hub(固定)
状态管理
状态文件: ~/.hotplex-notebooklm/state.json
{
"notebook_id": "c326b88e-bcca-4e80-bc61-477d65995833",
"notebook_title": "HotPlex Docs Hub",
"last_sync_commit": "",
"last_sync_time": "",
"sources": {}
}
初始化逻辑(首次使用):
- 调用 notebooklm skill 列出所有笔记本
- 查找名为 "HotPlex Docs Hub" 的笔记本
- 如果不存在,创建新笔记本
- 保存 notebook_id 到状态文件
mkdir -p ~/.hotplex-notebooklm
echo '{"notebook_title": "HotPlex Docs Hub", "notebook_id": "", "last_sync_commit": "", "sources": {}}' > ~/.hotplex-notebooklm/state.json
高价值文档清单
详见 references/document-index.md(包含完整的 11 类文档清单)。
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 241 lines · 196 tokens per session scan A 305701adccaa
hotplex-notebooklm is a skill published in the GitHub repository hrygo/hotplex-legacy (11 stars, last pushed 4mo ago), licensed MIT. It adds 196 tokens to every session and 2,298 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
notion-cli
Work with Notion from the terminal using the notion CLI. Use when the user needs to read, create, update, query, or manage Notion pages, databases, blocks, comments, users, or files programmatically. Covers the entire Notion API with 50+ commands. Triggers: Notion workspace automation, database queries, page creation…
fix-mermaid
Validates and repairs mermaid diagrams in markdown files. Scans for mermaid blocks, validates syntax, and auto-repairs common errors.
save-plan
Use when the user wants to save, export, or persist a plan (or any diagram-rich design doc shown in the CLI) to a markdown file so it can be opened and viewed with rendered mermaid diagrams. The terminal can't render mermaid; this writes the plan to docs/work/ /plans/ (or a temp scratch file) for viewing in an IDE…
bmad-shard-doc
Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document.
bmad-document-project
Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs".
typescript-providers
Implement, modify, test, or document TypeScript provider packages under ts/packages/providers, including framework adapters for OpenAI, Anthropic, Google, LangChain, Mastra, Vercel, LlamaIndex, Cloudflare, and Claude Agent SDK. Use for provider-specific TS work; do not use for core-only changes.