page-import

Import webpages into structured HTML for AEM Edge Delivery Services.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps content teams quickly convert existing webpages into structured HTML suitable for authoring in AEM Edge Delivery Services, enabling fast previews and iterative migration.

Core Features & Use Cases

  • Import a complete page: scrape content, identify structure, map to blocks, and generate HTML for local preview.
  • Migrate from design prototypes or competitor pages to a consistent content model.
  • Use case: migrate a marketing page from a live site to a local AEM project for review and iteration.

Quick Start

Provide a URL to the page you want to import. The skill will scrape the page, decompose its structure, and produce a local HTML file ready for preview.

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?

Webpage import converts any live site or prototype page into structured HTML ready for AEM authoring. Provide the page URL and the Skill scrapes content, identifies structure, maps it to content blocks, and generates a local HTML file for preview and iteration.

Can I migrate a marketing page from a competitor site or design prototype?

Yes. The Skill handles migration from design prototypes, competitor pages, and live sites by decomposing page structure into mapped blocks and producing structured HTML that fits your content model for local authoring.

What page sections does the import process handle?

The import covers hero sections, features, testimonials, calls-to-action, and body content. Headers and navigation are excluded because they're managed separately in AEM Edge Delivery Services.

How does the Skill generate the HTML output?

The workflow runs four sub-skills in sequence: scrape the webpage, identify its structure, analyze authoring requirements, and generate import-ready HTML. An optional preview step verifies results before use.

Can I preview the imported HTML before using it?

Yes. After HTML generation, the Skill includes an optional preview step so you can verify the migrated content structure and make iterative adjustments locally before authoring in AEM.

What's the best way to handle complex page layouts during import?

The Skill automatically decomposes complex layouts by identifying distinct sections—hero, features, testimonials, CTAs—and mapping them to structured blocks, reducing manual decomposition work.