website-rebuild-skill

website-rebuild-skill

Agent Skill for website cloning: capture read-only snapshots, reconstruct from minified code line by line, and automatically verify via comparison.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

This capability enables AI to clone a website by capturing read-only snapshots, reconstructing minified code line by line, and validating results through automated comparison. It is suitable for scenarios requiring precise website replication, such as technical research and reverse engineering. Installation is done via the npx command or by manually copying the directory into an agent that supports the Agent Skills specification. Designed for developers and technical researchers.

Capabilities

  • Capture read-only snapshots
  • Reconstruct from minified code line by line
  • Automated comparison verification
  • Quantitative report of differences
  • Source code delivery

Use cases

Technical researchReverse engineeringWebsite cloningCode auditing

Setup

Requires: Node.js ≥ 22Chrome / Chromiumnpx
npx website-rebuild-skill or copy the `skills/website-rebuild/` directory into the agent's skills directory.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started?

Install via npx or manually copy the directory into the agent's skills directory.

What runtimes are supported?

Supports any agent that conforms to the Agent Skills specification.

Is it open source?

Yes, it is licensed under MIT.

Related skills