page-import

Scrape webpages and generate structured HTML for AEM Edge Delivery Services.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Permit-Junction/permitjunction-website --skill page-import-permit-junction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-import
Source: https://github.com/Permit-Junction/permitjunction-website/tree/main/.claude/skills/page-import
Command: npx skills add https://github.com/Permit-Junction/permitjunction-website --skill page-import-permit-junction

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of importing and migrating individual web pages from any URL into structured HTML content suitable for authoring in AEM Edge Delivery Services, streamlining content migration and analysis.

Core Features & Use Cases

  • Webpage Scraping: Extracts content, metadata, and images from a given URL.
  • Structure Identification: Analyzes the scraped content to identify section boundaries and content sequences.
  • Authoring Decision Support: Helps decide between using default content or existing blocks for imported elements.
  • HTML Generation: Creates a structured HTML file ready for AEM EDS.
  • Local Preview: Enables verification of the imported page in a local development environment.
  • Use Case: Migrate a competitor's landing page to your AEM EDS site for analysis and potential content adaptation.

Quick Start

Use the page-import skill to migrate the content from https://example.com/landing-page.

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?

To import a webpage into AEM Edge Delivery Services, provide the target URL to scrape content, analyze page structure, map elements to blocks, and generate structured HTML for local preview.

What is the best way to scrape content from a URL for website migration?

Scraping content from a URL for website migration involves extracting text, metadata, and images, then identifying section boundaries to map the content sequence into structured HTML suitable for AEM EDS.

Does the webpage import process handle site headers and footers?

No, the webpage import process specifically handles main content only, excluding headers and footers to focus on mapping core page elements into AEM EDS blocks.

Can I preview imported HTML content locally before publishing to AEM EDS?

Yes, you can verify imported HTML content locally because the migration process generates a structured HTML file specifically designed for local development environment preview before final authoring.

How does content scraping decide between using default content or existing blocks?

Content scraping analyzes the extracted page structure to provide authoring decision support, helping you decide whether to map imported elements into default content or existing AEM EDS blocks.

What do I need to set up before migrating web pages to structured HTML?

Before migrating web pages to structured HTML, you need a valid target URL to scrape and a local development environment configured to preview the generated AEM EDS content.