page-import

Scrape a webpage and generate structured HTML for AEM Edge Delivery Services.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/paolomoz/quasar --skill page-import-paolomoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-import
Source: https://github.com/paolomoz/quasar/tree/main/.skills/page-import
Command: npx skills add https://github.com/paolomoz/quasar --skill page-import-paolomoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of importing content from existing web pages into a structured HTML format suitable for authoring in AEM Edge Delivery Services, streamlining website migration and content repurposing.

Core Features & Use Cases

  • Web Page Scraping: Extracts content, metadata, and images from a given URL.
  • Structure Identification: Analyzes the scraped page to identify distinct sections and content sequences.
  • Authoring Decision Making: Determines whether content should map to existing blocks or be treated as default content.
  • HTML Generation: Creates a structured HTML file with images, ready for local preview and authoring.
  • Use Case: Migrate a competitor's landing page into your AEM EDS environment for analysis or to adapt its structure and content for your own site.

Quick Start

Use the page-import skill to migrate the content from the URL https://example.com/landing-page.

Frequently Asked Questions about page-import

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

FAQPage Schema
How do I migrate web pages to AEM Edge Delivery Services?

Web page migration to AEM EDS involves scraping a source URL, identifying content sections, and generating structured HTML. This process prioritizes the authoring experience and minimizes custom block creation.

How does web scraping for content migration identify page structure?

Web scraping for content migration analyzes the extracted page to identify distinct sections and content sequences. It then makes authoring decisions to map content to existing blocks or treat it as default content.

Do I need custom blocks for importing HTML into AEM EDS?

You do not need to create custom blocks for importing HTML into AEM EDS. The process follows David's Model, prioritizing the authoring experience and minimizing custom block creation by mapping content to existing blocks.

What is the best way to import a competitor's landing page into AEM EDS?

The best way to import a competitor's landing page into AEM EDS is to scrape the URL, identify its page structure and content sequences, and generate structured HTML with images for local preview and authoring.

Can I preview generated HTML locally after scraping a web page?

Yes, you can preview generated HTML locally after scraping a web page. The import process creates a structured HTML file complete with extracted images, ready for local preview and authoring.