webnovel-dashboard

Visualize webnovel project progress, entity graphs, and chapter outlines in a read-only dashboard.

188|33|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lujih/webnovel-writer-opencode --skill webnovel-dashboard-lujih
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: webnovel-dashboard
Source: https://github.com/lujih/webnovel-writer-opencode/tree/main/.opencode/skills/webnovel-dashboard
Command: npx skills add https://github.com/lujih/webnovel-writer-opencode --skill webnovel-dashboard-lujih

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a read-only visualization dashboard for webnovel projects, enabling teams to see project status, entity relationships, and chapter outlines without risking accidental modification.

Core Features & Use Cases

  • Visualizes progress, strand pacing, and overall project health in a single dashboard.
  • Displays dictionaries of entities (characters, places, factions) and a relation graph to understand connections.
  • Automatically refreshes in response to changes in the .webnovel directory using a watchdog-based watcher, ensuring up-to-date context during planning and review.

Quick Start

Start the dashboard locally by running the provided startup command to launch the read-only visualization.

Frequently Asked Questions about webnovel-dashboard

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

FAQPage Schema
How do I visualize my webnovel project progress without editing the files?▼

A read-only webnovel dashboard visualizes project progress, entity relationships, and chapter outlines without risking accidental modifications. It watches the .webnovel directory for changes and serves a local dashboard, providing real-time visibility during planning and review.

What is a read-only dashboard for monitoring local webnovel project status?▼

A read-only dashboard for webnovel projects displays progress, entity graphs, and chapter outlines in a single UI. It uses a watchdog-based watcher to automatically refresh when the .webnovel directory changes, ensuring teams see up-to-date project health without editing.

How do I start a local webnovel visualization dashboard?▼

To start the webnovel dashboard locally, run the provided startup command to launch the read-only visualization. This initiates a Python server and optional frontend build to serve the dashboard, allowing you to monitor dictionaries and relationships immediately.

Can I view character and faction relationship graphs without altering my webnovel data?▼

Yes, you can view character, place, and faction relationship graphs without altering your data. The dashboard provides a non-editing read-only UI that displays an entity relation graph to understand connections safely during review workflows.

Does the webnovel dashboard automatically refresh when project files change?▼

The webnovel dashboard automatically refreshes in response to changes in the .webnovel directory. It uses a watchdog-based watcher to ensure the displayed progress, strand pacing, and dictionaries remain up-to-date without requiring a manual page reload.

What are the limitations of using a read-only dashboard for webnovel project monitoring?▼

The primary limitation of this read-only dashboard is that it does not support editing the webnovel project; it is designed solely for visualization. You cannot modify chapter outlines or entity dictionaries directly through the dashboard interface.