report-render

report-render is a command for Codex from marcusquinn/aidevops. It costs 12 tokens per session (1,064 once invoked), scanned A, original, MIT.

A command that turns Markdown or JSON reports into HTML pages and PDF-ready previews. It keeps the source report as the editable original and supports different page and presentation formats.

In plain words
What is it for?
Use it to validate reports, render browser previews, review report navigation and evidence, and export A4, US Letter, or slide PDFs.
Why use it?
It avoids manually editing exported HTML or PDFs when the report needs changes or a new export.

Command for Codex

Part of the aidevops plugin — 13 skills, 128 commands shipped together

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.

agentmods
npx agentmods add commands/marcusquinn/aidevops/report-render
Clone the repo
git clone --depth 1 https://github.com/marcusquinn/aidevops

Made for: Codex.

Or install aidevops, the plugin that ships this one along with the rest of its 13 skills, 128 commands.

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 report-render

README.md
[![agentmods](https://agentmods.dev/badge/commands/marcusquinn/aidevops/report-render.svg)](https://agentmods.dev/commands/marcusquinn/aidevops/report-render)
Your own site
<a href="https://agentmods.dev/commands/marcusquinn/aidevops/report-render"><img src="https://agentmods.dev/badge/commands/marcusquinn/aidevops/report-render.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,064 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00012 $0.01064
Opus 5 $0.00006 $0.00532
Sonnet 5 $0.00002 $0.00213
Haiku 4.5 $0.00001 $0.00106

Measured yesterday against content hash d9f709c2eef5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

report-render 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 yesterday.

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.

.agents/scripts/commands/report-render.md · 99 lines

How it starts

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

Render a report-ready Markdown or JSON file:

Input: $ARGUMENTS

Process

  1. Confirm the input is a Markdown or JSON report file.
  2. Run ~/.aidevops/agents/scripts/report-render-helper.sh validate <input.md|input.json>.
  3. Render HTML with ~/.aidevops/agents/scripts/report-render-helper.sh render <input.md|input.json> --output report.html.
  4. Open the HTML in a browser, review the sticky table of contents, source cards, evidence badges, and PDF links.
  5. Export A4, US Letter, or slides PDFs from the generated HTML. If using Chrome/Chromium headless, pass --no-pdf-header-footer so browser date/title/URL/page-number chrome is not printed. Keep Markdown/JSON canonical and regenerate exports rather than editing HTML/PDF by hand.

Usage

/report-render report.md
/report-render report.json

Direct helper options:

~/.aidevops/agents/scripts/report-render-helper.sh render report.md \
  --template axel \
  --theme auto \
  --pdf-profile a4 \
  --output report.html

Brand guideline handoff from a project DESIGN.md:

aidevops design guidelines . --pdf

Templates and profiles

Templates:

  • basic — lightweight default renderer style.
  • editorial-evidence — richer report style based on the editorial evidence DESIGN.md profile.
  • Original-brief named styles: run report-render-helper.sh list-templates for axel, arxiv, wikipedia, medium, ghost, ulysses, ia, docuseal, times, consumer, tavily, supermemory, savvy, exsqueezeme, terminalshop, scalefusion, zeroheight, superx, wpcodebox, outrank, lottiefiles, knob, postedapp, serper, indexsy, lifee, bento, ibm, apple, cabinet, heron, usgraphics, and signal-agency.

PDF profiles:

  • a4 — default A4 portrait print/PDF CSS.
  • letter — US Letter portrait print/PDF CSS.
  • slides-16-9-1 — 16:9 landscape PDF presentation, one content column.
  • slides-16-9-2 — 16:9 landscape PDF presentation, two content columns.
  • slides-16-9-3 — 16:9 landscape PDF presentation, three content columns.

Read the full file on GitHub · 99 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. yesterday First seen · 99 lines · 12 tokens per session scan A d9f709c2eef5

Subscribe to this mod's changes

report-render is a command published in the GitHub repository marcusquinn/aidevops (391 stars, last pushed yesterday), licensed MIT. It adds 12 tokens to every session and 1,064 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-09-03.