What problem does it solve?
This Skill eliminates the need to manually recreate a live webpage by capturing its rendered structure, styles, and assets into a working HTML clone that preserves the original appearance without redesign.
Core Features & Use Cases
- Rendered Page Capture: Captures the live DOM after JavaScript rendering, lazy loading, and web fonts have settled.
- Self-Contained Extraction: Inlines accessible stylesheets, absolutises asset URLs, recovers CSSOM-injected rules, and removes scripts for a stable static clone.
- Visual Validation: Takes full-page and section screenshots, compares the clone against the original, and iterates on concrete fidelity issues.
- Use Case: Create a faithful standalone preview of a marketing page, legacy site, or reference design while retaining its original markup and CSS.
Quick Start
Use the page-cloner skill to capture the live URL https://example.com and produce a validated standalone HTML clone.