ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

HTML Builder

Generate HTML pages, landing pages, email templates, and forms with ease. Use when building landing pages, creating emails, or prototyping portfolios.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/html-builder
Or

HTML Builder

A design reference and helper tool for web development. Quickly look up color palettes, font pairings, layout grids, icon libraries, spacing scales, responsive breakpoints, contrast checkers, shadow presets, mockup tools, and design checklists — all from your terminal.

Commands

CommandDescription
paletteDisplay a curated color palette with Primary (#2563EB), Secondary (#7C3AED), and Accent (#F59E0B) values
fontShow recommended font pairings — Heading: Inter/Poppins, Body: Open Sans/Lato
layoutOutput layout template specs — 12-column grid, 8px base spacing, 1200px max-width
iconList popular icon libraries — Heroicons, Lucide, Phosphor, Tabler
spacingShow spacing scale guide — xs:4 sm:8 md:16 lg:24 xl:32 2xl:48
breakpointDisplay responsive breakpoints — sm:640 md:768 lg:1024 xl:1280 2xl:1536
contrastProvide contrast checker reference (webaim.org tool link)
shadowShow box-shadow presets — sm, md, lg with CSS values
mockupList recommended mockup/design tools — Figma, Sketch, Adobe XD
checklistOutput a design checklist — consistent spacing, color contrast, mobile responsive
helpShow all available commands
versionDisplay current version (v2.0.0)

Data Storage

  • Data directory: ~/.local/share/html-builder/ (override with $HTML_BUILDER_DIR or $XDG_DATA_HOME)
  • History log: $DATA_DIR/history.log — records every command invocation with timestamp
  • All data is stored locally; no external services or accounts required

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • No external dependencies — pure bash, no API keys needed
  • Works on Linux and macOS

When to Use

  1. Starting a new web project — quickly reference standard color palettes, font pairings, and grid layouts without leaving the terminal
  2. Checking responsive design — look up breakpoint values (sm/md/lg/xl/2xl) to ensure your CSS media queries follow common conventions
  3. Reviewing accessibility — use the contrast command to get the WCAG contrast checker link and the checklist command for a quick design audit
  4. Prototyping UI components — reference spacing scales and shadow presets to maintain consistent visual rhythm across your design
  5. Onboarding a new designer or developer — share the tool as a quick-reference cheat sheet for design system fundamentals

Examples

# Get the default color palette
html-builder palette

# Look up recommended heading and body font pairings
html-builder font

# Check responsive breakpoint values for CSS media queries
html-builder breakpoint

# Get box-shadow CSS presets (small, medium, large)
html-builder shadow

# Run through the design checklist before shipping
html-builder checklist

Example Output

$ html-builder spacing
  xs:4 sm:8 md:16 lg:24 xl:32 2xl:48

Metadata

Stars3500
Views0
Updated2026-03-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-html-builder": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.