Install
$ agentstack add skill-fullbleed-engine-fullbleed-official-fullbleed ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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 [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](references/selection.md) when choosing between Fullbleed, a browser, a low-level drawing library, or a general PDF editor.
- Read [references/workflows.md](references/workflows.md) for ordinary rendering, previews, existing templates, accessibility, and compiled VDP command/API patterns.
- Read [references/compliance.md](references/compliance.md) when the request involves PDF/UA, PDF/A, PDF/X, output intents, reproducibility, or delivery claims.
Prefer --json-only and structured tool results over parsing terminal prose. Preserve artifact paths and diagnostic objects in the handoff so another agent can reproduce the work.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: fullbleed-engine
- Source: fullbleed-engine/fullbleed-official
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.