webnovel-dashboard

Installation
SKILL.md

Webnovel Dashboard

目标

  • 在本地启动只读 Web 面板,查看创作进度、设定词典、关系图谱、章节内容与追读力数据。
  • 暴露 Story Runtime 主链状态:/api/story-runtime/health、latest commit、fallback 情况。
  • 可监听 .webnovel/ 变化,但不修改任何项目文件。

执行流程

Step 1:确认环境与模块目录

export WORKSPACE_ROOT="${CLAUDE_PROJECT_DIR:-$PWD}"

if [ -z "${CLAUDE_PLUGIN_ROOT}" ] || [ ! -d "${CLAUDE_PLUGIN_ROOT}/dashboard" ]; then
  echo "ERROR: 未找到 dashboard 模块: ${CLAUDE_PLUGIN_ROOT}/dashboard" >&2
  exit 1
fi
Installs
187
GitHub Stars
5.3K
First Seen
Mar 8, 2026
webnovel-dashboard — lingfengqaq/webnovel-writer