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 mochow13/keen-agent --skill render-html-pagegit clone --depth 1 https://github.com/mochow13/keen-agentWrote 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/mochow13/keen-agent/render-html-page)<a href="https://agentmods.dev/skills/mochow13/keen-agent/render-html-page"><img src="https://agentmods.dev/badge/skills/mochow13/keen-agent/render-html-page/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/mochow13/keen-agent/render-html-page"><img src="https://agentmods.dev/badge/skills/mochow13/keen-agent/render-html-page.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.00022 | $0.01196 |
| Opus 5 | $0.00011 | $0.00598 |
| Sonnet 5 | $0.00004 | $0.00239 |
| Haiku 4.5 | $0.00002 | $0.00120 |
Grade A, and why
render-html-page 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 today.
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 — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Render HTML page
Activate when the trip plan is complete and the user needs a file they can open in a browser.
Save via write_file as <Destination>_trip.html (e.g. Amsterdam_trip.html).
Hard constraints
- One file. All CSS inline in
<style>, all JS inline (or no JS at all). No external CSS/JS files, no build step, no CDN libraries, no icon webfonts. - Must open by double-click (
file://): nofetch()of local files, no module imports, no web-only APIs for core content. - The only external URLs allowed are content links: booking deep links, official ticket shops, operator timetables, Google Maps queries. Never a stylesheet, script, font, or image host.
- Never truncate the plan: every section from the output format (§5 of
prompts/system.md) appears in the page.
Design system
Tokens first, never hardcoded values outside :root. Standard palette — Tailwind slate neutrals + blue primary + amber warning (the most widely deployed web token system; all text pairs clear WCAG AA):
:root{
--ink:#0f172a; --muted:#64748b; --secondary:#475569; --bg:#f8fafc; --card:#ffffff;
--primary:#2563eb; --primary-dark:#1d4ed8; --primary-tint:#eff6ff;
--warn-bar:#d97706; --warn-bg:#fffbeb; --warn-line:#fde68a; --warn-ink:#92400e;
--line:#e2e8f0;
}
- Backgrounds: light neutral
var(--bg)page, whitevar(--card)content cards. No cream/paper tints, no dark-mode-only styling. - Accent discipline: blue = links/buttons/headings accents, slate = headings/body/borders, amber = warnings (
noticebox) only. Green/red strictly for success/error status; never decorative. - Typography (system stacks only, so the file works offline):
- Headings:
-apple-system, "Segoe UI", Inter, Roboto, sans-serif, tightletter-spacing:-.02em,h1 clamp(32px,5vw,54px),h2 24px,h3card titles. - Body: same stack at browser default size,
line-height:1.6. - Data/labels/prices/badges:
ui-monospace, "SF Mono", "Cascadia Code", Consolas, monospacewithtabular-nums— all prices, dates, and status labels are mono.
- Headings:
- Spacing/shape: content column
max-width:1020pxcentered; cardsborder:1px solid var(--line),border-radius:var(--radius),box-shadow:var(--shadow),padding:22px. - Icons: inline Unicode symbols only (✈ 🏨 🗺️ 🎟️ 🚆 🍽️ ⚠️). No emoji walls, no external icon library. Mark decorative icons
aria-hidden="true".
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.
- today First seen · 63 lines · 22 tokens per session scan A b7cc2a174056
render-html-page is a skill published in the GitHub repository mochow13/keen-agent (2 stars, last pushed today), licensed MIT. It adds 22 tokens to every session and 1,196 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-12.
Other skills, from other repositories
css-architecture
CSS architecture, design token strategy, Tailwind conventions, CSS Modules, container queries, dark mode, responsive patterns, and animation architecture. Use for design token naming, CSS custom properties, Tailwind config, container queries, dark mode implementation, fluid typography, or CSS animation decisions.…
design-system-tokens
Token architecture and component specifications. Three-layer tokens (primitive → semantic → component), CSS variables, spacing/typography scales, and component state definitions. Use for design token creation and systematic design.
popular-web-designs
54 real-world design systems (Stripe, Linear, Vercel, Supabase, Apple, Notion, Cursor, etc.) as ready-to-use HTML/CSS reference. Exact color palettes, typography hierarchies, component specs, spacing, shadow systems, and font substitutions. Use when building UI that should match a specific company's aesthetic.
design-md
Google's open DESIGN.md specification for describing visual identities to coding agents. YAML tokens + Markdown rationale + npx CLI for WCAG validation and W3C DTCG/Tailwind export. Use for formal, agent-consumable design system documentation.
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
warm-editorial-ui
Apply the "Warm Editorial Refinement" design system — a sophisticated, executive-grade aesthetic with warm cream surfaces (light mode) and warm charcoal surfaces (dark mode), Bahnschrift + Plus Jakarta Sans typography, generous rounded corners, multi-layer shadows, and a warm neutral palette. Supports both light and…