← 返回 Skills 市场
1899
总下载
3
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install html
功能描述
Avoid common HTML mistakes — accessibility gaps, form pitfalls, and SEO oversights.
使用说明 (SKILL.md)
Layout Shift Prevention
widthandheighton\x3Cimg>even with CSS sizing — browser reserves space before loadaspect-ratioin CSS as fallback — for responsive images without dimensions
Form Gotchas
autocompleteattribute is specific —autocomplete="email",autocomplete="new-password", not juston/off\x3Cfieldset>+\x3Clegend>required for radio/checkbox groups — screen readers announce the group labelinputmodefor virtual keyboard —inputmode="numeric"shows number pad without validation constraintsenterkeyhintchanges mobile keyboard button —enterkeyhint="search",enterkeyhint="send"
Accessibility Gaps
- Skip link must be first focusable —
\x3Ca href="#main" class="skip">Skip to content\x3C/a>before nav \x3Cth scope="col">orscope="row"— without scope, screen readers can't associate headersaria-hidden="true"hides from screen readers — use for decorative icons, not interactive elementsrole="presentation"on layout tables — if you must use tables for layout (you shouldn't)
Link Security
target="_blank"needsrel="noopener noreferrer"—noopenerprevents window.opener access,noreferrerhides referrer- User-generated links need
rel="nofollow ugc"—ugctells search engines it's user content
SEO Meta
\x3Clink rel="canonical">prevents duplicate content — self-referencing canonical on every pageog:imageneeds absolute URL — relative paths fail on social platformstwitter:cardvalues:summary,summary_large_image,player— not arbitrary
Common Oversights
\x3Cbutton type="button">for non-submit — default istype="submit", triggers form submission\x3Cdialog>element for modals — built-in focus trap and escape handling\x3Cdetails>+\x3Csummary>for accordions — no JS needed, accessible by default- Void elements don't need closing slash —
\x3Cimg>not\x3Cimg />in HTML5, though both work
安全使用建议
This skill is low-risk: it only contains static HTML advice and does not install software or ask for secrets. If you want automated checks or fixes (linting, file scanning, CI integration), look for a skill that explicitly declares those behaviors and the minimal required file or API access — and review any declared env vars or install steps before enabling. Otherwise this skill is safe and simply acts as reference content.
功能分析
Type: OpenClaw Skill
Name: html
Version: 1.0.0
The skill bundle is benign. It consists of a metadata file and a markdown file providing informational content about HTML best practices and common pitfalls. There is no executable code, no system commands, no network calls, and no evidence of prompt injection attempts or any other malicious or suspicious behavior in either `_meta.json` or `SKILL.md`.
能力评估
Purpose & Capability
The name and description promise HTML guidance and the SKILL.md contains exactly that (accessibility, forms, SEO tips). There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
The SKILL.md is purely prescriptive content (tips and examples). It does not instruct the agent to run commands, read files, access environment variables, or contact external endpoints — scope stays within documentation.
Install Mechanism
No install spec and no code files are present. As an instruction-only skill, it writes nothing to disk and has minimal attack surface.
Credentials
The skill requires no environment variables, credentials, or config paths. Nothing in the instructions suggests hidden or additional secret access is needed.
Persistence & Privilege
always is false and the skill makes no request to persist state or modify other skills or system settings. Autonomous invocation is allowed (platform default) but harmless given the skill's read-only guidance nature.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install html - 安装完成后,直接呼叫该 Skill 的名称或使用
/html触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
HTML 是什么?
Avoid common HTML mistakes — accessibility gaps, form pitfalls, and SEO oversights. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1899 次。
如何安装 HTML?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install html」即可一键安装,无需额外配置。
HTML 是免费的吗?
是的,HTML 完全免费(开源免费),可自由下载、安装和使用。
HTML 支持哪些平台?
HTML 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 HTML?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills