web-clone

Clone live websites into working replicas using Playwright MCP and LLM code generation.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/eszxcvfd/ANIZAKI --skill web-clone-eszxcvfd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-clone
Source: https://github.com/eszxcvfd/ANIZAKI/tree/main/.agents/skills/web-clone
Command: npx skills add https://github.com/eszxcvfd/ANIZAKI --skill web-clone-eszxcvfd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloning a live website into a working, verifiable replica to facilitate testing, offline exploration, or feature experimentation without re-building from scratch.

Core Features & Use Cases

  • Visual fidelity: reproduce typography, layout, colors, and spacing.
  • Functional parity: replicate core interactions and navigation at least to a stub level.
  • Verification loop: iterative checks with visual verdicts and structural checks to ensure similarity.
  • Use Case: A developer wants a one-click clone of a client’s site to validate UI changes locally.

Quick Start

Provide a live URL; the system will generate a working, verifiable clone that matches layout, typography, and core interactions.

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 for local testing?

You can clone a live website by providing its URL; the system uses Playwright for live extraction and LLM-driven code generation to reproduce layout, typography, and core interactions. It runs an iterative verification loop with visual and structural checks to ensure the clone matches the original.

Does Playwright work for cloning single-page web applications?

Yes, Playwright works for cloning single-page web applications by extracting live visual fidelity and core interactive behavior. The system specifically targets single-page scopes, replicating navigation and UI elements to create a verifiable clone.

What is automated website cloning with iterative verification?

Automated website cloning with iterative verification is a process where LLM-driven code generation replicates a site while a structured evaluation loop checks visual and structural similarity. It uses state management and composite verdicts to ensure the working clone matches the original target.

Can I replicate website interactions and layout without manual coding?

You can replicate website interactions and layouts without manual coding through LLM-driven code generation and Playwright MCP extraction. The system automatically reproduces typography, colors, spacing, and core navigation to create a working clone.

What are the limitations of cloning live sites into working replicas?

Limitations of cloning live sites include a defined scope restricted primarily to single-page targets and functional parity limited to core interactions or stub levels. Deep backend functionality and complex multi-page workflows are not fully preserved.