web-clone

Clone websites from a live URL into a runnable project using Playwright MCP.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill web-clone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-clone
Source: https://github.com/HaydernCenterpoint/oh-my-qwen/tree/main/skills/web-clone
Command: npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill web-clone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clone websites from a live URL into a runnable project that preserves layout, styling, and core client-side interactions.

Core Features & Use Cases

  • Visual fidelity: replicate layout, typography, colors, and responsive hints from the source.
  • Functional parity: recreate navigation, forms, modals, and basic client-side behavior.
  • Use Case: You need a runnable offline/demo clone of a live site for testing or presentations.

Quick Start

Provide a live URL and the system will start the clone workflow to generate a runnable site.

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 into a runnable project?

You can clone a website by providing a live URL to generate a runnable project that preserves layout, styling, and core client-side interactions. The workflow uses URL-driven cloning with iterative visual verification to ensure fidelity across views.

Does website cloning with Playwright preserve client-side interactions?

Yes, website cloning with Playwright recreates functional parity for navigation, forms, modals, and basic client-side behavior. It extracts interactive behaviors during the automation process to ensure the clone matches the source.

What is visual verification in website cloning and how does it work?

Visual verification in website cloning is an iterative process that ensures the cloned project matches the source layout, typography, and colors. It validates fidelity across different views during the generation workflow.

Can I use asset placeholders when cloning a site for offline demos?

Yes, you can use optional asset placeholders when cloning a site. Placeholders help maintain visual fidelity across views in your runnable offline or demo clone without requiring the original external assets.

Do I need Playwright MCP tooling to clone websites?

Yes, you need Playwright MCP tooling and browser automation to clone websites. This setup is required to extract the source structure, styles, and interactive behaviors needed to build the runnable project.