What problem does it solve? Manually uploading finished web novel chapters to a platform's author backend is repetitive and error-prone, and automated publishing risks accidentally releasing chapters publicly. This Skill automates only the safe part: logging into the Fanqie author backend, filling the chapter editor, saving drafts, and verifying them in the draft box—while strictly refusing any formal publish action. ## Core Features & Use Cases - Semi-automated draft delivery: Uses Playwright with a persistent browser profile to log in via QR code, fill chapter title and body from local Markdown files, and save drafts. - Draft reconciliation: Verifies saved drafts against the draft box page or the draft_list API, checking chapter numbers, titles, word counts, and duplicates before claiming success. - Safety guardrails: Hard-stops on captchas, risk control, or page structure changes; never executes formal publishing, scheduled publishing, or cookie extraction. - Use Case: After finishing chapters 40–45 of a novel, ask the agent to send them to the Fanqie draft box; it logs in, delivers each chapter in order, then reconciles the full range against the backend draft list with screenshots as evidence. ## Quick Start Send chapter 42 of my current book to the Fanqie draft box and verify it was saved.