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 kabde/dp-createur --skill dp-export-pdfgit clone --depth 1 https://github.com/kabde/dp-createurWrote 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/kabde/dp-createur/dp-export-pdf)<a href="https://agentmods.dev/skills/kabde/dp-createur/dp-export-pdf"><img src="https://agentmods.dev/badge/skills/kabde/dp-createur/dp-export-pdf/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.
<a href="https://agentmods.dev/skills/kabde/dp-createur/dp-export-pdf"><img src="https://agentmods.dev/badge/skills/kabde/dp-createur/dp-export-pdf.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00078 | $0.04500 |
| Opus 5 | $0.00039 | $0.02250 |
| Sonnet 5 | $0.00016 | $0.00900 |
| Haiku 4.5 | $0.00008 | $0.00450 |
Grade B, and why
dp-export-pdf scanned grade B with 2 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 10d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
Ubuntu : sudo apt-get install wkhtmltopdf Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
result = subprocess.run(['file', 'exports/[slug].pdf'], capture_output=True, text=True) How it starts
The opening of the file, as written. The whole thing — 546 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Export PDF — Convertisseur HTML → PDF Professionnel
Convertit les fichiers HTML générés par les skills DP Créateur en PDF professionnels prêts à vendre ou distribuer. Le PDF est le format standard pour les ebooks, guides et lead magnets vendus en ligne.
Quick Reference
| Commande | Description |
|---|---|
/dp-export-pdf browser [fichier.html] |
Conversion via navigateur (aucune installation) |
/dp-export-pdf [fichier.html] |
Conversion simple avec options par défaut |
/dp-export-pdf [fichier.html] --cover |
Avec page de couverture |
/dp-export-pdf [fichier.html] --toc |
Avec table des matières cliquable |
/dp-export-pdf [fichier.html] --full |
Cover + TOC + headers/footers + numéros de page |
/dp-export-pdf batch [dossier] |
Convertir tous les HTML d'un dossier |
/dp-export-pdf check |
Vérifier que les outils de conversion sont installés |
Output Format
LIVRABLE :
├── exports/[slug].pdf
│ ├── PDF professionnel haute qualité
│ ├── Pagination automatique
│ ├── Liens internes et externes cliquables
│ ├── Table des matières cliquable (optionnel)
│ ├── Page de couverture (optionnel)
│ ├── Headers/footers avec numéros de page (optionnel)
│ └── Optimisé pour impression et écran
└── Prêt à uploader sur Gumroad, LemonSqueezy, etc.
Process
1. Vérifier les outils → Puppeteer, Playwright, ou wkhtmltopdf installé ?
2. Context intake → Fichier source, options de format
3. Préparer le HTML → Injecter les styles print, cover, TOC
4. Convertir → HTML → PDF via le moteur disponible
5. Vérifier → Pages, taille, liens, qualité
6. Deliver → Fichier PDF + résumé
Step 1 — Vérifier les Outils de Conversion
Tester dans cet ordre de préférence :
# Option 1 (recommandée) : Puppeteer / Playwright (via Node.js)
which node && npm list -g puppeteer 2>/dev/null || npm list puppeteer 2>/dev/null
# Option 2 : Playwright
which playwright 2>/dev/null
# Option 3 : wkhtmltopdf
which wkhtmltopdf 2>/dev/null
# Option 4 : Prince (commercial, haute qualité)
which prince 2>/dev/null
# Option 5 : Chrome/Chromium headless
which google-chrome 2>/dev/null || which chromium 2>/dev/null || which chromium-browser 2>/dev/null
What ships with it
1 file 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.
- 10d ago First seen · 546 lines · 78 tokens per session scan B 96758e79637a
dp-export-pdf is a skill published in the GitHub repository kabde/dp-createur (24 stars, last pushed 4mo ago), licensed MIT. It adds 78 tokens to every session and 4,500 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
pydicom
Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
pdf-extract-create-workflow
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab.
document-direct-python
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports.
parse-document
Convert a PDF, scan, image of a page, or office file to clean markdown through the connected Superlinked MCP edge, so the source document is not read into model context directly. Use when the user asks to read, parse, OCR, extract from, summarize, or answer questions about a document.