web-clone

Clone a live website page with visual fidelity and working interactions.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/pextacy/stellar --skill web-clone-pextacy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-clone
Source: https://github.com/pextacy/stellar/tree/main/skills/web-clone
Command: npx skills add https://github.com/pextacy/stellar --skill web-clone-pextacy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clone a target website page from a live URL with faithful visual reproduction and working interactive behavior, enabling rapid prototyping, QA checks, and demonstrations without rebuilding from scratch.

Core Features & Use Cases

  • Single-page clone that preserves layout, typography, colors, and core interactions (navigation, forms, modals, toggles).
  • Reference-friendly clones for quick prototyping, visual QA, and offline demonstrations against a live URL.
  • Use Case: Validate UI parity by pairing the clone with a reference page and executing basic interaction tests.

Quick Start

Provide a live URL and run the tool to generate a single-page clone with visual verification.

Frequently Asked Questions about web-clone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clone a website from a live URL for rapid prototyping?

Cloning a website from a live URL requires providing the link to generate a single-page clone that preserves layout, typography, and core interactions. The process includes visual and functional verification to ensure UI parity for rapid prototyping.

Can I verify visual fidelity and interactions when copying a web page?

Yes, verifying visual fidelity and interactions when copying a web page involves pairing the generated clone with a reference page. The verification workflow executes basic interaction tests and provides a visual verdict and structure checks.

Do I need Playwright to replicate a single-page website for offline demonstrations?

Yes, you need the Playwright MCP server and browser tooling to replicate a single-page website for offline demonstrations. These dependencies drive the cloning process and execute the required visual and functional verification workflow.

What is the best way to perform visual QA checks against a live website?

The best way to perform visual QA checks against a live website is generating a reference-friendly single-page clone. This allows you to validate UI parity by comparing the cloned structure and interactions directly against the original live URL.

Does website cloning preserve interactive elements like forms and modals?

Yes, website cloning preserves working interactive elements including forms, modals, navigation, and toggles. The generated clone maintains the core behaviors of the target page, ensuring functional accuracy for testing and offline demonstrations.