page-import

Import a webpage and generate structured HTML for local preview.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/ak8458/abc-boilerplate --skill page-import-ak8458
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-import
Source: https://github.com/ak8458/abc-boilerplate/tree/main/.skills/page-import
Command: npx skills add https://github.com/ak8458/abc-boilerplate --skill page-import-ak8458

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Importing and migrating pages from external sites is error-prone and time-consuming; this orchestrator automates scraping, structure analysis, block mapping, and HTML generation to produce ready-to-preview content for AEM Edge Delivery Services.

Core Features & Use Cases

  • Orchestrates a multi-step import workflow: scraping, structure analysis, authoring decisions, HTML generation, and preview.
  • Maps content to existing blocks and generates clean HTML ready for local previews in AEM.
  • Use Case: migrate a hero, features, testimonials, and CTAs from a marketing site into AEM with minimal manual edits.

Quick Start

Use the page-import skill to begin scraping a URL and generate a local preview HTML for immediate review.

Frequently Asked Questions about page-import

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

FAQPage Schema
How do I import and migrate a webpage into AEM HTML?

Migrating a webpage into AEM involves scraping the URL, analyzing page structure, mapping content to existing blocks, and generating clean HTML. This skill automates that workflow to produce a file ready for local preview.

What is the best way to convert an external marketing site into structured HTML for AEM?

Converting an external marketing site into structured HTML requires identifying page sections like hero, features, testimonials, and CTAs. This skill automates extraction and block mapping to omit navigation and generate preview-ready HTML.

Can I map migrated webpage content to existing AEM blocks automatically?

Yes, you can map migrated webpage content to existing AEM blocks automatically. The skill identifies page structure during the import workflow and maps extracted sections directly to your available blocks for clean HTML generation.

Does the webpage import workflow handle navigation and headers?

The webpage import workflow handles navigation and headers by omitting them from the final output. It strips header and navigation elements while preserving hero, features, testimonials, CTAs, and body content for the local preview.

How do I preview migrated HTML locally before publishing to AEM Edge Delivery Services?

To preview migrated HTML locally before publishing to AEM Edge Delivery Services, the skill generates a structured HTML file as its final step. This file omits external navigation and is immediately ready for local review.