html-express

html-express is a skill for Codex from zjp1997720/zhijian-skills. It costs 128 tokens per session (1,266 once invoked), scanned A, original, MIT.

A guide for turning dense information into a readable, self-contained HTML page that opens directly in a browser. It covers layouts such as tables, checklists, timelines, metrics, and code blocks.

In plain words
What is it for?
Use it to make research reports, comparison pages, checklists, data dashboards, decision pages, and other information-heavy documents.
Why use it?
It helps when a long answer or many comparisons would be difficult to scan as plain text. The result is a single shareable HTML file that needs no setup.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code.

Good fit Use it to make research reports, comparison pages, checklists, data dashboards, decision pages, and other information-heavy documents.

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

Made for: 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-express

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/zjp1997720/zhijian-skills/html-express"><img src="https://agentmods.dev/badge/skills/zjp1997720/zhijian-skills/html-express.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,266 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.00128 $0.01266
Opus 5 $0.00064 $0.00633
Sonnet 5 $0.00026 $0.00253
Haiku 4.5 $0.00013 $0.00127

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

Security

Grade A, and why

html-express 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/html-express/SKILL.md · 89 lines

How it starts

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

html-express

Agent 的日常 HTML 表达层。当信息密度高、读者要费力扫读时,用单个自包含 HTML 代替 Markdown。

灵感:Anthropic《Using Claude Code: The unreasonable effectiveness of HTML》—— HTML 是 Agent 最好的表达介质。

为什么是 HTML 不是 Markdown

  • 信息密度:HTML 能做结构、对比、交互,Markdown 只能堆文本
  • 可读性:表格、指标、时间线用 Markdown 是灾难,用 HTML 是享受
  • 自包含:一个文件,双击即开,零运行环境,可分享
  • 判断准则:读者要「费力扫读」的,升 HTML;一句话能说清的,留 Markdown

路由:该不该用 html-express

信号 去哪
要 PDF / 简历 / PPT / 落地页 / 白皮书 kami
要视频 / 动画 / 字幕 / 转场 hyperframes
要把大段信息整理成一页可读的网页 本 skill
一句话能说清的结论 → 直接回 Markdown

组件清单(10 个)

组件 适合什么信息
metric-card 关键指标、数据看点(2-4 个并排)
comparison-table 多方案横向对比
data-table 结构化数据罗列(非对比)
timeline 时间线、里程碑、路线图
checklist 步骤、SOP、检查项
quote-card 判断、原话、金句
code-block 代码、命令、配置
details 长内容折叠(零 JS)
badge 状态标签(成功/警示/中性)
columns 多视角并置、优劣势对照

源码在 assets/components/。骨架在 assets/skeleton.html,token 在 assets/tokens.css。10 个组件的完整效果见 assets/demo-all.html(双击打开)。

组装流程

  1. 识别信息形态 → 对比?清单?指标?时间线?引用?决策?
  2. 选组件 → 从清单挑 2-5 个最配的,不强求全用
  3. 套骨架 → 复制 assets/skeleton.html,把 tokens.css 完整内容粘进顶部 <style>(替换 @import
  4. 填内容 → 数据 > 形容词;不留占位符;缺数据标 [数据待补:说明]
  5. 产出 → 单个 .html,双击即开

信息形态 → 组件 路由表

信息形态 推荐组件
多方案横向对比 comparison-table + badge
关键指标 / 数据看点 metric-card(2-4 个并排)
时间线 / 里程碑 / 路线图 timeline
步骤 / SOP / 清单 checklist
大段判断 / 原话 / 金句 quote-card
代码 / 命令 / 配置 code-block
长内容折叠 details
结构化数据罗列 data-table
多视角并置 columns

视觉契约(绑定 智见AI DESIGN.md)

token 已在 assets/tokens.css 抽好,组件一律引用变量,不要写死颜色/字号字面值

  • 背景永远暖纸 #F5F4ED,不纯白
  • 主行动色暖陶 #B85235,结构色墨蓝 #1B365D
  • 正文链接用 --accent-text#A04A2E,对比度安全)
  • --human#C96442)只做装饰或 ≥22px 大字,不可做正文小字(对比度仅 3.7:1)
  • 字体靠 fallback,不嵌入字体文件

禁止(Agent 最容易犯的)

  • ❌ 占位符残留([填这里]、Lorem、TBD)
  • ❌ 编造数据、统计;缺数据标 [数据待补:说明]
  • ❌ 弱表格——该用对比矩阵却堆成清单
  • ❌ 渐变、玻璃拟态、霓虹、强阴影(DESIGN.md 明令禁止)
  • ❌ 做成营销落地页(那是 kami 的事)

Read the full file on GitHub · 89 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 · 89 lines · 128 tokens per session scan A dbd9889900a4

Subscribe to this mod's changes

html-express is a skill published in the GitHub repository zjp1997720/zhijian-skills (595 stars, last pushed 6d ago), licensed MIT. It adds 128 tokens to every session and 1,266 once invoked, about $0.0006 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

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

overleaf-sync

A two-way connection between a local paper folder and Overleaf, a web-based LaTeX editor for writing research papers. It lets you move changes between the local files and the shared Overleaf project.

wanshuiyin/Auto-claude-code-research-in-sleep · 97 tokens