generate-import-html

Generate AEM Edge Delivery HTML sections and image folders from authoring analysis.

162|67|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/adobe/skills --skill generate-import-html-adobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-import-html
Source: https://github.com/adobe/skills/tree/main/skills/aem/edge-delivery-services/skills/generate-import-html
Command: npx skills add https://github.com/adobe/skills --skill generate-import-html-adobe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the conversion of authoring analysis into a production-ready HTML structure for AEM Edge Delivery Services, eliminating manual HTML assembly and ensuring consistent sectioning and asset handling.

Core Features & Use Cases

  • Automatically generate section divs and blocks from authoring analysis.
  • Apply standardized metadata handling and image folder organization for easy deployment.
  • Use Case: When you have completed authoring analysis and prepared cleaned HTML, use this skill to produce a ready-to-deploy HTML file plus a matching images folder.

Quick Start

Run the generate-import-html skill after finishing authoring-analysis and scrape-webpage steps; save the output to the path specified by the workflow (paths.htmlFilePath) and ensure the images folder sits alongside the HTML file.

Frequently Asked Questions about generate-import-html

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert authoring analysis into HTML for AEM Edge Delivery?

Authoring analysis is converted into production-ready HTML for AEM Edge Delivery by automatically generating section divs, blocks, and metadata. This process eliminates manual HTML assembly and ensures standardized asset handling for deployment.

How do I generate HTML sections and image folders for content migration?

HTML sections and image folders are generated by processing complete authoring decisions and metadata. The output produces a ready-to-deploy HTML file alongside a matching images folder placed in the correct directory.

What steps are required before generating HTML for AEM Edge Delivery?

Before generating HTML, you must complete the authoring-analysis and scrape-webpage steps to prepare cleaned HTML. Having complete authoring decisions and metadata available ensures deterministic HTML generation.

Does AEM Edge Delivery HTML generation require cleaned HTML input?

Yes, AEM Edge Delivery HTML generation requires cleaned HTML input prepared from prior authoring analysis. This ensures the skill can deterministically produce standardized section divs and organize image folders.

What is the best way to automate HTML assembly for AEM Edge Delivery?

Automating HTML assembly for AEM Edge Delivery is best handled by converting completed authoring analysis into standardized section divs and blocks. This approach ensures consistent sectioning and proper asset organization without manual coding.

Why are my generated HTML sections not deploying correctly to AEM Edge Delivery?

HTML sections may fail to deploy correctly if the output is not saved to the specified workflow path or if the images folder is not placed alongside the HTML file. Proper directory placement is required for AEM Edge Delivery.