clone-website

Clone websites into isolated worktrees with extracted assets, CSS, and content.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/wolram/VotoData --skill clone-website-wolram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clone-website
Source: https://github.com/wolram/VotoData/tree/main/.agents/skills/clone-website
Command: npx skills add https://github.com/wolram/VotoData --skill clone-website-wolram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clones one or more websites comprehensively by extracting assets, CSS, and content into organized worktrees, enabling rapid replication, preservation, and experimentation.

Core Features & Use Cases

  • Pixel-perfect website cloning with separate outputs per URL.
  • Section-by-section artifact extraction including images, fonts, CSS, and HTML.
  • Parallel processing with isolated worktrees to keep projects independent.
  • Rebuilds, copies, or migrations of existing sites for offline analysis or design iterations.

Quick Start

Provide one or more target URLs as arguments to clone those sites into isolated worktrees with auditable extraction artifacts.

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 for offline analysis and design iterations?

Website cloning for offline analysis extracts assets, CSS, and content into organized worktrees. It applies browser automation to inspect pages, extract resources, and verify builds, enabling rapid replication and design iterations.

Can I extract website assets like images and CSS from multiple URLs in parallel?

Extracting website assets from multiple URLs in parallel processes each URL independently into isolated worktrees. This browser automation approach organizes images, fonts, CSS, and HTML artifacts separately to keep projects independent.

What is the best way to copy a live site into auditable worktrees for backups?

Copying a live site into auditable worktrees uses automated builder workflows to extract assets and content comprehensively. This handles section-by-section artifact extraction, preserving the site for backups or rebuilds with verifiable outputs.

Does website cloning with browser automation handle pixel-perfect replication?

Website cloning with browser automation handles pixel-perfect replication by inspecting pages and extracting resources. It orchestrates end-to-end cloning, organizing artifacts into isolated outputs for each target URL.

Are there limitations when using automated workflows to clone sites with dynamic content?

Cloning sites with automated workflows requires browser automation to inspect pages and extract resources, but dynamic content heavily reliant on real-time server interactions may not fully replicate offline in isolated worktrees.