html-portal-generator

html-portal-generator is a skill for Claude Code, Codex from athola/skrills. It costs 40 tokens per session (2,288 once invoked), scanned A, original, MIT.

A converter that turns a codebase into one self-contained HTML application. The file includes its own styles, scripts, and data, so it can run offline in a browser or be uploaded to an AI application portal.

In plain words
What is it for?
Use it to present a CLI tool, library, API, or framework in an interactive HTML file. It can expose documented features, configuration choices, and data structures for exploration.
Why use it?
Exploring a tool normally requires installing it, running a server, or wiring together several files. This packages the codebase into a single browser-based representation that users can inspect and interact with.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it to present a CLI tool, library, API, or framework in an interactive HTML file. It can expose documented features, configuration choices, and data structures for exploration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/athola/skrills/html-portal-generator
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 athola/skrills --skill html-portal-generator
Clone the repo
git clone --depth 1 https://github.com/athola/skrills

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 html-portal-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/athola/skrills/html-portal-generator/github.svg)](https://agentmods.dev/skills/athola/skrills/html-portal-generator)
Your own site
<a href="https://agentmods.dev/skills/athola/skrills/html-portal-generator"><img src="https://agentmods.dev/badge/skills/athola/skrills/html-portal-generator/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 html-portal-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/athola/skrills/html-portal-generator"><img src="https://agentmods.dev/badge/skills/athola/skrills/html-portal-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,288 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00040 $0.02288
Opus 5 $0.00020 $0.01144
Sonnet 5 $0.00008 $0.00458
Haiku 4.5 $0.00004 $0.00229

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

Security

Grade A, and why

html-portal-generator 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/html-portal-generator/SKILL.md · 248 lines

How it starts

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

HTML Portal Generator

Convert any codebase into a single, self-contained HTML portal application. The output is one .html file with embedded styles, scripts, and data that works offline, on file:// protocol, and can be uploaded into AI application portals.

When to Use

  • You have a codebase (CLI tool, library, API, framework) and need an interactive HTML representation of its functionality
  • The HTML will be uploaded into a smart AI portal or application integration system
  • You need all features to work standalone without a running server
  • You want users to explore, validate, analyze, and interact with the product from a browser

Process

Follow these phases in order. Each phase builds on the previous.

Phase 1: Codebase Analysis

Understand what the product does before writing any HTML.

  1. Read project documentation: README, CLAUDE.md, architecture docs, changelogs
  2. Identify core crates/packages: Map each module's purpose and public API
  3. Catalog user-facing features: CLI commands, API endpoints, configuration options
  4. Extract data structures: Response types, configuration schemas, enum values
  5. Find existing UI code: Dashboards, templates, stylesheets (reuse their design language)

Produce a mental inventory:

  • Feature list (what the product does)
  • Data catalog (what entities/types exist)
  • Command/API reference (how users interact)
  • Visual identity (colors, fonts, layout patterns from existing UI)

Phase 2: Reference Analysis (if provided)

If the user provides a reference HTML app:

  1. Read the first and last ~3KB to understand structure (large files may be minified)
  2. Identify the design pattern: CSS variables, layout system, component structure
  3. Note the interaction model: controls bar, status bar, grid layout, tab navigation
  4. Extract the color palette and typography from CSS custom properties

Phase 3: Architecture Design

Design the portal as a single-page app with tab navigation.

Required structural elements:

  • Sticky header with product name, version badge, and summary stats
  • Tab navigation bar for switching between views
  • Main container with max-width for readability
  • Sticky status bar footer with links to docs/repo
  • Toast notification system for user feedback

Read the full file on GitHub · 248 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. 11d ago First seen · 248 lines · 40 tokens per session scan A 4dd086488683

Subscribe to this mod's changes

html-portal-generator is a skill published in the GitHub repository athola/skrills (69 stars, last pushed 7d ago), licensed MIT. It adds 40 tokens to every session and 2,288 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

neo-vue

Use this skill when building, debugging, refactoring, or reviewing Vue 3 applications, SFCs, Composition API, Pinia stores, Vue Router, Vite, or Vue+TypeScript code. Trigger when the project has .vue files or the user mentions Vue, Pinia, Composition API, Router, reactivity, or component architecture.

Benknightdark/neo-skills · 75 tokens

neo-dotnet-tag-helper

Use this skill when the user asks to design, implement, refactor, or review custom ASP.NET Core Tag Helpers in C#, including TagBuilder usage, strongly typed attributes, dependency injection, ProcessAsync, and reusable Razor UI behavior.

Benknightdark/neo-skills · 53 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

performance

Optimize web performance for faster loading and better user experience. Use when asked to "speed up my site", "optimize performance", "reduce load time", "fix slow loading", "improve page speed", or "performance audit".

addyosmani/web-quality-skills · 49 tokens

core-web-vitals

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience using field and lab evidence. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

addyosmani/web-quality-skills · 67 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use when the user asks to build landing pages, websites, dashboards, web components, or any frontend UI. Generates creative, polished code that avoids generic AI aesthetics.

tobihagemann/turbo · 48 tokens