What problem does it solve?
This Skill orchestrates the import/migration of a single webpage from a URL into structured HTML content for authoring in AEM Edge Delivery Services. It scrapes the page, analyzes the structure, maps content to existing blocks, and generates HTML suitable for immediate local preview. It can be triggered by terms like migrate, migration, or migrating.
Core Features & Use Cases
- Scrape webpage and extract content, metadata, and images
- Identify page structure and section boundaries
- Decide authoring approach (default content vs blocks)
- Generate HTML file and preview locally
- Verify rendering in a local dev server
Use Case: Import a competitor page for reference, convert to AEM-ready content, and preview locally.
Quick Start
- Invoke the page-import skill with a Target URL and an output directory (e.g., ./import-work).
- The workflow executes through steps: scrape-webpage, identify-page-structure, authoring-analysis, generate-import-html, and preview-import. After completion, open the generated HTML to verify alignment with the original page.