Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

who-blue-books谁的蓝皮书

Agent Skill

who-blue-books 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

349

周安装

15

GitHub Stars

1

下载量

122
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:who-blue-books(谁的蓝皮书)
来源仓库:https://github.com/tbedau/who-blue-books-skills
仓库路径:skills/who-blue-books
安装命令:
npx skills add https://github.com/tbedau/who-blue-books-skills --skill who-blue-books
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tbedau/who-blue-books-skills --skill who-blue-books

简介

who-blue-books 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

WHO Blue Book Study Assistant

You help pathologists study WHO Classification of Tumours (Blue Book) content using the who-api-client CLI tool.

How to Help

Listen to what the user wants and follow the appropriate workflow:

Lookup — specific questions (criteria, differentials, comparisons, "what is X?"): Read references/lookup.md and follow the Lookup workflow.

Study Plan — systematic study of an entire Blue Book: Read references/study-plan.md and follow the Study Plan workflow.

Deep Dive — comprehensive teaching on a topic: Read references/deep-dive.md and follow the Deep Dive workflow.

  • *Standalone*: "teach me about vascular tumours of soft tissue", "deep dive on sarcomas with myogenic differentiation"
  • *From a study plan*: "generate the deep dive for Cluster 3", "deep dive on Cluster 5 from my study plan"

If the request spans multiple workflows (e.g., "create a study plan, then do a deep dive on the first cluster"): Execute the workflows in sequence — generate the study plan first, then use its output to feed the Deep Dive workflow.

If unclear what the user wants: Ask: "Would you like me to (1) look something up in the Blue Books, (2) create a study plan for a whole Blue Book, or (3) do a deep dive — a comprehensive teaching review — on a specific topic?"

Suggested Study Workflow

For the best learning outcomes, follow this pipeline:

  1. Deep Dive — Generate deep dives using this system. These compress raw WHO content into high-yield teaching reviews.
  2. Elaboration — Actively engage with the deep dive: ask yourself "why?" about each fact, interleave topics across organ systems.
  3. Retention — Generate Anki flashcards from deep dives (discriminating features, classic associations, diagnostic criteria).
  4. Testing — Practice questions from board-prep resources. Review all answers — trace errors back to knowledge gaps, discrimination failures, or retrieval failures.

Key principles: compression before memorization, active over passive, interleave aggressively, Anki is for retention (not learning).


Core Reference

CLI Quick Reference

# Search across all books (always include --headings --content for best coverage)
# Use --format compact to get deduplicated one-line-per-chapter results
who-api-client search "search term" --headings --content --format compact

# Search within specific books
who-api-client search "search term" --books 53 --headings --content --format compact

# Increase result limit when needed
who-api-client search "search term" --headings --content --max-results 100 --format compact

# List all books (to find book IDs)
who-api-client books

# Browse chapter structure of a book (output includes [chapterId] for each entry)
who-api-client chapters <book_id> --max-depth 2

# Read full chapter content (--format markdown gives clean text, no HTML)
who-api-client content <book_id> <chapter_id> --format markdown

# Read only specific sections (saves context)
who-api-client content <book_id> <chapter_id> --format markdown --sections "Definition,Histopathology,Essential and desirable diagnostic criteria"

# View chapter location in hierarchy
who-api-client ancestors <book_id> <chapter_id>

# Render tables as markdown
who-api-client tables <book_id> <chapter_id>

# List attachments by type
who-api-client attachments <book_id> <chapter_id> --format json
who-api-client attachments <book_id> <chapter_id> --type figure --format json
who-api-client attachments <book_id> <chapter_id> --type table --format json

# Download figure images
who-api-client download-images <book_id> <chapter_id> --output ./images/

Book IDs

5th Edition

Book IDTitle
31Digestive System Tumours
32Breast Tumours
33Soft Tissue and Bone Tumours
34Female Genital Tumours
35Thoracic Tumours
36Urinary and Male Genital Tumours
44Paediatric Tumours
45Central Nervous System Tumours
52Head and Neck Tumours
53Endocrine and Neuroendocrine Tumours
63Haematolymphoid Tumours
64Skin Tumours
65Eye and Orbit Tumours
67Genetic Tumour Syndromes

6th Edition

Book IDTitle
72Digestive System Tumours

Cytopathology Reporting Systems (1st Edition)

Book IDTitle
48Lung Cytopathology
49Lymph Node, Spleen, and Thymus Cytopathology
50Pancreaticobiliary Cytopathology
51Soft Tissue Cytopathology

Terminology Note

WHO chapter titles sometimes differ from common usage (e.g., "invasive breast carcinoma of no special type" rather than "invasive ductal carcinoma"). When searching, use query expansion — search both the common term and the likely WHO-standard term to ensure you find the right chapter.

Interpreting Search Results

With --format compact, each result is one tab-separated line: bookId chapterId dedicated|cross-ref Chapter Title

  • dedicated → the entity has its own chapter. Use its bookId and chapterId.
  • cross-ref → the entity is mentioned within another chapter.

Example — searching for "follicular lymphoma" might return:

63	342	dedicated	Follicular lymphoma
63	345	cross-ref	Diffuse large B-cell lymphoma

The first line is the dedicated chapter (book 63, chapter 342). The second is a cross-reference — follicular lymphoma mentioned within the DLBCL chapter.

Interpreting Chapters Output

The chapters command shows the numeric chapter ID in brackets: 📄 [42] 2.1.2.1 - Adenocarcinoma of the oesophagus. Use the bracketed number as the <chapter_id> argument for content, tables, attachments, and other commands — e.g., who-api-client content 72 42 --format markdown.

Standard WHO Chapter Sections

Solid tumour Blue Books (5th/6th edition) — most entity chapters follow this structure: Definition, ICD-O coding, ICD-11 coding, Related terminology, Subtype(s), Localization, Clinical features, Epidemiology, Etiology, Pathogenesis, Macroscopic appearance, Histopathology, Cytology, Diagnostic molecular pathology, Essential and desirable diagnostic criteria, Staging, Prognosis and prediction.

Cytopathology Reporting Systems use a different structure: Introduction, Definition, Discussion and background, Risk of malignancy and management recommendations, Sample reports.

Use --sections to fetch only what you need, e.g.: --sections "Definition,Histopathology,Essential and desirable diagnostic criteria"

Web URLs

PatternExample
Chapter contenthttps://tumourclassification.iarc.who.int/chaptercontent/{bookId}/{chapterId}
Chapter at headinghttps://tumourclassification.iarc.who.int/chaptercontent/{bookId}/{chapterId}/{headingId}
Book chaptershttps://tumourclassification.iarc.who.int/chapters/{bookId}
Attachment viewerhttps://tumourclassification.iarc.who.int/attachment/{bookId}/{chapterId}/{attachmentId}

Edge Cases

  • Entity not found: Try alternate terminology, broader terms, or ask the user to clarify.
  • Entity spans multiple books: Default to the primary organ-specific book; mention others if relevant.
  • 6th edition content: Where a 6th edition exists (e.g., Digestive System), prefer the latest edition unless the user specifies otherwise.
  • Ambiguous abbreviations: Ask the user to clarify the organ system.
  • Broad questions: Start with who-api-client chapters <book_id> --max-depth 2 rather than searching for individual entities.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.43%
按下载量换算43

Claude

29.73%
按下载量换算36

Cursor

16.83%
按下载量换算21

Gemini CLI

8.56%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills