webnovel-query
Installation
SKILL.md
Information Query Skill
Use when
用户询问关于故事设定、角色、力量体系、势力、伏笔、金手指、节奏等项目内信息时触发。
项目根保护
export WORKSPACE_ROOT="${CLAUDE_PROJECT_DIR:-$PWD}"
export SCRIPTS_DIR="${CLAUDE_PLUGIN_ROOT}/scripts"
export SKILL_ROOT="${CLAUDE_PLUGIN_ROOT}/skills/webnovel-query"
export PROJECT_ROOT="$(python "${SCRIPTS_DIR}/webnovel.py" --project-root "${WORKSPACE_ROOT}" where)"
PROJECT_ROOT必须包含.webnovel/state.json- 禁止在
${CLAUDE_PLUGIN_ROOT}/下读取或写入项目文件
查询类型识别
Related skills
More from lingfengqaq/webnovel-writer
webnovel-write
产出可发布章节,完整执行上下文→起草→审查→润色→提交→备份。
265webnovel-review
使用审查 Agent 评估章节质量,生成报告并写回审查指标。
193webnovel-plan
基于总纲生成卷纲、时间线和章纲,并把新增设定增量写回现有设定集。
184webnovel-init
深度初始化网文项目。通过分阶段交互收集完整创作信息,生成可直接进入规划与写作的项目骨架与约束文件。
177webnovel-learn
从当前会话提取成功模式并写入 project_memory.json
101webnovel-resume
Recovers interrupted webnovel tasks with precise workflow state tracking. Detects interruption point and provides safe recovery options. Activates when user wants to resume or /webnovel-resume.
89