page-import

Import a single webpage into AEM Edge Delivery Services as structured HTML.

162|67|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/adobe/skills --skill page-import-adobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-import
Source: https://github.com/adobe/skills/tree/main/skills/aem/edge-delivery-services/skills/page-import
Command: npx skills add https://github.com/adobe/skills --skill page-import-adobe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables content teams to migrate or import a single webpage into AEM Edge Delivery Services by converting a live page into author-ready, structured HTML with mapped blocks and a local preview.

Core Features & Use Cases

  • Scrape page content and metadata from a source URL to create a clean, local representation.
  • Identify section boundaries and content sequences to support consistent authoring.
  • Map content to existing blocks or fall back to default content for quick previews.
  • Generate a ready-to-preview HTML file that developers and authors can validate locally.
  • Use Case: When migrating a single page, this skill provides a reproducible pipeline from source URL to local preview.

Quick Start

Provide a source URL and run the page-import skill to produce a local HTML preview for authoring in AEM Edge Delivery Services.

Frequently Asked Questions about page-import

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

FAQPage Schema
How do I import a webpage into AEM Edge Delivery Services?

You import a webpage into AEM Edge Delivery Services by scraping the source URL, identifying section boundaries, and generating structured HTML mapped to blocks for local authoring validation.

What is the process for converting a live webpage to structured HTML for AEM authoring?

Converting a live webpage to structured HTML involves scraping content, identifying section boundaries, mapping to existing blocks, and generating a local HTML preview for authoring validation.

Can I generate a local preview of a scraped webpage before migrating it to AEM?

Yes, you can generate a local preview of a scraped webpage. The import pipeline produces a ready-to-preview HTML file and prepared assets so developers and authors can validate content locally before AEM migration.

Does the webpage import pipeline work on a per-page basis for AEM migrations?

Yes, the webpage import pipeline operates on a per-page basis for AEM migrations. It processes a single source URL by scraping content, identifying structure, and generating structured HTML for local preview.

What happens to webpage content that cannot be mapped to existing AEM blocks?

When webpage content cannot be mapped to existing AEM blocks, the import pipeline falls back to default content to ensure the generated HTML still renders for quick local previews.