Install
$ agentstack add skill-zjp1997720-zhijian-skills-html-express ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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(双击打开)。
组装流程
- 识别信息形态 → 对比?清单?指标?时间线?引用?决策?
- 选组件 → 从清单挑 2-5 个最配的,不强求全用
- 套骨架 → 复制
assets/skeleton.html,把tokens.css完整内容粘进顶部 `(替换@import`) - 填内容 → 数据 > 形容词;不留占位符;缺数据标
[数据待补:说明] - 产出 → 单个
.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 的事)
参考
- 品牌真源:
04_系统/品牌系统/DESIGN.md - 组件速览:
assets/demo-all.html(双击打开看全套效果)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zjp1997720
- Source: zjp1997720/zhijian-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.