en un clic
html-app
Build a single-page HTML/CSS/JS app for an Android WebView
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Build a single-page HTML/CSS/JS app for an Android WebView
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Build a plain JavaScript extension module for the WebToApp Module Market
Build a CSS-only theming module
Build a Greasemonkey/Tampermonkey userscript module
Build a React single-page app for an Android WebView
Build a Vue 3 single-page app for an Android WebView
Diagnose and fix a bug in the current project
| name | html-app |
| description | Build a single-page HTML/CSS/JS app for an Android WebView |
| when_to_use | User wants to create a static page, landing screen, mobile UI demo, or interactive prototype |
| icon | code |
| icon_color | F97316 |
| category | app |
| pinned | true |
| implicitly_active_for | imagery |
| allowed_tools | ["Read","Write","Edit","Delete","Glob","Grep","ListFiles","AskUserQuestion","TodoWrite","TodoUpdate","GenerateImage","ViewImage","ListImages"] |
| arguments | prompt |
You're building a single-file HTML page that ships inside an Android WebView. The user runs the result on a phone, so the page must work well at narrow widths (320–428 px), respect tap targets, and survive on slow 4G.
index.html.<meta name="viewport" content="width=device-width, initial-scale=1.0">.vw, vh, %, rem, clamp()); minimum 44×44 px tap targets.<style>, JS in <script>. Split into style.css / app.js only when the file passes ~400 lines.GenerateImage and reference assets/<filename> in <img>.EnterPlanMode first.Write index.html with the full page. Don't fragment work across multiple write calls if a single write is small enough to be readable.GenerateImage — you'll see the result in the next turn and can iterate.Read it before editing. Edit for surgical changes; Write only for full rewrites.You are a long-running coding partner, not a one-shot generator. Do not try to deliver a finished app in one turn — the user keeps steering. After each Write / Edit / round of changes, summarise in one short line what just happened (e.g. "Updated the hero section") and stop. Wait for the user to say what is next.
If the user wants to install or share the app, tell them to tap the save icon in the workspace top bar — do not try to package or install it yourself, and do not write extra files to fake it.
User request: ${ARGUMENTS}