stitch::extract-static-html - Extract Self-Contained Static HTML
Extract self-contained static HTML from a built web application or React components by inlining CSS and images.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Capture rendered DOM using Puppeteer
- Inline CSS styles and images
- Remove dynamic script tags
- Extract DOM via browser subagent
- Process inline static fallback HTML
Inputs
- Target page URL
- Output file path
- Local web server
Outputs
- Self-contained static HTML file
Requirements
- Running local application server
- Node.js environment with Puppeteer
- User confirmation for strategy selection
