leadbook

leadbook is a skill for Codex from zjp1997720/zhijian-skills. It costs 136 tokens per session (5,902 once invoked), scanned A, original, MIT.

A workflow for writing Chinese short books, white papers, practical manuals, and methodology guides as polished PDFs. It organizes research, chapters, source material, drafting, and quality checks.

In plain words
What is it for?
Use it to create business guides, AI adoption white papers, methodology books, operating manuals, and downloadable PDF materials.
Why use it?
It helps turn a business topic and supporting material into a complete document that stands on its own, without relying on a course, service, or sales message.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Good fit Use it to create business guides, AI adoption white papers, methodology books, operating manuals, and downloadable PDF materials.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zjp1997720/zhijian-skills/leadbook
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zjp1997720/zhijian-skills --skill leadbook
Clone the repo
git clone --depth 1 https://github.com/zjp1997720/zhijian-skills

Made for: 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 leadbook

README.md
[![agentmods](https://agentmods.dev/badge/skills/zjp1997720/zhijian-skills/leadbook/github.svg)](https://agentmods.dev/skills/zjp1997720/zhijian-skills/leadbook)
Your own site
<a href="https://agentmods.dev/skills/zjp1997720/zhijian-skills/leadbook"><img src="https://agentmods.dev/badge/skills/zjp1997720/zhijian-skills/leadbook/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for leadbook

Your own site · 80×15
<a href="https://agentmods.dev/skills/zjp1997720/zhijian-skills/leadbook"><img src="https://agentmods.dev/badge/skills/zjp1997720/zhijian-skills/leadbook.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,902 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00136 $0.05902
Opus 5 $0.00068 $0.02951
Sonnet 5 $0.00027 $0.01180
Haiku 4.5 $0.00014 $0.00590

Measured 12d ago against content hash 5303876ec5c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

leadbook 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 12d ago.

The scan reads SKILL.md. This mod also ships 14 executable files (assets/repo-template/scripts/auto-seed-behavior.py, assets/repo-template/scripts/check-backend-language.py, assets/repo-template/scripts/check-evidence-feasibility.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/leadbook/SKILL.md · 321 lines

How it starts

The opening of the file, as written. The whole thing — 321 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Leadbook

用于把一个商业主题写成独立、高质量、可公开传播的中文短书或白皮书。它继承 tech-book 的工程化写书骨架,但输出目标从技术出版改为普适商业认知与行动资产。

核心边界

  • 正文必须独立成立:读者不购买任何产品,也能完整受益。
  • 正文禁止硬 CTA:不写“加企微”“领取资料”“购买课程”“咨询我”等转化话术。
  • 正文不绑定大鹏的分身系统、课程、定制、企业培训。
  • 书外可以生成 distribution-note.mdprivate-domain-pack.md,但它们不得进入正式 PDF。
  • 第一版默认写 30-50 页中文短书,不做 200 页大部头。
  • Core 链路只依赖 Python 标准库,可完成脚手架、章节同步、Markdown 导出和质量检查。
  • 通用模式默认使用公开 Web;小红书、公众号采集、Nowledge、Obsidian 和 Vault 都是可选 Provider,缺失时不得阻塞成书。
  • 正式 PDF 可选使用 $kami 的中文 long-doc.html 风格:暖纸底、ink-blue、克制 editorial 排版。
  • 正文配图优先使用 Kami 信息图:结构、流程、对比、公式、清单。$imagegen 主要用于封面、章节扉页和书外分发图。

快速开始

新建一本书时,优先运行脚手架:

LEADBOOK_SKILL_DIR="/path/to/installed/leadbook"
python3 "$LEADBOOK_SKILL_DIR/scripts/scaffold_leadbook.py" \
  "/path/to/books/超级个体商业操作系统" \
  --title "超级个体商业操作系统" \
  --content-profile methodology-book \
  --voice-profile product-architect \
  --author "大鹏"

脚手架会复制 assets/repo-template/,自动同步章节并生成带安全标记的标准 book repo。--force 只允许替换带 .leadbook-project.json 标记的既有 Leadbook 项目。之后按阶段工作,不要直接在聊天里散写全文。

完整成书属于耐久任务。每个 Phase 完成后运行 python3 scripts/leadbook-stage.py mark <phase>,把可恢复检查点写入 .leadbook-run.json。恢复时先运行 python3 scripts/leadbook-stage.py next,从第一个未完成阶段继续。具体规则见 执行检查点

运行前按需读 运行时与隐私边界。Kami、小红书和公众号采集都是可选 Provider,不阻塞 Core 链路。

工作流

Phase 1:Book Brief

先写清楚这本书为什么存在。产出并维护:

  • BOOK_BRIEF.md:书名、副标题、目标、边界、完成标准。
  • READER_PROFILE.md:读者是谁、处境、痛点、阅读动机。
  • POSITIONING.md:核心主张、反常识判断、竞争性视角。
  • book-state.yaml:章节状态、证据状态、输出状态和交付成熟度。
  • VISUAL_PLAN.md:正文信息图、封面视觉、章节扉页和输出路径。
  • IMAGEGEN_BRIEF.md:仅用于 $imagegen 位图视觉,不用于正文信息图。
  • src/INTRODUCTION.md:读者可见开场。正式写作时删除模板标记,写入真实处境、问题重定义和阅读路径。

如果用户只给书名,先根据书名拟一版 brief,再指出缺口。不要把缺口脑补成事实。

BOOK_BRIEF.md 必须写清 content_profilevoice_profilevoice_anchor。书型决定结构,专家文风决定读者感受到“谁在说”,名人锚点负责把 Agent 快速拉进具体思考姿态。没有 voice profile 和 voice anchor,书会退化成资料汇编。

BOOK_BRIEF.md 还必须写清 opening contract 和 chapter rhythm。一本商业书不是把章节模板重复 6 次;它要先把读者带进一个真实处境、误判或反常识 tension,再说明这本书会怎样推进判断。没有 opening contract,正文很容易从第一页开始就像工作坊手册。

Read the full file on GitHub · 321 lines

Files

What ships with it

51 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. 12d ago First seen · 321 lines · 136 tokens per session scan A 5303876ec5c1

Subscribe to this mod's changes

leadbook is a skill published in the GitHub repository zjp1997720/zhijian-skills (595 stars, last pushed 6d ago), licensed MIT. It adds 136 tokens to every session and 5,902 once invoked, about $0.0007 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