Install
$ agentstack add skill-tance-mang-chinese-webnovel-skills-memory ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
创作档案与记忆系统(memory)
给每本书一套持久化记忆:设定、人物、大纲、伏笔、灵感、进度、投稿记录全存在书的文件夹里,跨会话不丢。像 git 一样可做版本快照、可回顾"写到哪了"。
何时用
- 记录/保存大纲、人设、世界观,下次接着用
- 隔了几天回来续写:"我上次写到哪了?"
- 查"这个伏笔回收没""主角现在什么境界"
- 给书做版本快照、回滚
- 管理多本书的进度
档案结构(书的"记忆")
在书的文件夹里维护这套文件(没有就用本技能初始化):
《书名》/
├── 00_设定.md 立项卡 + 金手指 + 世界观 + 势力库 + 战力体系(book-bible)
├── 01_人物.md 人设卡 + 当前状态 + 语言指纹 + 情绪/关系轨迹 + 弧线
├── 02_大纲.md 卷纲 / 章纲
├── 03_伏笔追踪.md 埋点 → 回收 表(编号/重要度,防烂尾命脉)
├── 04_灵感本.md spark 速记的灵感
├── 05_进度.md 写到第几章 / 累计字数 / 下一步
├── 06_投稿记录.md 每次投稿:平台/日期/结果/拒因/改动
├── 07_时间线.md 主时间线 + 知情人名单 + 世界状态(长篇防失忆)
└── 正文/
├── 第001章.md
└── ……
> 短篇可只用 00/01/02;长篇务必加 07_时间线 与 战力体系,配合 continuity 防写到上百章崩设定。 > 模板见 templates/book-bible-template.md、templates/submission-log-template.md、templates/progress-template.md;格式详见 references/project-memory.md。
四个功能
1. 建档(init)
为新书创建上面的档案结构,从模板填入已有信息(调 idea/outline/character 的产出)。
2. 回顾续写(resume)
读 05_进度.md + 02_大纲.md + 03_伏笔追踪.md + 01_人物.md,一句话汇报:
《书名》写到第 N 章(累计 X 万字)
上一章结尾钩:……(本章要回应)
待回收伏笔:……
主角当前状态:……
下一步建议:写第 N+1 章,本章大纲是……
解决"隔几天忘了写到哪"。
3. 更新(update)
写完/改完后同步档案:
- 写完一章 → 更新
05_进度.md(章号/字数/下一步) - 出现新伏笔/回收伏笔 → 更新
03_伏笔追踪.md - 人物状态变化(升级/关系/获得物/伤势) → 更新
01_人物.md - 情绪/关系值变化、人物弧线推进 → 更新
01_人物.md情绪轨迹(防"刚失恋下章笑哈哈") - 时间推进 / 谁知道了什么秘密 / 世界状态变化(战争/损毁/势力更替)→ 更新
07_时间线.md - 战力变化(境界突破/新强敌登场) → 更新
00_设定.md战力对照 - 新灵感 → 追加
04_灵感本.md
> 不回写就会"下一章继续漂"——这是防失忆的闭环。要主动核对前后矛盾用 continuity;强设定题材先搭世界用 world。
4. 版本快照(像 git)
两种方式,按用户情况推荐:
- 真·git(推荐,能回滚看历史):在书的文件夹
git init,每次定稿章节后git add . && git commit -m "第N章定稿"。本技能可代为执行。想回到旧版本git log+git checkout。 - 轻量快照(不用 git):把关键文件复制成带日期版本,如
02_大纲_2026-06-05.md,留存历史版本。
原则
- 档案是单一事实来源:写正文前先读档案,写完后必更新,避免设定漂移。
03_伏笔追踪.md是防烂尾命脉,每章必查必更。- 多本书各自独立文件夹,互不干扰。
- 涉及隐私/未发布稿件,提醒已在
.gitignore排除,不会误传公开仓库。
配合
spark写灵感本、outline写大纲、character写人物(含语言指纹)、submission写投稿记录 —— 本技能统管这些档案的回顾与版本。continuity读本档案核对逻辑/时间线/战力一致性 —— 记忆负责"记",continuity 负责"核对"。- 全书篇幅/字数规划 →
references/length-standards.md。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tance-mang
- Source: tance-mang/chinese-webnovel-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.