Wireframe
name: wireframe
by ckchzh · published 2026-03-22
$ claw add gh:ckchzh/ckchzh-wireframe---
name: wireframe
description: "Create wireframes and user flows. Use when sketching page layouts in ASCII/SVG, mapping flows, or exporting to HTML."
version: "3.4.0"
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags:
- wireframe
- design
- ascii
- svg
- ux
- flowchart
---
# Wireframe
Generate wireframes, component sketches, and user flow diagrams for UI design.
Commands
page
Generate a full-page wireframe in ASCII or SVG format.
bash scripts/script.sh page --sections "header,hero,features,cta,footer" --format svg --output wireframe.svgcomponent
Generate a wireframe for a single UI component (form, card, nav, table, etc).
bash scripts/script.sh component --type card --fields "image,title,text,button" --output card.svgflow
Generate a user flow diagram showing page transitions and decision points.
bash scripts/script.sh flow --steps "login,dashboard,settings,logout" --decisions "auth:yes/no" --output flow.svgannotate
Add numbered annotations and notes to an existing SVG wireframe.
bash scripts/script.sh annotate --input wireframe.svg --notes "1:Logo area,2:Search bar,3:Main content" --output annotated.svgexport
Export a wireframe to standalone HTML with inline styles.
bash scripts/script.sh export --input wireframe.svg --format html --output wireframe.htmltemplate
Generate a wireframe from a built-in page template (landing, dashboard, blog, ecommerce, etc).
bash scripts/script.sh template --name landing --format asciiOutput
Requirements
Feedback
https://bytesagain.com/feedback/
---
Powered by BytesAgain | bytesagain.com
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...