clone-website

Solid

Load when the user explicitly asks to clone, reverse-engineer, or rebuild a website they own or are authorized to reproduce; do not load for generic redesign, inspiration, scraping, phishing, impersonation, or copying third-party brands.

Web & Frontend 84 stars 0 forks Updated 5 days ago

Install

View on GitHub

Quality Score: 81/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Clone Website Use this skill for explicit website reconstruction requests where the user has authority to reproduce the target page. Treat it as a side-effect-heavy workflow: it uses browser inspection, network access, local file writes, asset handling, and build validation. ## Required Gates 1. Confirm the user supplied a URL and a legitimate reproduction purpose. If ownership or permission is unclear, ask before continuing. 2. Use `assets/website-cloner` from this skill or an equivalent isolated app workspace. Do not run this inside an unrelated production app unless the user explicitly asks. 3. Inspect the live page with browser automation before building. If browser automation is unavailable, stop and report that the clone cannot be verified. 4. Write durable extraction notes before implementation: topology, visual tokens, interaction behavior, and component specs. 5. Replace third-party brand copy/assets with the user's requested content unless they explicitly own the original material. 6. Build and inspect the result before handoff. At minimum run the harness check command and capture one desktop screenshot. ## Default Scope - Clone one URL at a time unless the user explicitly asks for multiple sites. - Match layout, rhythm, typography scale, color mood, and interaction model. - Do not copy logos, trademarks, proprietary images, tracking scripts, forms, accounts, or backend behavior. - Prefer local/generated content and simple assets when the target is only a vis...

Details

Author
JasonxzWen
Repository
JasonxzWen/harness-hub
Created
4 months ago
Last Updated
5 days ago
Language
JavaScript
License
None

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Featured

clone-website

Reverse-engineer and clone a website in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a copy of this site", "rebuild this page", "pixel-perfect clone". Provide the target URL as an argument.

519 Updated 1 weeks ago
vibeeval
AI & Automation Listed

clone-website

Reverse-engineer and clone one or more websites in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a copy of this site", "rebuild this page", "pixel-perfect clone". Provide one or more target URLs as arguments.

1 Updated 4 days ago
NafisRayan
AI & Automation Solid

superloopy-clone

Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect clone", or "AI website clone". Requires browser automation and records component specs, assets, implementation, build output, and visual QA as Superloopy evidence.

102 Updated 3 days ago
beefiker