fanqie-publisher

Automate publishing local Markdown chapters to the Fanqie writer backend.

20|6|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/amm10090/fanqie-publisher-skill --skill fanqie-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fanqie-publisher
Source: https://github.com/amm10090/fanqie-publisher-skill/tree/main
Command: npx skills add https://github.com/amm10090/fanqie-publisher-skill --skill fanqie-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Publishes local Markdown chapters to Fanqie’s writer backend by automating browser interactions, reducing repetitive data entry, and enabling login state persistence, batch releases, and scheduled publishing.

Core Features & Use Cases

  • Parse and normalize local chapter Markdown files (titles and serial numbers) for Fanqie publication.
  • Automate filling the Fanqie editor, manage login flows (including QR code login), and preserve login state across sessions.
  • Support single-chapter publication, batch publishing from a directory, and scheduling using Fanqie’s native scheduler.
  • Verify post-publish status by returning to chapter management and validating the published row.

Quick Start

Point this skill at a folder of Markdown chapters, preview the parsed list, then log in and publish a test chapter to validate the end-to-end flow.

Frequently Asked Questions about fanqie-publisher

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

FAQPage Schema
How do I automate publishing markdown chapters to Fanqie?

You can batch publish Markdown chapters to Fanqie by pointing the skill at a local directory to parse file titles, automating the Fanqie editor form filling via browser automation, and validating the post-publish status in chapter management.

Can I save and reuse my Fanqie login state across publishing sessions?

Yes, the skill saves and reuses your Fanqie login state across sessions. It manages browser automation login flows, including QR code authentication, to maintain persistent session credentials for repeated chapter publishing.

Does the Fanqie publishing workflow support scheduled chapter releases?

Yes, the Fanqie publishing workflow supports scheduled chapter releases. The browser automation interacts with Fanqie's native scheduler to queue Markdown chapters for future publication alongside immediate single-chapter uploads.

Do I need playwright to automate batch publishing on the Fanqie writer backend?

Yes, Playwright is required to automate batch publishing on the Fanqie writer backend. This dependency drives the browser automation needed to fill editor forms, manage QR login, and validate published chapter rows.

What safeguards are included when automating Fanqie chapter uploads?

Safeguards for automating Fanqie chapter uploads include daily character limits and retry guards. The skill validates chapter structure before form filling and verifies post-publish status by checking the chapter management rows.