What problem does it solve? Manually uploading chapters to the Fanqie Novel writer backend is repetitive and error-prone: titles split across two fields, a ProseMirror editor that ignores paste events, and strict draft-box verification. This Skill automates the entire draft-submission flow while enforcing a hard boundary that it never publishes chapters officially. ## Core Features & Use Cases - Automated Draft Submission: Reads a local Markdown chapter file, fills the chapter number, title, and body in the Fanqie writer backend, clicks "Save Draft", and verifies the result in the draft box. - Persistent Login Management: Ships login scripts (manual login browser and QR-code login) that store session state in a fixed browser profile reused across runs. - Published Chapter Updates: Includes a script to update already-published chapters by editing title and body through the ProseMirror editor with React-aware DOM events. - Use Case: After finishing and polishing chapter 16 of your web novel, run one command to push it into the Fanqie draft box, then verify chapter number, title, and word count in the draft list without touching the publish button. ## Quick Start Ask the agent to save chapter 16 of your book to the Fanqie draft box using the publish_chapter.py script with your book name.