# Book Network

> 将书单转化为交互式知识网络图，用于决定阅读顺序和发现书籍之间的实质联结。用户提供书单（文字列表或截图）后触发，输出可在浏览器中打开的 HTML 网络图文件。

- **Type:** Skill
- **Install:** `agentstack add skill-gsmtoday0329-agent-skills-book-network`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [gsmtoday0329](https://agentstack.voostack.com/s/gsmtoday0329)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [gsmtoday0329](https://github.com/gsmtoday0329)
- **Source:** https://github.com/gsmtoday0329/agent_skills/tree/main/book-network

## Install

```sh
agentstack add skill-gsmtoday0329-agent-skills-book-network
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 书籍关系网络图

## 步骤一：收集书单

如果用户没有直接提供书单，询问：
1. **书单**：书名列表（可以直接粘贴，或上传书名截图）
2. **你目前关注的主题**：用于标注每本书与你的相关性

## 步骤二：分析书单

基于书单进行五项分析：
1. **主题分组**：将书籍归入若干专题簇（建议 8-15 个专题），每个专题给一个颜色标识
2. **核心锚点识别**：标记 3-5 本"认知密度最高"的书（与其他书交叉最多，是整张网的骨架）
3. **原创性标记**：区分原创理论书（💡）和整合类书（🔄，并注明整合自哪个理论传统）
4. **书籍间联结**：找出书与书之间的实质课题交叉点（具体共享的概念、论点或研究发现，不是模糊相关）
5. **难度标注**：绿=轻松入门，橙=中等，红=烧脑

## 步骤三：生成交互式网络图

输出完整 HTML 文件，保存到用户当前工作目录，告知文件路径，提示用户用浏览器打开。

HTML 文件的节点、连线、布局规格见 [references/chart-spec.md](references/chart-spec.md)。

**成功标准：** 用户打开 HTML 文件后，能拖拽缩放，点击节点看到书籍详情，点击连线看到两书的具体交叉内容。

## 步骤四：阅读顺序建议

在网络图之外，额外输出文字版建议：
- **优先读**：核心锚点书籍（节点最大的），理由是读一本能撬动对多本书的理解
- **阅读路径示例**：从某本书出发，沿连线自然延伸的 2-3 条阅读路径
- **原则**：地基先于应用（框架先于局部理论，理论先于实践）

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [gsmtoday0329](https://github.com/gsmtoday0329)
- **Source:** [gsmtoday0329/agent_skills](https://github.com/gsmtoday0329/agent_skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-gsmtoday0329-agent-skills-book-network
- Seller: https://agentstack.voostack.com/s/gsmtoday0329
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
