export-standalone
Installation
SKILL.md
Export Standalone
Produce a single HTML file that works offline (no external dependencies). Uses monolith — a Rust CLI that inlines everything.
Preflight
Bash(which monolith)— check installed. If missing:- Tell user: "
monolithnot found. Install withbrew install monolith(macOS) and rerun." - Stop.
- Tell user: "
Steps
- Resolve paths:
$0= input HTML (required)$1= output HTML (default:<input>-standalone.html)Bash(mkdir -p $(dirname <output>))if needed