One-click install
npx skills add https://github.com/MichaelSolati/mkai --skill clone-website-michaelsolati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clone-website
Source: https://github.com/MichaelSolati/mkai/tree/main/profiles/site-cloner/skills/clone-website
Command: npx skills add https://github.com/MichaelSolati/mkai --skill clone-website-michaelsolati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual work of reverse-engineering and rebuilding websites, delivering pixel-perfect replicas that match both visual design and all interactive behaviors of the original site.

Core Features & Use Cases

  • Parallel Multi-Site Cloning: Process multiple target URLs at once with isolated extraction artifacts for each site to avoid cross-contamination.
  • Full Fidelity Extraction: Captures exact computed CSS values, layered assets (images, videos, SVGs), all interactive states (scroll-driven, hover, click, time-based), and real content from live pages.
  • Automated Build Pipeline: Breaks complex sites into focused component specs, dispatches specialist builder agents to implement each piece, and validates builds at every step to ensure compile success.
  • Use Case: Clone a competitor’s SaaS landing page, a marketing site, or a portfolio template in a fraction of the time it would take to build manually, with zero guesswork on styling or behavior.

Quick Start

Use the clone-website skill to build a pixel-perfect replica of the website at https://your-target-site.com, including all visual styling, interactive behaviors, and required assets.

Frequently Asked Questions about clone-website

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

FAQPage Schema
How do I automate website cloning to get a pixel-perfect replica?

Automated website cloning captures exact computed CSS values, layered assets, and interactive states to create pixel-perfect replicas. It eliminates manual guesswork by reverse-engineering public websites and validating builds against the original site.

Can I clone multiple websites at the same time without cross-contamination?

Parallel multi-site cloning processes multiple target URLs concurrently using isolated extraction artifacts for each site. This approach prevents cross-contamination while capturing all computed styles and state-based user interactions independently.

How does automated website cloning handle interactive behaviors like scroll and hover states?

Full fidelity website cloning captures all interactive behaviors including scroll-driven, hover, click, and time-based user interactions. It extracts real content from live pages alongside exact computed CSS values to replicate the original interactive experience.

What is the best way to reverse engineer a competitor's SaaS landing page?

Reverse engineering a SaaS landing page is best handled by automated cloning workflows that generate component specs and dispatch specialist builder agents. This validates builds at every step to ensure compile success and visual fidelity.

Does automated website cloning work for sites with complex layered assets like SVGs and videos?

Automated website cloning works for complex sites by capturing layered assets including images, videos, and SVGs. It breaks complex sites into focused component specs and dispatches specialist builder agents to implement each piece successfully.