shijian-xian

shijian-xian is a skill for Claude Code, Codex from Anarcadia/chuanban-chaishu-skills. It costs 66 tokens per session (867 once invoked), scanned A, a copy of renwu-guanxi, MIT.

A workflow for tracing the main events and a small number of side storylines in a book. It first uses existing summaries, then checks the original text when something is unclear, and saves a timeline and structured event record.

In plain words
What is it for?
Use it to extract major plot lines, verify unclear events, maintain an event log, and produce a timeline in Mermaid format.
Why use it?
It avoids rereading an entire book while still allowing uncertain details to be checked against the source. Progress tracking also supports updating the analysis when new chapters are added.

Skill for Claude CodeCodex

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

Good fit Use it to extract major plot lines, verify unclear events, maintain an event log, and produce a timeline in Mermaid format.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anarcadia/chuanban-chaishu-skills/shijian-xian
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 shijian-xian
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 shijian-xian

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/anarcadia/chuanban-chaishu-skills/shijian-xian"><img src="https://agentmods.dev/badge/skills/anarcadia/chuanban-chaishu-skills/shijian-xian.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 867 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 92% copy Near-identical to another mod 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.00066 $0.00867
Opus 5 $0.00033 $0.00434
Sonnet 5 $0.00013 $0.00173
Haiku 4.5 $0.00007 $0.00087

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

Security

Grade A, and why

shijian-xian 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

This is a copy

92% identical to renwu-guanxi — 76 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/shijian-xian/SKILL.md · 105 lines

What it actually says

事件线追踪(拟人确认模式)

先用现有资料直接梳理,产生疑问时再回到原文确认,最终综合归档。


⚠️ 关键约束(必读)

梳理规则

  • ✅ 只梳理核心主线 + 2-3个副主线,多了不归纳
  • ✅ 感情线已在全书概括中总结,不作为事件线处理
  • ✅ 最多10次回到原文阅读确认

编排模式

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

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

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


前置依赖

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

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

核心配置

工作目录: {ROOT}/Factory/拆书/
执行模式: 主进程执行 + 拟人确认
原文确认: 最多10次
输出目录: {书名}/事件线/

执行阶段

阶段1:初次事件线梳理
    │
    ├─ 读取:全书概括 + 名词表 + 分章节概括
    ├─ 直接梳理核心主线 + 2-3个副主线
    └─ 输出:初次事件线追踪.md
    │
阶段2:审视与确认(拟人确认模式)
    │
    ├─ 主进程审视初次结果
    ├─ 如有疑问,回到原文阅读确认
    ├─ 撰写事件线笔记文档
    └─ 最多10次回到原文阅读
    │
阶段3:综合归档
    │
    ├─ 结合「初次事件线追踪」+「事件线笔记」
    └─ 输出:事件线.yaml + 时间轴.md

产出文件

文件 位置 用途
初次事件线追踪 {书名}/事件线/初次事件线追踪.md 初次梳理结果
事件线笔记 {书名}/事件线/_事件线笔记.md 确认过程记录
事件线档案 {书名}/事件线/事件线.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 · 105 lines · 66 tokens per session scan A 030f108fd0a4

Subscribe to this mod's changes

shijian-xian is a skill published in the GitHub repository Anarcadia/chuanban-chaishu-skills (44 stars, last pushed 5mo ago), licensed MIT. It adds 66 tokens to every session and 867 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to renwu-guanxi, differing in 76 lines, and is treated as a copy.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens