AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Book Network

skill-gsmtoday0329-agent-skills-book-network · by gsmtoday0329

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

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-gsmtoday0329-agent-skills-book-network

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-gsmtoday0329-agent-skills-book-network)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Book Network? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.