What problem does it solve? Managing a long-running web novel involves repetitive maintenance: backing up manuscripts, scanning for banned words, tracking overdue foreshadowing, and monitoring update cadence. This Skill automates all of these checks as a single scheduled daily patrol so nothing slips through the cracks. ## Core Features & Use Cases - Full Backup: Archives each book's manuscript, settings, and outline directories into timestamped tar.gz files with 7-day retention and integrity verification. - Compliance Scanning: Runs a banned-word scan against a categorized JSON wordlist (political, sexual, violence, platform-specific, AI-signature patterns), exiting with code 1 on level-1 hits to trigger alerts. - Foreshadowing & Stats: Detects overdue or forgotten plot threads from the tracking table with severity grading, plus chapter statistics like word counts, update streaks, and hiatus days. - Use Case: A web novelist schedules the patrol at 04:00 daily; each morning they receive a consolidated report showing backup status, any banned-word hits, overdue foreshadowing, and per-book AI-flavor scores needing polish. ## Quick Start Ask the agent to run the daily novel patrol across all books and report any banned words, overdue foreshadowing, and backup status.