LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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-19

Capabilities

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

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
html-extraction
puppeteer
static-html
css-inlining
Capture rendered DOM using Puppeteer
Inline CSS styles and images
Remove dynamic script tags
Extract DOM via browser subagent
Target page URL
Output file path
Local web server
Self-contained static HTML file