renwu-guanxi

renwu-guanxi is a skill for Claude Code, Codex from Anarcadia/chuanban-chaishu-skills. It costs 63 tokens per session (1,011 once invoked), scanned A, original, MIT.

A reading workflow for mapping characters and their relationships in a novel. It builds hypotheses, keeps notes while reading chapter summaries, and produces structured relationship files and a Mermaid diagram.

In plain words
What is it for?
Use it to identify important characters, classify their roles, record relationships, and create a relationship graph focused on the main characters.
Why use it?
It reduces the effort of tracking who matters, how characters are connected, and which conclusions came from the text. Ongoing notes also keep the analysis manageable across a long book.

Skill for Claude CodeCodex

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

Good fit Use it to identify important characters, classify their roles, record relationships, and create a relationship graph focused on the main characters.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anarcadia/chuanban-chaishu-skills/renwu-guanxi
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 Anarcadia/chuanban-chaishu-skills --skill renwu-guanxi
Clone the repo
git clone --depth 1 https://github.com/Anarcadia/chuanban-chaishu-skills

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 renwu-guanxi

README.md
[![agentmods](https://agentmods.dev/badge/skills/anarcadia/chuanban-chaishu-skills/renwu-guanxi/github.svg)](https://agentmods.dev/skills/anarcadia/chuanban-chaishu-skills/renwu-guanxi)
Your own site
<a href="https://agentmods.dev/skills/anarcadia/chuanban-chaishu-skills/renwu-guanxi"><img src="https://agentmods.dev/badge/skills/anarcadia/chuanban-chaishu-skills/renwu-guanxi/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 renwu-guanxi

Your own site · 80×15
<a href="https://agentmods.dev/skills/anarcadia/chuanban-chaishu-skills/renwu-guanxi"><img src="https://agentmods.dev/badge/skills/anarcadia/chuanban-chaishu-skills/renwu-guanxi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,011 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.00063 $0.01011
Opus 5 $0.00032 $0.00505
Sonnet 5 $0.00013 $0.00202
Haiku 4.5 $0.00006 $0.00101

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

Security

Grade A, and why

renwu-guanxi 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.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/renwu-guanxi/SKILL.md · 119 lines

What it actually says

人物关系概要(拟人阅读模式)

采用模拟人类阅读小说的方式:先建立假设,带着问题阅读,持续记录笔记,最终归纳结论。


⚠️ 关键约束(必读)

主进程串行执行 + 笔记文档持续维护

  • ✅ 每次阅读后更新笔记文档,避免上下文爆炸
  • ✅ 每10次阅读后询问用户是否继续
  • ✅ 只记录主角相关 + 重要配角 + 反派一层

编排模式

当由 chai-shu 主入口编排调用时(自动化拆书或用户选择了多项分析):

  • 跳过欢迎页输出
  • 完成后返回状态摘要(完成数量、产出文件路径列表)
  • 由主入口统一向用户呈现报告和后续选项

独立触发时(用户直接说"人物概括"等):正常显示欢迎页。


前置依赖

必须先完成「分章节概括」,确保以下文件存在:

  • {书名}/概括/ 目录(章节概括文件)
  • {书名}/全书概括.md
  • {书名}/人物和设定/名词表.md

核心配置

工作目录: {ROOT}/Factory/拆书/
执行模式: 主进程串行 + 笔记持续维护
用户确认: 每10次阅读后询问
输出目录: {书名}/人物和设定/

执行阶段

阶段1:角色分析与假设
    │
    ├─ 读取全书概括 + 名词表
    ├─ 推测角色重要程度(主角、女主、CP、反派)
    └─ 输出:初步假设 → _分析笔记.md
    │
阶段2:顺序阅读与笔记维护
    │
    ├─ 带着假设,顺序阅读相关章节概括
    ├─ 每次阅读后更新笔记文档
    ├─ 笔记记录:线索、思考过程、关系发现
    └─ 每读取10次后询问用户是否继续
    │
阶段3:用户确认与归纳
    │
    ├─ 用户确认后,根据笔记归纳全书角色地位
    └─ 输出:角色地位.yaml
    │
阶段4:深入关系挖掘
    │
    ├─ 加载全书概要 + 角色地位资料
    ├─ 如有不明确的关系,继续串行阅读原文章节
    ├─ 记录人物关系笔记
    └─ 输出:人物关系.yaml
    │
阶段5:生成概要图
    │
    ├─ 基于两份文档生成人物关系概要图
    ├─ 仅记录与主角相关的关系
    └─ 输出:关系图谱.md(Mermaid格式)

产出文件

文件 位置 用途
分析笔记 {书名}/人物和设定/_分析笔记.md 过程记录
角色地位 {书名}/人物和设定/角色地位.yaml 角色重要程度
人物关系 {书名}/人物和设定/人物关系.yaml 关系数据
关系图谱 {书名}/人物和设定/关系图谱.md Mermaid 可视化
进度文件 {书名}/人物和设定/_progress.json 增量更新进度

增量更新

支持增量更新:

  • 读取 _progress.json 识别已处理章节
  • 仅处理新增章节
  • 加载已有的角色地位和人物关系文档进行增量更新

References

⚠️ 执行前必读references/workflow.md

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. 12d ago First seen · 119 lines · 63 tokens per session scan A 82743d5a75ee

Subscribe to this mod's changes

renwu-guanxi is a skill published in the GitHub repository Anarcadia/chuanban-chaishu-skills (44 stars, last pushed 5mo ago), licensed MIT. It adds 63 tokens to every session and 1,011 once invoked, about $0.0003 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

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.

nexu-io/html-anything · 25 tokens

master-yinguang

A reference-based assistant for questions about Yinguang and Pure Land Buddhism, a Buddhist tradition focused on faith, ethical living, and practice connected with rebirth in the Pure Land. It can answer in Yinguang’s historical teaching style.

xr843/Master-skill · 274 tokens