page-import

Scrape a webpage and map content to existing blocks for structured HTML preview.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/thojava/baco --skill page-import-thojava
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-import
Source: https://github.com/thojava/baco/tree/main/.skills/page-import
Command: npx skills add https://github.com/thojava/baco --skill page-import-thojava

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Single-page import: Convert a webpage into ready-to-author HTML content by identifying sections, blocks, and layout.
  • Block mapping: Aligns scraped content with existing blocks to preserve design semantics.
  • Preview-ready output: Generates an HTML file with local image references for quick validation before deployment.

Quick Start

Invoke the page-import skill to scrape a URL and generate a local preview HTML.

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?

Webpage migration to HTML involves scraping a target URL, analyzing its structure, and mapping content to existing blocks to produce structured HTML for local preview and authoring.

What is block mapping when importing a webpage?

Block mapping is the process of aligning scraped webpage content with existing blocks to preserve design semantics, ensuring the generated structured HTML matches the intended layout for AEM authoring.

Can I convert a competitor webpage into prototype HTML content?

Yes, you can convert competitor pages into prototype content. The skill scrapes the target URL, identifies structure, and generates preview-ready HTML with local image references for validation.

Does the webpage import process generate a local preview with image references?

Yes, the webpage import generates a preview-ready HTML file with local image references, allowing you to validate structured content and layout before deployment.

What is the best way to scrape a single webpage and map it to existing blocks?

The best way is an end-to-end workflow that scrapes the single page, identifies sections, aligns scraped content with existing block semantics, and outputs structured HTML for local validation.

Are there limitations when doing a single-page import to structured HTML?

Single-page import is limited to individual pages rather than full site migrations, focusing on scraping, structure identification, and block mapping to produce local preview HTML files.