AI AGENT ADDONS

Stitchextract Static Html

google-labs-code/stitch-skills

Extract a self-contained static HTML file from any web application. This skill takes a built web app or React components and turns them into a single HTML file. It inlines all CSS and images so you can share or save a UI state easily.

There are two ways to do this. The best way uses Puppeteer to capture the fully rendered page. The other way uses a browser subagent when you need to interact with the page first. Both produce a high quality output.

Use this skill whenever you need to capture a specific screen, share a static version of a page, or prepare files for upload. It saves time and keeps everything in one file.

Add Stitchextract Static Html skill to your workflow

Global

mkdir -p ~/.claude/skills/stitchextract-static-html

Project

mkdir -p .claude/skills/stitchextract-static-html

Source Repository

Stars
6,232
Forks
747
Watchers
6,232
License
Apache-2.0
Last Push
24 days ago
Created
6 months ago