web-clone
NewA plugin that clones websites.
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
/plugin marketplace add <org/repo>Add the configuration to /plugin install web-clone@<marketplace>
/pluginUse Cases
Usage Examples
/web-clone https://example.com
Clone the entire site at https://docs.example.com into a local folder named 'docs-backup'.
/web-clone https://example.com/landing-page --depth 1 --output ./landing
Security Audits
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..