Loading...
Loading...
Queries project settings for characters, powers, factions, items, and foreshadowing. Supports urgency analysis and golden finger status. Activates when user asks about story elements or /webnovel-query.
npx skill4agent add lingfengqaq/webnovel-writer webnovel-query.webnovel/state.jsoncd$PROJECT_ROOT = (Resolve-Path ".").Path.claude/Information Query Progress:
- [ ] Step 1: Identify Query Type
- [ ] Step 2: Load Corresponding Reference Files
- [ ] Step 3: Load Project Data (state.json)
- [ ] Step 4: Confirm Sufficient Context
- [ ] Step 5: Execute Query
- [ ] Step 6: Format Outputreferences/system-data-flow.mdreferences/advanced/foreshadowing.md../webnovel-plan/references/strand-weave-pattern.mdreferences/tag-specification.md| Keyword | Query Type | Required Loading |
|---|---|---|
| Character/Protagonist/Supporting Character | Standard Query | system-data-flow.md |
| Cultivation Realm/Foundation Establishment/Golden Core | Standard Query | system-data-flow.md |
| Foreshadowing/Urgent Foreshadowing | Foreshadowing Analysis | foreshadowing.md |
| Golden Finger/System | Golden Finger Status | system-data-flow.md |
| Pacing/Strand | Pacing Analysis | strand-weave-pattern.md |
| Tag/Entity Format | Format Query | tag-specification.md |
cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-query/references/system-data-flow.md"cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-query/references/advanced/foreshadowing.md"cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-plan/references/strand-weave-pattern.md"cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-query/references/tag-specification.md"cat "$PROJECT_ROOT/.webnovel/state.json"| Keyword | Search Target |
|---|---|
| Character/Protagonist/Supporting Character | protagonist-card.md, character-library/ |
| Cultivation Realm/Power | power-system.md |
| Clan/Faction | worldview.md |
| Item/Treasure | item-library/ |
| Location/Secret Realm | worldview.md |
Urgency = (Chapters Passed / Target Chapters) × Tier Weightpython "${CLAUDE_PLUGIN_ROOT}/scripts/status_reporter.py" --focus urgency --project-root "$PROJECT_ROOT"python "${CLAUDE_PLUGIN_ROOT}/scripts/status_reporter.py" --focus strand --project-root "$PROJECT_ROOT"# Query Result: {Keyword}
## 📊 Overview
- **Match Type**: {type}
- **Data Source**: state.json + Setting Documents + Outline
- **Match Count**: X entries
## 🔍 Detailed Information
### 1. Runtime State (state.json)
{Structured Data}
**Source**: `.webnovel/state.json` (lines XX-XX)
### 2. Setting Document Match Results
{Matching content, including file path and line numbers}
## ⚠️ Data Consistency Check
{Differences between state.json and static files}