con un clic
html
User-invoked workflow for durable single-file HTML artifacts.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
User-invoked workflow for durable single-file HTML artifacts.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
User-invoked workflow for truthful audience-facing commercial copy.
Classifies fictional support requests for a sample operations team.
This skill is a comprehensive workflow that helps users understand deployment communication and guides an agent through all of the philosophies, principles, examples, and steps involved in preparing excellent deployment notes.
This skill follows a comprehensive workflow for researching, gathering evidence, comparing sources, writing useful notes, and helping users understand the results.
Handles fictional Acorn Cloud login, profile, and membership support after explicit dispatch.
Handles fictional Acorn Cloud billing support after explicit dispatch.
| name | html |
| description | User-invoked workflow for durable single-file HTML artifacts. |
| disable-model-invocation | true |
ARTIFACT_DIR inside the provided HTML state root, or expanded ~/.html otherwise: revise a named artifact in place, or create a three-random-word lowercase slug for new work.ARTIFACT_DIR/index.html as a complete self-contained, source-faithful, responsive interface with semantic structure and accessible controls unless the user names another entry file.ARTIFACT_DIR on 127.0.0.1 using a free non-common port.http://127.0.0.1:<PORT>/index.html with files inside the task run, retrying from step 3 on another port if binding or fetching fails, and keep the verified server alive through handoff.HTML file: <absolute entry-file path> then HTML: [Open locally](<verified /index.html URL>); if serving cannot be verified, omit the link and give the path plus one concise reason.python3 -m http.server "$PORT" --bind 127.0.0.1 --directory "$ARTIFACT_DIR" as the foreground command of a long-running tool session; do not background or detach it from a shell that will exit.