page-import

Imports a webpage from a URL into structured HTML for AEM Edge Delivery Services.

1|Updated Oct 7, 2024
One-click install
npx skills add https://github.com/valithedge/etisalatedge --skill page-import-valithedge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-import
Source: https://github.com/valithedge/etisalatedge/tree/main/.agents/skills/page-import
Command: npx skills add https://github.com/valithedge/etisalatedge --skill page-import-valithedge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables importing a single webpage from a URL into structured HTML content for authoring in AEM Edge Delivery Services. It scrapes the page, analyzes structure, maps to existing blocks, and generates HTML for immediate local preview.

Core Features & Use Cases

  • Scrape webpage to extract content, metadata, and images
  • Identify page structure, section boundaries, and content sequences
  • Make authoring decisions (default content vs blocks) and generate import HTML
  • Preview and validate the imported page in a local dev environment
  • Use case: migrate a page from an existing site to AEM Edge Delivery with a reliable preview

Quick Start

Provide a URL to import and run the skill to generate a structured HTML export and a local 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 structured HTML for AEM Edge Delivery Services?

To import a webpage into structured HTML, you provide a URL and the skill scrapes the page, analyzes its structure, and generates an HTML file with optional assets for immediate local preview in AEM Edge Delivery Services.

What's the best way to migrate existing web pages to AEM Edge Delivery?

Migrating existing web pages to AEM Edge Delivery is handled by scraping the target URL, identifying page structure and section boundaries, and mapping content to existing blocks to output a structured HTML file.

How does webpage scraping and structure analysis work for HTML generation?

Webpage scraping extracts content, metadata, and images from the URL, then structure analysis identifies section boundaries and content sequences to make authoring decisions between default content and blocks for HTML generation.

Can I generate a local preview of an imported webpage before publishing?

Yes, you can generate a local preview of the imported webpage because the skill outputs an HTML file along with optional assets designed to be validated in a local dev environment before publishing.

Do I need to define blocks manually when importing HTML content?

You do not need to define blocks manually from scratch; the skill analyzes the scraped webpage structure and makes authoring decisions to automatically map content to default content or existing blocks.