Pixel Perfect Web Replica is distributed as a standard SKILL.md folder. The repository root is the skill folder.
The bundled mirror script uses Python standard library modules plus the system file command when available.
Install for both Codex and Claude Code:
curl -fsSL https://raw.githubusercontent.com/Core-Mate/Pixel-Perfect-Web-Replica/main/scripts/install.sh | bashInstall for Codex only:
curl -fsSL https://raw.githubusercontent.com/Core-Mate/Pixel-Perfect-Web-Replica/main/scripts/install.sh | bash -s codexInstall for Claude Code only:
curl -fsSL https://raw.githubusercontent.com/Core-Mate/Pixel-Perfect-Web-Replica/main/scripts/install.sh | bash -s claudeInstall with the skills CLI:
npx skills@latest add Core-Mate/Pixel-Perfect-Web-Replicamkdir -p ~/.codex/skills
git clone https://github.com/Core-Mate/Pixel-Perfect-Web-Replica.git ~/.codex/skills/pixel-perfect-web-replicaRestart Codex after installation.
To update:
cd ~/.codex/skills/pixel-perfect-web-replica
git pullClaude Code discovers personal skills from ~/.claude/skills/ and project skills from .claude/skills/.
Personal installation:
mkdir -p ~/.claude/skills
git clone https://github.com/Core-Mate/Pixel-Perfect-Web-Replica.git ~/.claude/skills/pixel-perfect-web-replicaProject installation:
mkdir -p .claude/skills
git submodule add https://github.com/Core-Mate/Pixel-Perfect-Web-Replica.git .claude/skills/pixel-perfect-web-replicaRestart Claude Code after installation.
Ask your agent:
What skills are available?
Then try:
Use pixel-perfect-web-replica to mirror this public page locally and generate a replaceable resource inventory.
After installation, the script should show CLI help:
python3 ~/.codex/skills/pixel-perfect-web-replica/scripts/mirror_public_page.py --help