web-clone

Clone a live URL into a visually faithful single-page replica.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/byonk19-svg/rt-scheduler --skill web-clone-byonk19-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-clone
Source: https://github.com/byonk19-svg/rt-scheduler/tree/main/.codex/skills/web-clone
Command: npx skills add https://github.com/byonk19-svg/rt-scheduler --skill web-clone-byonk19-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables rapid, risk-free replication of a live website into a functioning clone for offline testing, QA, and prototyping without manual rebuilds.

Core Features & Use Cases

  • URL-driven single-page clone with preserved layout, typography, and core interactions
  • Visual verification workflow using MCP-based live extraction and iterative code generation
  • Safe, scoped cloning that avoids backend APIs and multi-page crawling

Quick Start

Provide a target URL and run the clone workflow to generate a working, visually faithful single-page clone.

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 offline testing and prototyping?

Cloning a website into a single-page replica requires a running Playwright MCP server and a live target URL. The workflow uses MCP-based live extraction and iterative code generation to produce a visually faithful offline copy.

Does visual website cloning reproduce backend APIs and multi-page navigation?

Visual website cloning is scoped to a single page and does not reproduce backend APIs or multi-page navigation. It focuses on preserving the target URL's layout, core interactions, and responsive behavior for offline testing.

Do I need a Playwright MCP server to replicate a web page visually?

Yes, a running Playwright MCP server is required to replicate a web page visually. It enables the live extraction and iterative code generation workflow needed to achieve visual fidelity and functional parity from the target URL.

What is the best way to create a single-page replica of a URL for QA?

The best way to create a single-page replica for QA is using a URL-driven visual verification workflow. This method safely extracts the live page's layout and iteratively generates code to produce a visually faithful, functioning clone without backend integration.

Can I use Playwright to build a visually faithful prototype from an existing site?

You can use a Playwright MCP server to build a visually faithful prototype from an existing live URL. It extracts visual elements and interactions to generate a working single-page clone suitable for offline prototyping and layout QA.

Why does my website clone only cover a single page instead of the full site?

A website clone only covers a single page because the tool is scoped to avoid multi-page crawling and backend API reproduction. This design ensures safe, risk-free replication focused on individual page layout and interaction parity for targeted offline testing.