page-import

Convert a live webpage into structured HTML for AEM Edge Delivery Services.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aemsites/koassets --skill page-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-import
Source: https://github.com/aemsites/koassets/tree/main/.claude/skills/page-import
Command: npx skills add https://github.com/aemsites/koassets --skill page-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates the entire process of migrating a single webpage from any URL into structured HTML content for AEM Edge Delivery Services. It automates complex steps from initial scraping to final local preview, saving days of manual migration effort.

Core Features & Use Cases

  • Full Workflow Automation: Manages the complete import pipeline: scraping, structure identification, authoring analysis, HTML generation, and local preview.
  • David's Model Adherence: Prioritizes authoring experience by minimizing blocks and preferring default content where possible, aligning with AEM best practices.
  • Comprehensive Content Import: Ensures all main content is imported without truncation or summarization, preserving SEO and content integrity.
  • Use Case: Provide a URL for a legacy webpage, and this skill will automatically convert it into a fully structured AEM Edge Delivery HTML file, ready for authoring and deployment, eliminating manual conversion and validation.

Quick Start

Use the page-import skill to migrate the webpage at "https://www.example.com/legacy-page" to 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 migrate a webpage to AEM Edge Delivery Services?

Migrate a webpage by providing its live URL to the page-import skill, which automates the complete workflow: scraping the page, identifying its structure, analyzing authoring requirements, generating structured HTML, and previewing the result locally. The skill outputs cleaned HTML, metadata, screenshots, and images ready for AEM Edge Delivery.

Can page-import handle content conversion from competitor pages and design prototypes?

Yes, page-import extracts and converts main content from any live URL—including competitor pages and design prototypes—into structured HTML for AEM Edge Delivery. It focuses on core content while automatically excluding headers, navigation, and footers to streamline authoring.

What does page-import output after importing a webpage?

Page-import produces metadata.json, cleaned.html, screenshot.png, and an images directory. It validates section boundaries, block inventory, and styling parity with the source to ensure the imported content maintains structural and visual integrity for authoring.

Does page-import eliminate manual webpage migration work?

Page-import orchestrates the five-step workflow—scrape, structure identification, authoring analysis, HTML generation, and local preview—automatically, eliminating days of manual conversion and validation effort when migrating legacy webpages to AEM Edge Delivery Services.

How does page-import align with AEM authoring best practices?

Page-import adheres to AEM's David's Model by minimizing block count and preferring default content structures, prioritizing authoring experience while ensuring all main content imports completely without truncation or summarization.