render-html-page

render-html-page is a skill for Claude Code, Codex from mochow13/keen-agent. It costs 22 tokens per session (1,196 once invoked), scanned A, original, MIT.

A workflow that turns a completed trip plan into one self-contained HTML file, which is a web page that can be opened in a browser. The file keeps its styles and scripts inside the page and can open by double-clicking it.

In plain words
What is it for?
Use it to save a finished destination itinerary as an offline HTML page with inline styling and permitted links to booking, ticket, timetable, and map services.
Why use it?
It lets someone share or open the finished plan without a build process, local server, external libraries, or separate asset files. It also preserves every section of the plan.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to save a finished destination itinerary as an offline HTML page with inline styling and permitted links to booking, ticket, timetable, and map services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mochow13/keen-agent/render-html-page
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.

Any agent
npx skills add mochow13/keen-agent --skill render-html-page
Clone the repo
git clone --depth 1 https://github.com/mochow13/keen-agent

Made for: Claude Code, Codex.

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 render-html-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/mochow13/keen-agent/render-html-page/github.svg)](https://agentmods.dev/skills/mochow13/keen-agent/render-html-page)
Your own site
<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.

agentmods 80×15 button for render-html-page

Your own site · 80×15
<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>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,196 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00022 $0.01196
Opus 5 $0.00011 $0.00598
Sonnet 5 $0.00004 $0.00239
Haiku 4.5 $0.00002 $0.00120

Measured today against content hash b7cc2a174056, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

examples/travel-orchestrator/skills/render-html-page/SKILL.md · 63 lines

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://): no fetch() 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, white var(--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 (notice box) 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, tight letter-spacing:-.02em, h1 clamp(32px,5vw,54px), h2 24px, h3 card titles.
    • Body: same stack at browser default size, line-height:1.6.
    • Data/labels/prices/badges: ui-monospace, "SF Mono", "Cascadia Code", Consolas, monospace with tabular-nums — all prices, dates, and status labels are mono.
  • Spacing/shape: content column max-width:1020px centered; cards border: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".

Read the full file on GitHub · 63 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. today First seen · 63 lines · 22 tokens per session scan A b7cc2a174056

Subscribe to this mod's changes

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.

Related

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.…

saajunaid/caddis-plugin · 75 tokens

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.

saajunaid/caddis-plugin · 44 tokens

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.

saajunaid/caddis-plugin · 73 tokens

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.

saajunaid/caddis-plugin · 54 tokens

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.

saajunaid/caddis-plugin · 63 tokens

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…

saajunaid/caddis-plugin · 174 tokens