paperlab_book_typesetting_release

paperlab_book_typesetting_release is a skill for Claude Code, Codex from equinor/neqsim. It costs 55 tokens per session (736 once invoked), scanned A, original, Apache-2.0.

A final production checklist for PaperLab books in HTML, PDF, DOCX, and ODF formats. It checks layout details such as page breaks, equations, tables, captions, headers, figures, and responsive behavior.

In plain words
What is it for?
Use it when preparing a book for review, course release, or publisher submission.
Why use it?
It catches rendering problems that may not be visible in the source files, such as clipped content, overflowing tables, broken equations, or poor mobile layouts.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when preparing a book for review, course release, or publisher submission.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/equinor/neqsim/paperlab_book_typesetting_release
Install

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.

Any agent
npx skills add equinor/neqsim --skill paperlab_book_typesetting_release
Clone the repo
git clone --depth 1 https://github.com/equinor/neqsim

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for paperlab_book_typesetting_release

README.md
[![agentmods](https://agentmods.dev/badge/skills/equinor/neqsim/paperlab_book_typesetting_release/github.svg)](https://agentmods.dev/skills/equinor/neqsim/paperlab_book_typesetting_release)
Your own site
<a href="https://agentmods.dev/skills/equinor/neqsim/paperlab_book_typesetting_release"><img src="https://agentmods.dev/badge/skills/equinor/neqsim/paperlab_book_typesetting_release/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for paperlab_book_typesetting_release

Your own site · 80×15
<a href="https://agentmods.dev/skills/equinor/neqsim/paperlab_book_typesetting_release"><img src="https://agentmods.dev/badge/skills/equinor/neqsim/paperlab_book_typesetting_release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 736 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00736
Opus 5 $0.00028 $0.00368
Sonnet 5 $0.00011 $0.00147
Haiku 4.5 $0.00006 $0.00074

Measured 8d ago against content hash 90aa7719706b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

paperlab_book_typesetting_release 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.

neqsim-paperlab/skills/paperlab_book_typesetting_release/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PaperLab Book Typesetting Release

When to Use

USE WHEN: preparing a PaperLab book for professional review, course release, or publisher submission. This skill checks rendered outputs, not only Markdown source. Use after content, figure, citation, and notebook checks are mostly stable.

DO NOT USE for: scientific validation of claims. Pair with paperlab_scientific_traceability_audit for that.

Required Render Targets

For a release candidate, render at least:

python paperflow.py book-build books/<book> --format html --skip-notebooks --no-compile
python paperflow.py book-render books/<book> --format docx
python paperflow.py book-render books/<book> --format pdf
python paperflow.py book-render books/<book> --format odf

Use --format odf, not --format odt.

HTML Checks

  • No horizontal page overflow at 500 px, 768 px, 1024 px, and desktop widths.
  • Sidebar behavior is usable on desktop and hidden or collapsed on small screens.
  • Cover, title, figures, equations, and tables are not clipped.
  • Tables scroll horizontally only inside the table area, not the full page.
  • KaTeX equations render without raw LaTeX showing in normal reading mode.
  • Standalone HTML has embedded images when generated with the book-root _embed_images.py helper.

PDF Checks

  • Correct page size, margins, font size, and publisher profile.
  • Chapter openings start cleanly, preferably recto for two-sided books.
  • Running headers are absent from title pages and sensible on body pages.
  • Tables use booktabs-style rules and do not overflow the text block.
  • Figures stay close to their first reference and do not split from captions.
  • Equations are numbered by chapter and do not collide with text.
  • No orphan headings, widowed single lines, or large blank areas caused by floats.

DOCX Checks

  • Equations become native Word equations when the OMML conversion dependency is available.
  • Figure captions use consistent style and numbering.
  • Cross-references and citation text survive conversion.
  • Tables have readable column widths and no vertical-rule clutter.
  • Heading levels map correctly to Word styles and table of contents generation.

Read the full file on GitHub · 90 lines

Changes

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.

  1. 8d ago First seen · 90 lines · 55 tokens per session scan A 90aa7719706b

Subscribe to this mod's changes

paperlab_book_typesetting_release is a skill published in the GitHub repository equinor/neqsim (151 stars, last pushed today), licensed Apache-2.0. It adds 55 tokens to every session and 736 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

pdf-design

Designs PDF reports and proposals from HTML with previews and branding. Use to create, export, or securely upload a PDF.

jamditis/claude-skills-journalism · 28 tokens

document-design

Creates print-ready HTML that exports to PDF. Use to make a proposal, report, one-pager, newsletter, slides, or flyer.

jamditis/claude-skills-journalism · 31 tokens

solidworks-engineering-drawing

A SolidWorks skill for creating and reviewing engineering drawings, which are manufacturing documents showing views, measurements, holes, parts lists, and title-block information.

wzyn20051216/solidworks-automation-skill · 58 tokens

architectural-drawing-parser

Parse architectural drawings, floor plans, and building code compliance documents using Vision AI. Extracts building type, occupancy, floor areas, room layouts, dimensions, and code parameters. Use when: reading PDF floor plans, analyzing architectural drawings, extracting building data from images or scanned…

TerminalSkills/skills · 62 tokens

accessibility-pass

Use this skill whenever the user asks to check, review, or fix the accessibility of a PowerPoint deck, Word document, HTML page, or Markdown file, and before handing over any deck or document this agent just generated, so it does not ship with missing alt text, untitled slides, or unreadable colour contrast.

microsoft/cat-agent-skills · 69 tokens

design-export-repair

Fixes broken decks/PDFs exported from Claude's "Design" feature (or similar AI deck generators) — cut-off or clipped text, wrong/substituted fonts, and corrupted .pptx package structure that shows up only once you export to PDF, not while looking at it in the app. Use this skill whenever the user uploads a zip, .pptx…

OneWave-AI/claude-skills · 219 tokens