ui-html-renderer

ui-html-renderer is a skill for Claude Code, Codex from Orkas-AI/Orkas. It costs 4 tokens per session (3,897 once invoked), scanned A, original, MIT.

A specialist guide for building and repairing complex HTML interfaces, especially ones with changing state or strict requirements to match a source design.

In plain words
What is it for?
Use it for stateful HTML, source-to-HTML fidelity work, reusable component galleries, brand boards, runtime repairs, and detailed implementation handoffs.
Why use it?
It helps resolve blank or unstable pages and ensures complicated interfaces, component galleries, and handoff examples render correctly.

Skill for Claude CodeCodex

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

Good fit Use it for stateful HTML, source-to-HTML fidelity work, reusable component galleries, brand boards, runtime repairs, and detailed implementation handoffs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas/ui-html-renderer
About the project

Orkas is a desktop application for commanding a team of AI agents through one chat, with a commander model assigning work to specialist agents in parallel or in sequence. People use it to coordinate research, writing, presentations, and software tasks while keeping files on their computer. The catalogue includes skills for extending the agents available to Orkas.

Orkas-AI/Orkas · 1,808 stars · on GitHub · orkas.ai

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 Orkas-AI/Orkas --skill ui-html-renderer
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/orkas-ai/orkas/ui-html-renderer.svg)](https://agentmods.dev/skills/orkas-ai/orkas/ui-html-renderer)
Your own site
<a href="https://agentmods.dev/skills/orkas-ai/orkas/ui-html-renderer"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas/ui-html-renderer.svg" alt="Measured on agentmods" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,897 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.00004 $0.03897
Opus 5 $0.00002 $0.01948
Sonnet 5 $0.00001 $0.00779
Haiku 4.5 $0.00000 $0.00390

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

Security

Grade A, and why

ui-html-renderer 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 8d 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.

resources/builtin/marketplace/agents/bcfcb4921dce/skills/ui-html-renderer/SKILL.md · 261 lines

How it starts

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

ui-html-renderer

Use this specialist for unusually complex stateful HTML, blank/runtime-risk repair, strict source-to-HTML fidelity, reusable component galleries, brand boards, or detailed implementation handoff. Ordinary single-page HTML uses ui-design-executor, which already preserves HTML-default delivery and baseline runtime/accessibility rules.

Pair standalone output with ui-artifact-workspace. It owns the stable directory, artifact.json, revision continuity, relative assets, and packaging boundary. This skill owns what the HTML renders and whether it works.

Skip this skill for meta work about the agent itself: analysis, options, debugging prior runs, prompt/skill review, or planning can be answered in prose unless the user asks for an HTML artifact.

Pair with ui-craft-checks only for formal review, QA, launch handoff, exact-fidelity inspection, or high-risk complex UI. Otherwise return to the executor's fast gate.

Contract Input

When ui-design-contract has been used, treat its contract snapshot or DESIGN.md as the source of truth for the HTML pass:

  • Apply any ui-design-source handoff as fidelity input: preserve frame map, visible copy, component mapping, tokens, and the chosen fidelity mode.
  • Follow the named visual direction, token roles, component families, anti-patterns, and acceptance gates.
  • Apply any ui-reference-packs selection as style guidance only: translate its density, type rhythm, color roles, and component behavior into original HTML.
  • Preserve observed screenshot structure before applying inferred style changes.
  • Carry forward keep/change/do-not-copy boundaries; do not embed protected logos, copied layouts, or proprietary assets unless the user owns and supplied them.
  • If the contract has unknowns, either label them in the artifact or ask one focused question before rendering when the missing answer would change the page structure.
  • If the contract conflicts with a generic artifact type such as dashboard, kanban, or pricing page, the contract wins unless the user explicitly overrides it.
  • If a selected reference pack conflicts with the contract, existing app tokens, or visible screenshot structure, the pack loses.

Read the full file on GitHub · 261 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. 8d ago First seen · 261 lines · 4 tokens per session scan A fc3673e2d874

Subscribe to this mod's changes

ui-html-renderer is a skill published in the GitHub repository Orkas-AI/Orkas (1,808 stars, last pushed today), licensed MIT. It adds 4 tokens to every session and 3,897 once invoked, about $0.0000 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

frontend-design

Produce intentional, responsive, accessible UI work and perform visual QA instead of generic component assembly.

Hmbown/CodeWhale · 21 tokens

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

ThinkInAIXYZ/deepchat · 64 tokens

tutti-ui-system

Use when working with @tutti-os/ui-system components, replacing local UI with shared components, querying component ids or metadata, promoting UI into shared base or business components, or maintaining UI-system storyboard inventory.

tutti-os/tutti · 46 tokens

mcp-host-styling-integration

Integrates MCP App UI with host theming system. Applies host CSS variables, handles onhostcontextchanged, safe area insets, display mode detection, and fullscreen configuration.

a5c-ai/babysitter · 44 tokens

accessibility-a11y

Semantic HTML, keyboard navigation, focus states, ARIA labels, skip links, and WCAG contrast requirements. Use when ensuring accessibility compliance, implementing keyboard navigation, or adding screen reader support.

BlackBeltTechnology/pi-agent-dashboard · 44 tokens

impeccable

Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.

Peiiii/nextclaw · 47 tokens