clone-website

Clone websites by extracting assets, CSS, and content into dedicated folders.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TingsongD/sentientweb_architecture_review_V1 --skill clone-website-tingsongd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clone-website
Source: https://github.com/TingsongD/sentientweb_architecture_review_V1/tree/main/sentientweb-landingV2/.claude/skills/clone-website
Command: npx skills add https://github.com/TingsongD/sentientweb_architecture_review_V1 --skill clone-website-tingsongd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloning a website can be time-consuming and error-prone when assets, CSS, and content must be recreated exactly. This Skill automates the extraction and parallel rebuilding process to produce auditable artifacts and consistent clones.

Core Features & Use Cases

  • Extract assets, CSS, and content section-by-section
  • Dispatch parallel builder agents in dedicated worktrees for scalable cloning
  • Produce auditable artifacts for each target URL and site

Quick Start

Clone the target URL(s) exactly as provided, preserving assets, CSS, and content structure.

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 exactly with all CSS and assets preserved?

Yes, cloning multiple websites at scale is supported by dispatching parallel builder agents in dedicated worktrees. This allows multiple target URLs to be processed concurrently while keeping each site's extracted artifacts isolated for auditable review.

Do I need browser automation to extract website content and CSS?

Cloned artifacts and extracted assets are organized by isolating each target URL into dedicated folders. Results are stored under docs/research and docs/design-references directories to maintain traceability and provide auditable review for each cloned site.

Can I use automated website cloning for design reference research?

Automated website cloning can generate auditable design references by extracting and rebuilding target site assets and CSS. The resulting pixel-perfect artifacts are stored in dedicated directories, making them suitable for traceable design research and review.

What is the best way to reverse-engineer a website layout at scale?

Automated website cloning isolates artifacts per target URL in dedicated folders to prevent cross-site contamination. This ensures each site's extracted CSS and assets are processed independently and stored separately for auditable review.