一键导入
html
User-invoked workflow for durable single-file HTML artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
User-invoked workflow for durable single-file HTML artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.