This queries story elements in Chinese web novel projects by reading from a structured memory system. It routes questions about characters, power systems, factions, or plot threads to the right data sources, prioritizing a contract-based hierarchy: master settings, volume and chapter contracts, committed chapters, then falling back to state.json and markdown files. The skill includes temporal queries so you can ask what a character's status was at chapter N. It's read-only and explicitly protects the project root from accidental writes. If you're managing a web novel with complicated world-building across hundreds of chapters and need to keep track of foreshadowing or power level consistency, this gives you structured lookups instead of grepping through files.
npx skills add https://github.com/lingfengqaq/webnovel-writer --skill webnovel-query