Prototype
name: prototype
by ckchzh · published 2026-03-22
$ claw add gh:ckchzh/ckchzh-prototype---
name: prototype
description: "Build interactive HTML prototypes. Use when creating clickable mockups, adding animations, linking pages, or exporting HTML."
version: "3.4.0"
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags:
- prototype
- html
- ui
- animation
- interaction
- design
---
# Prototype
Create interactive HTML prototypes with components, animations, and navigation.
Commands
create
Create a new interactive prototype HTML page with specified sections and style.
bash scripts/script.sh create --name "app-proto" --sections "nav,hero,features,footer" --theme light --output proto/component
Generate a standalone UI component (button, modal, card, form, navbar, etc).
bash scripts/script.sh component --type modal --title "Confirm" --body "Are you sure?" --actions "cancel,confirm" --output components/animate
Add CSS animation to an element in an existing prototype HTML file.
bash scripts/script.sh animate --input proto/index.html --selector ".hero" --animation fadeIn --duration 0.5s --output proto/index.htmllink
Add click-based page navigation between prototype pages.
bash scripts/script.sh link --from proto/index.html --selector ".nav-about" --to proto/about.htmlpreview
Generate a preview summary of a prototype: page list, component count, linked routes.
bash scripts/script.sh preview --input proto/export
Bundle a multi-page prototype into a single self-contained HTML file with all assets inlined.
bash scripts/script.sh export --input proto/ --output prototype-bundle.htmlOutput
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...