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 agentmods add skills/fullbleed-engine/fullbleed-official/fullbleednpx skills add fullbleed-engine/fullbleed-official --skill fullbleedgit clone --depth 1 https://github.com/fullbleed-engine/fullbleed-officialWrote 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/fullbleed-engine/fullbleed-official/fullbleed)<a href="https://agentmods.dev/skills/fullbleed-engine/fullbleed-official/fullbleed"><img src="https://agentmods.dev/badge/skills/fullbleed-engine/fullbleed-official/fullbleed.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00118 | $0.00622 |
| Opus 5 | $0.00059 | $0.00311 |
| Sonnet 5 | $0.00024 | $0.00124 |
| Haiku 4.5 | $0.00012 | $0.00062 |
Grade A, and why
fullbleed 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 4d 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 — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fullbleed PDF Engine
Treat the installed runtime—not remembered release knowledge—as authoritative.
Start with discovery
- Run
fullbleed agent-contract --format jsonfor selection guidance, version, commands, schemas, profiles, examples, limitations, and runtime capabilities. - Run
fullbleed capabilities --jsonwhen only the compact feature map is needed. - Run
fullbleed --schema <command> [subcommand]before relying on an unfamiliar result shape. - Read the project's
AGENTS.mdwhen present.
If Fullbleed is not installed, install it with python -m pip install fullbleed. Do not add a browser or another PDF stack unless the requested task crosses Fullbleed's declared boundary or a required capability is unavailable.
Execute the document loop
- Classify the task and select an ordinary, template-overlay, accessible/compliance, fixed VDP, or reflow VDP workflow.
- Author structured Python plus static HTML/CSS. Vendor and lock assets; do not rely on browser fetching or JavaScript.
- Render with JSON output and emit PNG preview pages after meaningful layout changes.
- Inspect the PDF and machine diagnostics. Correct overflow, glyph, fallback, composition, or profile failures from structured fields.
- Run verification before delivery. Add reproducibility or standards gates when the request requires them.
- Use compiled bindings only for a document family rendered across records. Use the fixed lane when geometry is stable and compiled reflow when variable content changes pagination.
Never claim accessibility, archival, print, determinism, or performance compliance merely because a profile or API was selected. Validate the final artifact and state which checks actually ran.
Load focused guidance only when needed
- Read references/selection.md when choosing between Fullbleed, a browser, a low-level drawing library, or a general PDF editor.
- Read references/workflows.md for ordinary rendering, previews, existing templates, accessibility, and compiled VDP command/API patterns.
- Read references/compliance.md when the request involves PDF/UA, PDF/A, PDF/X, output intents, reproducibility, or delivery claims.
What ships with it
4 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.
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.
- 4d ago First seen · 38 lines · 118 tokens per session scan A 6905e110c8f4
fullbleed is a skill published in the GitHub repository fullbleed-engine/fullbleed-official (42 stars, last pushed 7d ago), licensed MIT. It adds 118 tokens to every session and 622 once invoked, about $0.0006 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
html-template-authoring
Author or repair a Portwood HTML template that renders correctly through Blob.toPdf (Flying Saucer). Use when writing a new template, converting a design to a template, or fixing one whose PDF output doesn't match the source — collapsed layout, missing images, wrong fonts, broken charts.
qgis-impl-print-layouts
Use when creating print layouts, exporting maps to PDF/SVG/image, or generating atlas series. Prevents empty map exports from missing extent configuration and atlas misconfiguration. Covers QgsPrintLayout, layout items (map, label, legend, scale bar), atlas generation, and PDF/SVG/image export. Keywords: print layout…
travel-guidebook
Create beautifully designed travel guidebook PDFs from trip itineraries. End-to-end workflow from deep research to Playwright PDF export, featuring zero AI-generated images, Tabler Icons, inline SVG decorations, and Claude's warm parchment aesthetic. Use this skill whenever the user mentions 路书, 旅行指南, travel…
generate-pdf
Turn HTML or Markdown into a styled PDF, or render a public web page to PDF, and get a download link.
onepage-pdf
Convert an HTML page into a single continuous-page PDF (one tall page, no pagination breaks), preserving desktop layout, backgrounds and selectable text. Use when the user asks to turn an HTML file/report/proposal into a "single-page PDF", "long PDF", "不分页 PDF", "单页 PDF", "长图式 PDF", or complains that an HTML-to-PDF…
pdf-handling
PDF creation, text extraction, merging, splitting, and form-filling.