Install
openclaw skills install wireframeCreate wireframes and user flows. Use when sketching page layouts in ASCII/SVG, mapping flows, or exporting to HTML.
openclaw skills install wireframeGenerate wireframes, component sketches, and user flow diagrams for UI design.
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.svg
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.svg
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.svg
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.svg
Export a wireframe to standalone HTML with inline styles.
bash scripts/script.sh export --input wireframe.svg --format html --output wireframe.html
Generate a wireframe from a built-in page template (landing, dashboard, blog, ecommerce, etc).
bash scripts/script.sh template --name landing --format ascii
page: ASCII wireframe to stdout or SVG file to diskcomponent: SVG file with component wireframeflow: SVG flowchart with boxes and arrowsannotate: SVG file with annotation markers and legendexport: Standalone HTML file with embedded wireframetemplate: Wireframe output in chosen formathttps://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com