save-as-standalone-html

save-as-standalone-html is a skill for Claude Code, Codex from aiatelie/ai-atelie. It costs 14 tokens per session (337 once invoked), scanned A, original, MIT.

A bundling workflow that combines an HTML page and its images, styles, scripts, fonts, and other referenced files into one HTML file that works without internet access.

In plain words
What is it for?
Use it to package a finished HTML page for offline viewing, delivery, or download. The source page must include a small SVG preview template.
Why use it?
It removes the need to keep a folder of dependent files or rely on external resources when sharing or handing off a page.

Skill for Claude CodeCodex

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

Good fit Use it to package a finished HTML page for offline viewing, delivery, or download. The source page must include a small SVG preview template.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiatelie/ai-atelie/save-as-standalone-html
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 aiatelie/ai-atelie --skill save-as-standalone-html
Clone the repo
git clone --depth 1 https://github.com/aiatelie/ai-atelie

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 save-as-standalone-html

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiatelie/ai-atelie/save-as-standalone-html/github.svg)](https://agentmods.dev/skills/aiatelie/ai-atelie/save-as-standalone-html)
Your own site
<a href="https://agentmods.dev/skills/aiatelie/ai-atelie/save-as-standalone-html"><img src="https://agentmods.dev/badge/skills/aiatelie/ai-atelie/save-as-standalone-html/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 save-as-standalone-html

Your own site · 80×15
<a href="https://agentmods.dev/skills/aiatelie/ai-atelie/save-as-standalone-html"><img src="https://agentmods.dev/badge/skills/aiatelie/ai-atelie/save-as-standalone-html.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 337 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.00014 $0.00337
Opus 5 $0.00007 $0.00169
Sonnet 5 $0.00003 $0.00067
Haiku 4.5 $0.00001 $0.00034

Measured 11d ago against content hash 0e53a4305833, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

save-as-standalone-html 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 11d 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.

skills/save-as-standalone-html/SKILL.md · 42 lines

What it actually says

Save as standalone HTML

⚠️ STUB — this is a working theory of the skill body. The wrapped tool (super_inline_html) gives the contract.

What it does

Bundles an HTML file and all its referenced assets (images, CSS, JS, fonts, ext-resource-dependency meta tags) into a single self-contained HTML file that works offline. Runs a deterministic browser-side bundler.

Required input

The source HTML must contain a <template id="__bundler_thumbnail"> with a simple, colorful, iconographic SVG preview (30% padding on each side). This is shown:

  • as a splash while the bundle unpacks, and
  • as the no-JS fallback.

A simple icon, glyph, or 1–2 letters is enough.

Workflow

  1. Open the source HTML, confirm it loads cleanly.
  2. Inject the <template id="__bundler_thumbnail"> if it's not there. Keep it minimal.
  3. Call super_inline_html({ input_path, output_path }).
  4. Open the output to verify it renders standalone.
  5. Offer the bundled file via present_fs_item_for_download.

Notes

  • Don't bundle work that's still actively being iterated on — the standalone is for handoff/share, not for in-progress.
  • The bundler is deterministic; same input → same output.

TODO

  • Replace this with the real skill body once captured.
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. 11d ago First seen · 42 lines · 14 tokens per session scan A 0e53a4305833

Subscribe to this mod's changes

save-as-standalone-html is a skill published in the GitHub repository aiatelie/ai-atelie (8 stars, last pushed 3mo ago), licensed MIT. It adds 14 tokens to every session and 337 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.

Related

Other skills, from other repositories

waitlist-page

Minimal pre-launch landing with email capture, brand logo, and optional decorative layer. Reads DESIGN.md for colors, typography, and layout rules. Best for: product launches, beta signups, early access programs, indie projects.

nexu-io/open-design · 49 tokens

saas-landing

Single-page SaaS landing with hero, features, social proof, pricing, and CTA. Respects the active DESIGN.md color/typography/layout tokens. Trigger keywords: "saas landing", "marketing page", "product landing".

nexu-io/open-design · 52 tokens

web-prototype

General-purpose desktop web prototype. Single self-contained HTML file built by copying the seed assets/template.html and pasting section layouts from references/layouts.md. Default for any landing / marketing / docs / SaaS page when no more specific skill matches.

nexu-io/open-design · 59 tokens

webgl-experience

A full-screen, real-time WebGL/WebGL2 experience — animated shaders, 3D scenes, generative visuals, particle fields — rendered live on the GPU with a typographic overlay. Produced as a single self-contained index.html. Use when the brief asks for a "WebGL", "shader", "3D", "generative", "GPU", "interactive canvas"…

nexu-io/open-design · 114 tokens

worker-visualizer

A real-time data/particle/simulation visualizer whose heavy compute runs in a Web Worker (off the main thread), optionally sharing memory with the UI via SharedArrayBuffer, and renders to a canvas at 60fps. Produced as a single self-contained index.html. Use when the brief asks for a "web worker", "simulation"…

nexu-io/open-design · 123 tokens

webgl-liquid-metal

A real-time liquid-metal shader — a domain-warped noise field shaded as molten chrome, with a sweeping specular highlight over an iridescent thin-film (cosine-palette) sheen. No textures. Rendered as a single self-contained index.html. Use when the brief asks for "liquid metal", "molten chrome", "iridescent"…

nexu-io/open-design · 121 tokens