website-cloner

Clone websites into React components with Tailwind and motion via multi-agent QA workflow.

5|2|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/horuz-ai/claude-plugins --skill website-cloner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-cloner
Source: https://github.com/horuz-ai/claude-plugins/tree/main/plugins/website-cloner/skills/website-cloner
Command: npx skills add https://github.com/horuz-ai/claude-plugins --skill website-cloner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Clone websites with pixel-perfect fidelity by orchestrating four specialized sub-agents to capture visuals, extract assets, implement a React-based clone, and perform QA review.

Core Features & Use Cases

  • Slash command orchestration: /clone-website triggers end-to-end workflow.
  • Four specialized sub-agents: screenshotter, extractor, cloner, and qa-reviewer work in concert.
  • Output: A single React component (Tailwind CSS + motion) ready for integration.

Quick Start

Run the slash command to clone a site: /clone-website https://example.com and review the generated React component at app/clone/page.tsx or pages/clone.tsx depending on framework.

Frequently Asked Questions about website-cloner

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

FAQPage Schema
How do I clone a website pixel-perfect with AI?

Website cloning uses orchestrated AI agents to capture visuals, extract assets, and generate a React component with Tailwind CSS and motion. Run /clone-website [URL] to trigger the end-to-end workflow, which outputs a single production-ready component after up to five QA iterations.

Can I clone a website to React and Tailwind CSS?

Yes. The Skill converts any website into a React component styled with Tailwind CSS and motion libraries. Framework auto-detection handles Next.js App Router, Pages Router, or vanilla React, and the component integrates directly into app/clone/page.tsx or pages/clone.tsx.

What makes pixel-perfect website cloning different from manual recreation?

Pixel-perfect cloning automates visual fidelity by running four specialized sub-agents in parallel: one captures screenshots, another extracts styles and assets, a third implements the React clone, and a fourth validates QA. Manual recreation requires hand-coding each element; automation preserves exact spacing, colors, and motion.

How does the QA process work for cloned websites?

A looped QA-reviewer agent compares the generated React component against the original site visually and functionally, iterating up to five times. Each iteration refines Tailwind classes, motion timing, and asset references until the output matches the source within acceptable tolerances.

What output do I get from website cloning?

You receive a single React component (Tailwind + motion), contextual assets (images, fonts, icons), and implementation notes. The component is framework-agnostic and ready for integration into Next.js, Remix, or standard React projects with no additional styling.