clone-website

Extract assets, CSS, and content from websites into isolated worktrees.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/OzeLillo/Webcloner --skill clone-website-ozelillo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clone-website
Source: https://github.com/OzeLillo/Webcloner/tree/main/.claude/skills/clone-website
Command: npx skills add https://github.com/OzeLillo/Webcloner --skill clone-website-ozelillo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloning modern websites into a reusable, auditable codebase is tedious and error-prone when done manually. This skill automates the reverse-engineering process, extracting assets, styles, and content while organizing outputs for parallel development.

Core Features & Use Cases

  • Reverse-engineer one or more sites by extracting assets, CSS, and content section-by-section
  • Proactively dispatch parallel builder agents in worktrees, keeping artifacts isolated per site
  • Produce per-site design references and component specs to accelerate Next.js-based rebuilds

Quick Start

Provide one or more target URLs to clone; the skill will reverse-engineer and parallel-dispatch builders to reconstruct the site.

Frequently Asked Questions about clone-website

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

FAQPage Schema
How do I clone a website end-to-end using AI automation?

To clone a website end-to-end, this skill reverse-engineers target URLs by extracting assets, CSS, and content section-by-section, then dispatches parallel builder agents to reconstruct the site.

How does parallel website cloning work in isolated worktrees?

Parallel website cloning works by proactively dispatching builder agents in isolated worktrees, keeping artifacts separated per site while generating auditable specs and design references for each component.

Can I clone multiple websites at the same time with a single command?

Yes, you can clone multiple websites simultaneously by providing several target URLs, and the skill isolates artifacts per site while dispatching parallel builders for each.

Does the website cloning process validate the build with npm run build?

Yes, the cloning process validates builds using npm run build while relying on browser automation for live-site inspection to generate auditable component specs.

What is the best way to extract CSS and assets for a Next.js rebuild?

The best way to extract CSS and assets for a Next.js rebuild is automating reverse-engineering via browser inspection, organizing outputs under docs/research and docs/design-references.

What are the limitations of AI-driven website cloning?

AI-driven website cloning relies on browser automation for live-site inspection and validates builds with npm run build, requiring accessible target URLs and a compatible Node environment.