web-clone

Clone live websites by extracting layout, visuals, and interactions with Playwright MCP.

6|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Goblin1024/oh-my-kimi --skill web-clone-goblin1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-clone
Source: https://github.com/Goblin1024/oh-my-kimi/tree/main/skills/web-clone
Command: npx skills add https://github.com/Goblin1024/oh-my-kimi --skill web-clone-goblin1024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clone a target website from its URL, replicating both visual appearance and core interactive functionality. Uses Playwright MCP for live page extraction, LLM-driven code generation, and iterative verification with visual-verdict for visual scoring.

Core Features & Use Cases

  • Visual fidelity: reproduce layout, typography, and responsive behavior of the source site.
  • Functional parity: preserve core interactions like navigation, forms, and modals within a v1 scope.
  • Verification pipeline: iterative extraction, plan-generation, clone generation, and pass/four verification cycles.

Quick Start

Provide a live URL and let OMK generate a verifiable clone in your project directory.

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 live website to replicate its layout and interactions?

To clone a live website, you provide a URL and the tool uses Playwright for live extraction, generating a functional replica with visual fidelity and interactive parity through iterative verification cycles.

What is visual verdict verification in website cloning?

Visual verdict verification is an iterative scoring mechanism that evaluates the generated clone against the source page, running pass and fail verification cycles to ensure visual fidelity and functional parity are achieved.

Does website cloning with Playwright support multi-page applications?

Website cloning with Playwright is designed for single-page clones with visual fidelity and interactive parity, focusing on v1 scope features like navigation, forms, and modals rather than full multi-page applications.

Do I need Playwright MCP tools to extract and clone a live site?

Yes, you need Playwright MCP tools to perform live page extraction and generate the composite clone verdict, as the replication pipeline depends on them for layout, visual, and interaction capture.

What's the best way to automate frontend replication of a web page?

The best way to automate frontend replication is using LLM-driven code generation combined with Playwright for live extraction, which iteratively generates and verifies the clone until visual and interactive parity is reached.

Why does my generated website clone fail visual verification?

A generated website clone fails visual verification when the iterative extraction and code generation cycles do not achieve the required visual fidelity score, triggering a fail verdict that requires another generation pass.