novel-query

Query novel project data for character statuses, abilities, timelines, and writing statistics.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/ucasYToo/claude-code-configs --skill novel-query
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: novel-query
Source: https://github.com/ucasYToo/claude-code-configs/tree/main/skills/novel-setup/_dist/skills/novel-query
Command: npx skills add https://github.com/ucasYToo/claude-code-configs --skill novel-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

该技能提供对网络小说项目数据的快速查询能力,涵盖人物状态、能力数值、时间线、伏笔状态和写作统计等信息,帮助作者和编辑快速获取关键数据。

Core Features & Use Cases

  • 数据查询:按人物、时间线、伏笔等维度获取最新数据和变化。
  • 全景视图:汇总角色状态、能力指标、时间线进展和写作统计,支持快速决策。
  • 使用场景:在创作前查看人物状态,在章节布局时评估时间线进展,在写作过程中跟踪伏笔回收情况。

Quick Start

直接查询主角当前状态、时间线进展或伏笔回收情况以获得结构化数据。

Frequently Asked Questions about novel-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query novel character status and ability changes during writing?▼

To query novel character status and ability changes, you retrieve structured data on current stats and track ability progression over time by reading from project files like 05-数据/characters.json. This provides a full panorama of character metrics for quick reference.

What is the best way to track novel foreshadowings and timeline progress?▼

Tracking novel foreshadowings and timeline progress is done by querying data from 05-数据/timeline.json and 05-数据/foreshadowings.json. This reviews chronological events and monitors foreshadowing resolution during writing.

Can I get writing statistics from my novel project text files?▼

Yes, you can get writing statistics from your novel project text files. The query assesses writing progress by reading directly from the 04-正文/ directory to aggregate narrative output data.

Do I need specific JSON files to query novel project data?▼

Yes, you need specific JSON files to query novel project data. The query reads from predefined sources including 05-数据/characters.json, timeline.json, and foreshadowings.json to return structured character and timeline information.

How do I assess character ability progression over time for chapter layout?▼

To assess character ability progression over time, query the novel data to track ability changes and review timeline progress. This supports evaluating chronological shifts when planning chapter layouts.