story-import

|

worldwonderer 4.5k ↓ 8.1k MIT updated 26d ago
Claude Code
View source ↗

What it does

  • 要可续写工程 → 走完整 story-import(Phase 2 拆 + Phase 3 迁移)。
  • 只要分析 / 拆文库 → 直接用 /story-long-analyze(短篇 /story-short-analyze),到拆文库为止,不进 Phase 3 迁移。
  • 书名:{自动检测或用户输入}
  • 目标平台:{起点/番茄/晋江/其他}
  • 是否完本:{是/否(半成品写到第N章)}
  • 篇幅类型:长篇 / 短篇 —— 按 references/length-routing.md 自动检测(用户显式声明 > 结构信号 > 字数兜底),并向用户复述检测结果请其确认。判定结果决定 Phase 3 走长篇还是短篇路径。
  • 最后一章是否完整:完整章 / 残稿(写了一半)。若是残稿,提示用户并把「残稿到第 N 章」记入上下文,让用户决定是「基于残章续写」还是「先补完再导入」。story-import 只记录用户决定,不替用户选。

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

story-import FAQ

What does the story-import skill do?

逆向导入已有小说。将已写好的小说(半成品或完本)反向解析为标准项目目录结构,兼容 story-long-write / story-short-write 后续写作流程;内部复用 story-long-analyze / story-short-analyze 的拆解管道,按篇幅自动分流。触发方式:/story-import、「导入小说」「反向解析」「导入」「把我的书导进来」。 要可续写工程 → 走完整 story-import(Phase 2 拆 + Phase 3 迁移)。 只要分析 / 拆文库 → 直接用 /story-long-analyze(短篇 /story-short-analyze),到拆文库为止,不进 Phase 3 迁移。

How do I install story-import?

Run: npx -y skills add https://github.com/worldwonderer/oh-story-claudecode --skill story-import --agent claude-code — the source lives at github.com/worldwonderer/oh-story-claudecode.

Maintain story-import?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

story-import on getagentictools
[![story-import on getagentictools](https://getagentictools.com/badge/skills/worldwonderer-oh-story-claudecode-story-import.svg)](https://getagentictools.com/skills/worldwonderer-oh-story-claudecode-story-import?ref=badge)
npx agentictools info skills/worldwonderer-oh-story-claudecode-story-import

The second line is the CLI lookup for this page — handy in READMEs and docs.