glmv-web-replication

Capture public website frontends into structured blueprints and static replicas.

458|40|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/zai-org/GLM-skills --skill glmv-web-replication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glmv-web-replication
Source: https://github.com/zai-org/GLM-skills/tree/main/skills/glmv-web-replication
Command: npx skills add https://github.com/zai-org/GLM-skills --skill glmv-web-replication

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recreating a website's visual design and navigation by hand is time-consuming and error-prone; this Skill automates the capture and reconstruction of a site's frontend presentation into a structured blueprint and a client-side replica so designers and developers can iterate quickly without touching backend systems. It centralizes screenshots, interaction records, and public assets into a navigable folder structure that preserves page relationships and visual states for prototyping, auditing, or archival purposes.

Core Features & Use Cases

  • Recursive visual exploration: crawl publicly accessible pages, capture full-page and scrolling screenshots, and record interaction states (hover, click, select).
  • Blueprint generation: produce a folder-based blueprint with _page.md summaries, _interactions.md, a sitemap, navigation graph, and per-page _assets.
  • Frontend-only replica: assemble a static or client-side approximation of the site's layout and navigation while explicitly excluding backend logic, private content, and authentication-protected pages.
  • Safety & compliance: built-in authorization confirmation, robots.txt respect, and explicit rules to avoid scraping behind logins or harvesting credentials.
  • Use cases: generate design mockups from an existing public site, perform visual audits and regression comparisons, or create static prototypes for stakeholder review.

**Quick Start

Use the glmv-web-replication skill to create a frontend-only replica of a publicly accessible website that you own or have written permission to replicate.

Frequently Asked Questions about glmv-web-replication

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a static frontend replica from an existing website?

To create a static frontend replica, this Skill uses an automated browser to crawl publicly accessible pages, capturing screenshots, interaction states, and public assets into a structured folder-based blueprint for visual prototyping.

Can I use Playwright to capture scrolling screenshots and interaction states for a mockup?

Yes, Playwright drives the automated browser to recursively explore public sites, capturing full-page scrolling screenshots and recording hover, click, and select interaction states into a navigational blueprint.

Does this website replication approach copy backend logic or private content?

No, website replication explicitly excludes backend logic, private content, and authentication-protected pages, focusing solely on assembling a client-side visual approximation of the layout and navigation.

What is a visual blueprint for a website and when do I need one?

A visual blueprint is a folder-based structure containing page summaries, interaction records, a sitemap, and assets. You need one for visual audits, regression comparisons, or static stakeholder prototypes.

Does the web replication process respect robots.txt and require authorization?

Yes, the web replication process enforces explicit authorization confirmation and robots.txt compliance before crawling, ensuring it only captures publicly visible frontend presentation without scraping behind logins.

Are there limitations when generating design mockups from public sites?

Yes, limitations include strict avoidance of login-protected pages, credentials harvesting, and backend reproduction; it solely captures publicly accessible frontend presentation for static visual references.