hotplex-legacy: Skill for Claude Code

.agent/skills/hotplex-notebooklm/SKILL.md

hotplex-notebooklm is a skill for Claude Code, Codex from hrygo/hotplex-legacy. It costs 196 tokens per session (2,298 once invoked), scanned A, original, MIT.

A HotPlex-specific helper for working with NotebookLM, Google’s tool for asking questions about uploaded documents and generating visual or presentation drafts. It uses a fixed notebook called HotPlex Docs Hub.

In plain words
What is it for?
It is for synchronizing HotPlex documents, querying the project knowledge base, and creating brand-guided prompts for NotebookLM information graphics and slide presentations.
Why use it?
It keeps HotPlex documentation in one named knowledge base and applies the project’s writing and visual rules when preparing prompts.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is hrygo/hotplex-legacy's own configuration. It tells Claude Code and Codex how to work on hotplex-legacy itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything hotplex-legacy configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/hrygo/hotplex-legacy/main/.agent/skills/hotplex-notebooklm/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hrygo/hotplex-legacy

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for hotplex-notebooklm

README.md
[![agentmods](https://agentmods.dev/badge/skills/hrygo/hotplex-legacy/hotplex-notebooklm.svg)](https://agentmods.dev/skills/hrygo/hotplex-legacy/hotplex-notebooklm)
Your own site
<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>
Per session 196 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,298 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 305701adccaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

.agent/skills/hotplex-notebooklm/SKILL.md · 241 lines

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 集成工具,提供统一的品牌风格和四大核心功能:

  1. 文档同步 - 扫描源码文档并上传到 NotebookLM(委托 notebooklm skill)
  2. 知识查询 - 查询 HotPlex 技术知识库(委托 notebooklm skill)
  3. 信息图 Prompt 生成 - 生成符合 HotPlex 品牌风格的信息图 Prompt 指令
  4. 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": {}
}

初始化逻辑(首次使用):

  1. 调用 notebooklm skill 列出所有笔记本
  2. 查找名为 "HotPlex Docs Hub" 的笔记本
  3. 如果不存在,创建新笔记本
  4. 保存 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 类文档清单)。

Read the full file on GitHub · 241 lines

Files

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.

Changes

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.

  1. 7d ago First seen · 241 lines · 196 tokens per session scan A 305701adccaa

Subscribe to this mod's changes

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.

Related

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…

4ier/notion-cli · 109 tokens

fix-mermaid

Validates and repairs mermaid diagrams in markdown files. Scans for mermaid blocks, validates syntax, and auto-repairs common errors.

rp1-run/rp1 · 32 tokens

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…

addit-digital/addit-harness · 83 tokens

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.

mmornati/leanproxy-mcp · 34 tokens

bmad-document-project

Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs".

mmornati/leanproxy-mcp · 29 tokens

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.

ComposioHQ/composio · 70 tokens