Pixel-Perfect Web Replica
Mirrors a public webpage's HTML/CSS/JS/media into a byte-faithful local sandbox.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · c53879d
Ran the bundled mirror_public_page.py against a local test site with nested CSS url() assets and an <img> tag; it produced a byte-for-byte identical local replica (index.html, style.css, both PNGs matched via diff) plus resources.json/resource-inventory.json/REPLACEABLE_RESOURCES.md, versus a naive curl baseline that only grabs raw HTML with zero assets.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Pixel-Perfect Web Replica does
Downloads a public page's same-origin HTML, CSS, JS, images, and manifest icons into a local folder that can be served with a static server, then produces a replaceable-resource inventory for rebranding. Triggers on requests to pixel-perfect clone, mirror, or locally sandbox a public page for study or redesign reference.
How to install Pixel-Perfect Web Replica
git clone https://github.com/Core-Mate/Pixel-Perfect-Web-Replica
mkdir -p ~/.claude/skills
cp -r Pixel-Perfect-Web-Replica ~/.claude/skills/pixel-perfect-web-replica
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Pixel-Perfect Web Replica
-
/pixel-perfect-web-replicaMirrors a public webpage's HTML/CSS/JS/media into a byte-faithful local sandbox.
It also activates on plain-language prompts like these:
-
Mirror this public webpage's HTML, CSS, and images into a local sandbox -
I want a byte-identical local copy of this site for redesign reference -
Clone this page's assets locally so I can study its layout offline
Frequently asked questions
- Is the Pixel-Perfect Web Replica skill free?
- Yes. The skill itself is free from Core-Mate/Pixel-Perfect-Web-Replica. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Pixel-Perfect Web Replica work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran the bundled mirror_public_page.py against a local test site with nested CSS url() assets and an <img> tag; it produced a byte-for-byte identical local replica (index.html, style.css, both PNGs matched via diff) plus resources.json/resource-inventory.json/REPLACEABLE_RESOURCES.md, versus a naive curl baseline that only grabs raw HTML with zero assets.
- What is the Pixel-Perfect Web Replica SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Pixel-Perfect Web Replica?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Pixel-Perfect Web Replica with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.