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.
git clone --depth 1 https://github.com/AntonioBlago/claude-code-seo-starterWrote 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/commands/antonioblago/claude-code-seo-starter/visibly-seo-pdf-build)<a href="https://agentmods.dev/commands/antonioblago/claude-code-seo-starter/visibly-seo-pdf-build"><img src="https://agentmods.dev/badge/commands/antonioblago/claude-code-seo-starter/visibly-seo-pdf-build/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/commands/antonioblago/claude-code-seo-starter/visibly-seo-pdf-build"><img src="https://agentmods.dev/badge/commands/antonioblago/claude-code-seo-starter/visibly-seo-pdf-build.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.00010 | $0.00289 |
| Opus 5 | $0.00005 | $0.00144 |
| Sonnet 5 | $0.00002 | $0.00058 |
| Haiku 4.5 | $0.00001 | $0.00029 |
Grade A, and why
visibly-seo-pdf-build 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 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.
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.
What it actually says
Run Workflow 4 — PDF Generation (see docs/workflows.md).
Rules
- Run the script with your project virtualenv:
python $ARGUMENTS - Reuse a shared CI module rather than copy-pasting colours/fonts into every
script. Start from
templates/pdf_example.py. - Font registration — register every font you use with
uni=Trueso accented characters render. Keep fonts in afonts/folder (not committed if licensed). - Accented characters — use real
ä ö ü ß é ñ, never ASCII substitutes. - Wide tables — switch to manual
multi_celllayout when cell text exceeds ~50 characters, so cells stay readable.
After building
- Open the PDF and verify: cover colours, fonts render correctly, accents intact, page breaks clean.
- If anything is off: fix the script, rebuild. Don't hand over a broken PDF.
Alternative
If a PDF MCP server is connected, prefer its html_to_pdf / text_to_pdf tools
for simple documents. Use fpdf2 only when you need fine-grained layout control.
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 · 32 lines · 10 tokens per session scan A eb511859bf19
visibly-seo-pdf-build is a command published in the GitHub repository AntonioBlago/claude-code-seo-starter (3 stars, last pushed 5d ago), licensed MIT. It adds 10 tokens to every session and 289 once invoked, about $0.0001 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-31.
Other commands, from other repositories
client-report
Produce the full client-facing first-scan pitch report for a prospect, end to end — live scan, research pass, branded PDF.
growth-proposal
Build a branded growth-proposal PDF — gather research + client.yml, invoke proposal-builder, render and review.
octo-docs
Document delivery with export to PPTX, DOCX, PDF formats.
doc-to-md
Convert a PDF, docx, image, or other document to clean Markdown using Antigravity (agy) multimodal Gemini. Saves to docs/agy/converted/.
paper-trail-inject-url
Injecte une URL OA connue (HAL, dépôt uni, NIME, page perso) pour une ref dont la cascade automatique a échoué, puis relance l'acquisition + validation page 1.
paper-trail-acquire
Troisième passe du pipeline cible refondu. Lance la cascade PDF (10 sources : Crossref OA + arXiv + OpenAlex + Unpaywall + HAL + CORE + éditeur par DOI + archive.org + WebSearch ; jusqu'à 17 avec les voies par navigateur et les sources étendues opt-in) ciblée sur les refs d'un SOTA donné. Différent de pipeline run qui…