agentsclimarketplace

Clone website

Skill JasonxzWen/harness-hub/skills/clone-website

Repository-first deterministic migration and atomic Skill source for Claude Code and Codex.

Install
npx -y skills add JasonxzWen/harness-hub --skill clone-website

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

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.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.8 KB, as published. Nobody here has run it

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 visual reference.
  • Record gaps rather than guessing hidden behavior.

Progressive Files

  • Read references/safety-and-permissions.md before any external site clone.
  • Read references/extraction-checklist.md during browser inspection.
  • Read references/upstream-workflow.md when adapting the full upstream pipeline.
  • Use assets/component-spec-template.md for section handoffs or research notes.

Validation

For the local harness, run:

npm run check

When using a framework app, also run the nearest build/typecheck/lint commands. A clone that does not build or cannot be opened in a browser is not complete.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.