BeClaude

web-clone

New
1Community RegistryDevelopmentby adlsdztony

A plugin that clones websites.

First seen 5/25/2026

Summary

The web-clone skill allows developers to clone entire websites or specific pages for offline development, testing, or archiving purposes.

  • It simplifies the process of downloading static assets, HTML, CSS, and JavaScript, making it easy to replicate a site's structure locally.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install web-clone@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Clone a production website to debug layout issues locally without affecting the live site.
Download a documentation site for offline reference during travel or in air-gapped environments.
Create a static backup of a client's website before performing major redesigns.
Extract a single landing page's assets (images, fonts, styles) for reuse in a new project.
Mirror a web application's frontend to test performance optimizations in a local environment.
Archive a personal blog or portfolio site before decommissioning the hosting service.

Usage Examples

1

/web-clone https://example.com

2

Clone the entire site at https://docs.example.com into a local folder named 'docs-backup'.

3

/web-clone https://example.com/landing-page --depth 1 --output ./landing

View source on GitHub
plugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is web-clone?

The web-clone skill allows developers to clone entire websites or specific pages for offline development, testing, or archiving purposes. It simplifies the process of downloading static assets, HTML, CSS, and JavaScript, making it easy to replicate a site's structure locally.

How to install web-clone?

To install web-clone: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install web-clone@<marketplace>. Finally, /plugin in Claude Code.

What is web-clone best for?

web-clone is a plugin categorized under Development. It is designed for: plugin. Created by adlsdztony.

What can I use web-clone for?

web-clone is useful for: Clone a production website to debug layout issues locally without affecting the live site.; Download a documentation site for offline reference during travel or in air-gapped environments.; Create a static backup of a client's website before performing major redesigns.; Extract a single landing page's assets (images, fonts, styles) for reuse in a new project.; Mirror a web application's frontend to test performance optimizations in a local environment.; Archive a personal blog or portfolio site before decommissioning the hosting service..