clone-website

Clone live websites by extracting assets, CSS, and content across parallel builder agents.

182|28|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/julianromli/ai-skills --skill clone-website-julianromli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clone-website
Source: https://github.com/julianromli/ai-skills/tree/main/skills/clone-website
Command: npx skills add https://github.com/julianromli/ai-skills --skill clone-website-julianromli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reproduce and clone one or more live websites exactly, including assets, CSS, and content, while isolating artifacts per target site to enable auditability and parallel rebuilds.

Core Features & Use Cases

  • Auditable clones: capture assets, CSS, and content with per-site isolation for reproducibility.
  • Parallel execution: dispatch builder agents in worktrees to speed up cloning across multiple URLs.
  • Use Case: When you need a pixel-perfect replica of a site for offline analysis, redesign exploration, or rapid porting to another host.

Quick Start

Provide one or more target URLs as arguments to start cloning.

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 live website exactly for offline analysis?

Cloning a live website exactly involves automating the extraction of assets, CSS, and content while isolating artifacts per target site. This approach ensures a pixel-perfect replica for offline analysis or redesign exploration.

Can I clone multiple URLs in parallel to speed up site replication?

Yes, you can clone multiple URLs in parallel by dispatching builder agents across separate worktrees. This parallel processing architecture significantly speeds up site replication across multiple targets while maintaining isolation.

What is the best way to port a website to a new hosting environment?

The best way to port a website is to capture its assets, CSS, and content into isolated artifacts. This structured workflow enables validation and testing of the output build before finalizing the hosting migration.

Do I need a browser automation tool to extract CSS and assets for a site clone?

Yes, you need a browser automation tool to extract CSS and assets for a site clone. The cloning workflow also requires a structured process for artifact isolation and a validation step to build and test the output.

When should I use parallel builder agents for website cloning?

You should use parallel builder agents for website cloning when you need to replicate multiple URLs simultaneously. This approach distributes the work across worktrees to accelerate competitive audits or redesign explorations.

Why does my website clone require artifact isolation?

Website cloning requires artifact isolation to maintain auditability and reproducibility across multiple target sites. Isolating artifacts per target ensures that assets and content remain structured for validation and testing.