aronnaxlinaronnaxlinCommunity·1 Agent Skills Included

minerupress

Convert MinerU PDF output into publishable book websites

Converts MinerU parsing results from scanned textbooks, manuals, and long PDFs into clean MkDocs Material book sites. Splits content into chapters automatically, copies images, and filters QR codes without manual cleanup of messy JSON output. Handles cloud API fetching, local parsing, build verification, and Cloudflare Pages deployment in one repeatable workflow.
npx skills add aronnaxlin/minerupress --all -g -y
Available:

Instructs the agent on how to install MineruPress, choose the correct source mode, run the export and build workflow, and follow repository boundaries when helping users publish books.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install MineruPress?

Run `npx skills add aronnaxlin/minerupress --all -g -y` in your terminal to install the skill globally for your agent.

How to turn a PDF into a book website?

Create a workspace with `minerupress init my-book`, configure `book.yml` with your PDF source, then run `minerupress fetch book.yml` and `mkdocs build --strict` to get a deployable site.

Does MineruPress include MinerU?

No. MineruPress only organizes MinerU output; you either upload existing results, use the official MinerU cloud API, or install the MinerU CLI separately.

How are chapters detected automatically?

Chapter boundaries are inferred from heading titles in the MinerU output, and you can refine them with aliases or regex patterns in `book.yml` when matching is ambiguous.

Can I deploy the book site automatically?

Yes. The built-in `cf_pages` plugin builds the site with `mkdocs build --strict` and deploys it to Cloudflare Pages after export.

Related Repositories in Content & Communication

View All in Content & Communication