Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add QuZhan51496/paper2anything --skill paper2htmlgit clone --depth 1 https://github.com/QuZhan51496/paper2anythingWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/quzhan51496/paper2anything/paper2html)<a href="https://agentmods.dev/skills/quzhan51496/paper2anything/paper2html"><img src="https://agentmods.dev/badge/skills/quzhan51496/paper2anything/paper2html.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00153 | $0.03276 |
| Opus 5 | $0.00077 | $0.01638 |
| Sonnet 5 | $0.00031 | $0.00655 |
| Haiku 4.5 | $0.00015 | $0.00328 |
Grade A, and why
paper2html scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.
paper2html — Paper to single-page project homepage (you-led, coordinated)
Turn a paper PDF into a self-contained, publish-ready single-page project website — the kind of paper
homepage researchers commonly build on GitHub Pages.
You are the lead author: this file is the recipe, not a fully automated script — there is no main.py,
no renderer. The mechanical steps (parse / extract / QA) call the small tools under scripts/; understanding
the paper, designing the page, and writing index.html are done by you (read the material and figures with
Read, write index.html with Write), confirming with the user at key points via AskUserQuestion.
PDF
→ parse + extract (parse_pdf.py: MinerU → clean.md + manifest.json + images/, gate 1)
→ you understand it + set the design (read manifest + clean.md + look at figures) → pick a design language [confirm design direction]
→ you hand-author the page (per the references/ design-language and authoring rules) → index.html [optional confirm]
→ QA validation (validate.py: missing figures/broken links/content fidelity, gate 2) → fix per report, loop
→ single-page project homepage index.html (+ images/, deployable as-is)
How you run this skill
- Step by step: run scripts for the mechanical steps via
Bash(absolute paths, no cd needed); do the design and authoring yourself withRead/Write. - Compute
WORKDIRinline at the top of each Bash block (each Bash call is a separate shell and does not share variables):WORKDIR="$(dirname "$pdf_path")/.paper2anything/html/$(basename "${pdf_path%.*}")"$pdf_pathis the paper PDF the user gave (reset it in each block). The scripts live in${SKILL_DIR}/scripts—SKILL_DIRis this skill's directory (see "Base directory for this skill: …" injected at the top of this skill); each Bash block is a separate shell, so in the blocks that use itexport SKILL_DIR=<that directory>once at the top (set it inline each time, likeWORKDIR). - Pause at decision points with
AskUserQuestion: after understanding the paper, confirm the design direction (design language / primary color / emphasis); after the draft is done, you may confirm again. - Faithful to the manifest, you fill the gaps: use only the real material in
manifest.json, don't fabricate numbers/authors/links; fields the manifest left empty (authors/abstract/links etc.) you complete from the full text ofclean.md— you are the lead author, deterministic extraction is only scaffolding.
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/design-languages.md 2.4 KB
- references/html-authoring.md 4.3 KB
- references/qa-checklist.md 3.1 KB
- scripts/_env.py 543 B runs code
- scripts/lib/__init__.py 297 B runs code
- scripts/lib/config.py 1.2 KB runs code
- scripts/lib/core.py 44 KB runs code
- scripts/lib/mineru_client.py 8.5 KB runs code
- scripts/parse_pdf.py 6.2 KB runs code
- scripts/render_check.py 7.4 KB runs code
- scripts/utils.py 3.6 KB runs code
- scripts/validate.py 3.3 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 211 lines · 0 tokens per session scan A 174cdb02113e
paper2html is a skill published in the GitHub repository QuZhan51496/paper2anything (409 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 153 tokens to every session and 3,276 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.
omh-report-package
This is a Hermes-native report-package workflow skill.
iflytek-ocr-invoice
An image-reading tool that extracts structured information from Chinese invoices, receipts, bills, and tickets. OCR means turning text in a photo or scan into computer-readable data.
iflytek-pdf-image-ocr
AI-powered OCR service for images and PDF documents using iFlytek's advanced recognition APIs.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When GLM needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.