enablement-html-renderer

enablement-html-renderer is a skill for Claude Code from YoungLeadersDotTech/young-leaders-tech-marketplace. It costs 45 tokens per session (5,523 once invoked), scanned A, original, MIT.

A packaging tool that turns already-written training or enablement material into one offline HTML file. The file lets readers switch between bullets, prose, diagrams, and comics.

In plain words
What is it for?
Use it after a meeting, workshop, or training session to share a self-contained handoff, guide, or how-to; it can also create a generic Apps Script web-app bundle.
Why use it?
It avoids sending several separate versions of the same material and works without a server, build step, or external dependency.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Part of the enablement-html-renderer plugin — 1 skill shipped together

Good fit Use it after a meeting, workshop, or training session to share a self-contained handoff, guide, or how-to; it can also create a generic Apps Script web-app bundle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/youngleadersdottech/young-leaders-tech-marketplace/enablement-html-renderer
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 YoungLeadersDotTech/young-leaders-tech-marketplace --skill enablement-html-renderer
Clone the repo
git clone --depth 1 https://github.com/YoungLeadersDotTech/young-leaders-tech-marketplace

Made for: Claude Code.

Or install enablement-html-renderer, the plugin that ships this one along with the rest of its 1 skill.

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 enablement-html-renderer

README.md
[![agentmods](https://agentmods.dev/badge/skills/youngleadersdottech/young-leaders-tech-marketplace/enablement-html-renderer/github.svg)](https://agentmods.dev/skills/youngleadersdottech/young-leaders-tech-marketplace/enablement-html-renderer)
Your own site
<a href="https://agentmods.dev/skills/youngleadersdottech/young-leaders-tech-marketplace/enablement-html-renderer"><img src="https://agentmods.dev/badge/skills/youngleadersdottech/young-leaders-tech-marketplace/enablement-html-renderer/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 enablement-html-renderer

Your own site · 80×15
<a href="https://agentmods.dev/skills/youngleadersdottech/young-leaders-tech-marketplace/enablement-html-renderer"><img src="https://agentmods.dev/badge/skills/youngleadersdottech/young-leaders-tech-marketplace/enablement-html-renderer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,523 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00045 $0.05523
Opus 5 $0.00023 $0.02762
Sonnet 5 $0.00009 $0.01105
Haiku 4.5 $0.00005 $0.00552

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

Security

Grade A, and why

enablement-html-renderer scanned grade A with 1 finding 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 12d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/check_ai_isms.py, scripts/check_em_dash.sh, scripts/gas-deploy.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

without executing JS (curl/view-source, some social-preview scrapers, or a brief flash of the
plugins/enablement-html-renderer/skills/enablement-html-renderer/SKILL.md · 398 lines

How it starts

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

enablement-html-renderer

A handoff target, not a starting point. Other drafting workflows produce the substance; this skill packages it into a single HTML file a person opens anywhere and reads in the format that suits how they absorb information.

The core idea: people absorb the same knowledge differently. Some want terse bullets, some want prose, some want a diagram, some want it as a comic. Instead of producing four artifacts, this produces one file with a format selector built in. All four representations of the same content ship inside the file. No server, no build step, no dependency: it is one .html you email, drop in a channel, or attach to a meeting summary.


When to use

  • The end of a meeting, workshop, or training session, packaging the outputs for attendees.
  • Distributing a "gotcha" guide, a Claude Code help guide, or a how-to across a team.
  • Repackaging any already-written knowledge so recipients pick their own format.
  • Another skill calls this on finish to produce the shareable artifact.
  • You want a hosted share path as well as the offline file, using a generic Apps Script web app.

Skip when

  • The content does not exist yet. This skill renders; it does not draft. Run the drafting workflow first, then hand here.
  • A plain document is genuinely all that is wanted (a single-format .docx/.md).
  • The deliverable is interactive software, not a read-to-absorb artifact.

The handoff contract (how other skills call this)

A calling skill passes a content bundle: a small JSON or markdown object with the source material already written. This skill never invents the substance; it only transforms and packages what it receives. Minimum fields:

{
  "title": "Claude Code gotchas, week of 16 Jun",
  "kind": "training | meeting | workshop | guide",
  "core_idea": "The one thing the reader must leave with.",
  "sections": [
    {
      "heading": "...",
      "body": "the prose source of truth for this section",
      "estMinutes": 5,
      "videoUrl": "https://loom.com/share/...?t=52",
      "callouts": [
        { "level": "critical | warn | tip | never", "text": "the one thing not to get wrong" }
      ],
      "commands": ["colima stop", "colima start"],
      "images": [
        { "src": "data:image/png;base64,iVBORw0KGgo...", "alt": "the login screen", "caption": "Where the SSO button lives" }
      ]
    }
  ],
  "agenda": ["optional list of items covered"],
  "tasks": [{ "who": "[NAME]", "what": "action", "due": "date or blank" }],
  "links": [{ "label": "Loom walkthrough", "url": "..." }],
  "siteBar": {
    "name": "Young Leaders in Tech",
    "homeUrl": "https://www.youngleaders.tech/",
    "logo": "data:image/png;base64,... (or an https URL)",
    "brandColor": "#990101",
    "nav": [{ "label": "Blog", "url": "https://www.youngleaders.tech/" }],
    "subscribe": { "label": "Subscribe", "url": "https://..." }
  }
}

Read the full file on GitHub · 398 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. 12d ago First seen · 398 lines · 45 tokens per session scan A f7f14fe13096

Subscribe to this mod's changes

enablement-html-renderer is a skill published in the GitHub repository YoungLeadersDotTech/young-leaders-tech-marketplace (10 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 5,523 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

stage-dsl

The map for reading and editing an OpenMAIC stage document with readstage, patchstage, and grepstage. Load it before patching a structure you have not patched before, when patchstage rejects an operation, or whenever the path from a stage, outline, scene, content object, or action to the field you need is uncertain.…

THU-MAIC/OpenMAIC · 104 tokens

pptx-import

A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.

THU-MAIC/OpenMAIC · 125 tokens

dev-camp-deck

Creates a professional PowerPoint presentation about a Copilot Dev Camp lab or topic. Researches Microsoft Learn documentation, organizes content into a slide structure, and generates a polished deck with speaker notes. Use when user asks to "create a presentation on", "make a deck about", "build a slideshow for"…

microsoft/copilot-camp · 91 tokens

read-book

When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…

coreyhaines31/makerskills · 192 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

training-report

Produce a professional training/workshop report as a .docx file. Use this skill whenever the user mentions "training report", "workshop report", "compte rendu", "compte rendu de formation", "formation report", "debriefing a workshop", "write up a training session", "résumé de formation", or any request to document a…

samber/cc-skills · 179 tokens