AIAny
AI Client2026
Icon for item

Webnovel Writer

A Claude Code plugin for long-form serial fiction that keeps characters, timeline, and world rules consistent across hundreds of chapters. Facts are committed to a versioned state store, and review gates flag contradictions before each chapter.

Introduction

Most AI writing tools treat a novel like one long prompt — which is exactly why they unravel after twenty chapters. The hard part of serial fiction isn't generating prose; it's remembering that a character died in chapter 8 and shouldn't be ordering coffee in chapter 40. This plugin reframes the problem as state management rather than text generation, and that single shift is what lets it scale to hundreds of chapters.

What Sets It Apart
  • Narrative facts are committed state, not memory. Each chapter writes character status, timeline, and world rules into a versioned .story-system/ store, so continuity becomes a data problem the system can check rather than something the model has to recall.
  • Writing moves through gates, not a single shot. Eight commands (init, plan, write, review, query, learn, dashboard, doctor) and four internal agents split planning, drafting, review, and fact extraction, with a review gate that blocks contradictions before a chapter is accepted.
  • Retrieval is hybrid and local. BM25 keyword search plus semantic embeddings (ModelScope/Jina) run over a local SQLite index, so context recall doesn't depend on cramming the whole story into the prompt window.
Great Fit / Look Elsewhere

Great fit if you write genre serial fiction — it ships presets for 37 Chinese web-novel genres — and value long-range continuity over one-off polish; the versioned audit trail also helps when co-writing across many sessions. Look elsewhere if you want a one-shot prose generator, dislike command-driven workflows, or aren't already in the Claude Code ecosystem, since the whole system is built as a plugin and assumes you're comfortable running its commands and maintaining a local index.

Information

  • Websitegithub.com
  • AuthorslingfengQAQ
  • Published date2026/01/02

Categories

More Items

GitHub
AI Client2025

Enhances web AI chat interfaces (Gemini, AI Studio, Claude, ChatGPT) with folder-based conversation organization, timeline navigation, prompt vault, cloud sync, chat export, UI fixes and a plugin engine. Runs as a browser extension and includes cross-site prompt management and Mermaid rendering.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.

GitHub
AI Agent2026

Runs locally to learn your tastes and proactively discover content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit and the open web. Local-first agent storing data in a local SQLite, with a browser extension, optional desktop backend bundling embeddings (bge-m3/Ollama), and conversational feedback to refine recommendations.