What problem does it solve? Managing novels on the Fanqie (番茄小说) author platform manually is repetitive and slow, especially when publishing dozens of chapters. This Skill automates book creation, chapter publishing, batch publishing, and stats queries by calling Fanqie's internal APIs directly through a logged-in Chrome browser session. ## Core Features & Use Cases - Book & Chapter Management: Create new books, list books/chapters/volumes/drafts, update or delete chapters via the author API. - Single & Batch Publishing: Publish one chapter from a text file or batch-publish an entire directory of chapters with validation (title ≥ 5 chars, body ≥ 1000 chars, Arabic chapter numbering) and configurable delays. - Zero-Dependency CLI: A single Node.js script connects to Chrome over CDP and executes fetch() calls in the browser context, so cookies and msToken authentication are handled automatically. - Use Case: You have 20 finished chapters in a local folder. Run the batch-publish command and all chapters are validated, converted to HTML paragraphs, and published at 3-second intervals with per-chapter success/failure reporting. ## Quick Start Start Chrome with remote debugging on port 9222, log in to fanqienovel.com, then ask the assistant to batch publish the chapters in your local folder to your Fanqie book.