HTML Builder
Generate HTML pages, landing pages, email templates, and forms with ease. Use when building landing pages, creating emails, or prototyping portfolios.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/html-builderHTML 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
| Command | Description |
|---|---|
palette | Display a curated color palette with Primary (#2563EB), Secondary (#7C3AED), and Accent (#F59E0B) values |
font | Show recommended font pairings — Heading: Inter/Poppins, Body: Open Sans/Lato |
layout | Output layout template specs — 12-column grid, 8px base spacing, 1200px max-width |
icon | List popular icon libraries — Heroicons, Lucide, Phosphor, Tabler |
spacing | Show spacing scale guide — xs:4 sm:8 md:16 lg:24 xl:32 2xl:48 |
breakpoint | Display responsive breakpoints — sm:640 md:768 lg:1024 xl:1280 2xl:1536 |
contrast | Provide contrast checker reference (webaim.org tool link) |
shadow | Show box-shadow presets — sm, md, lg with CSS values |
mockup | List recommended mockup/design tools — Figma, Sketch, Adobe XD |
checklist | Output a design checklist — consistent spacing, color contrast, mobile responsive |
help | Show all available commands |
version | Display current version (v2.0.0) |
Data Storage
- Data directory:
~/.local/share/html-builder/(override with$HTML_BUILDER_DIRor$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
- Starting a new web project — quickly reference standard color palettes, font pairings, and grid layouts without leaving the terminal
- Checking responsive design — look up breakpoint values (sm/md/lg/xl/2xl) to ensure your CSS media queries follow common conventions
- Reviewing accessibility — use the
contrastcommand to get the WCAG contrast checker link and thechecklistcommand for a quick design audit - Prototyping UI components — reference spacing scales and shadow presets to maintain consistent visual rhythm across your design
- 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-html-builder": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
workflow-builder
工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval.
wp-manager
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
volume
Volume reference tool. Use when working with volume in finance contexts.
xhs-content-creator
Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.
Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.