page-import

Scrape a webpage and generate structured HTML for AEM Edge Delivery Services.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Importing or migrating pages from existing websites into structured HTML content for authoring in AEM Edge Delivery Services. The skill scrapes the page, analyzes structure, maps to existing blocks, and generates HTML for immediate local preview.

Core Features & Use Cases

  • Scrapes source URL to extract content, metadata, and images.
  • Identifies page structure and section sequences for predictable authoring.
  • Generates clean HTML mapped to existing blocks for quick preview.
  • Quick-start can be used to migrate a target URL into a local preview.

Quick Start

Provide a target URL and run the orchestrator to produce local HTML preview and assets.

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 structured HTML for AEM Edge Delivery Services?

Migrate a webpage by scraping the source URL, analyzing its structure, mapping content to existing blocks, and generating HTML for immediate local preview in AEM Edge Delivery Services. Provide a target URL and run the orchestrator to produce the HTML output.

What is the best way to import existing website content into AEM blocks?

The best way to import existing website content is to automate page scraping, identify section sequences, and map the extracted structure directly to existing blocks to generate clean HTML for authoring in AEM Edge Delivery Services.

Does webpage migration require a specific block inventory before generating HTML?

Block inventory coordination is part of the migration process. The skill analyzes the source page structure and maps content to existing blocks, requiring a block inventory to accurately generate the structured HTML output.

Can I preview migrated webpage HTML locally before publishing to AEM?

You can preview migrated webpage HTML locally. The skill generates clean HTML mapped to existing blocks and downloads necessary assets specifically for immediate local preview before publishing to AEM Edge Delivery Services.

How does block mapping work when importing a single webpage?

Block mapping works by scraping a single webpage, identifying its page structure and section sequences, and mapping that content to existing blocks to generate structured HTML for predictable authoring in AEM Edge Delivery Services.

What limitations exist when scraping a webpage for HTML generation?

The skill is designed for migrating a single webpage at a time. It requires a distinct page-scraping step and relies on existing block inventories to map structure, making it unsuitable for bulk site migrations without individual page processing.