da-content-pipeline

Convert plain HTML to DA format and upload to AEM Edge Delivery Services.

3|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/paolomoz/skills --skill da-content-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: da-content-pipeline
Source: https://github.com/paolomoz/skills/tree/main/skills/da-content-pipeline
Command: npx skills add https://github.com/paolomoz/skills --skill da-content-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the conversion of HTML content into the Document Authoring (DA) format and handles its secure upload to AEM Edge Delivery Services, streamlining content deployment.

Core Features & Use Cases

  • HTML to DA Conversion: Transforms standard HTML blocks into DA's table-based format.
  • Authenticated Upload: Securely uploads content to DA using IMS authentication.
  • Batch Processing: Supports uploading multiple pages with rate limiting and error recovery.
  • Preview Triggering: Initiates AEM Edge Delivery Services previews after upload.
  • Use Case: Automatically convert generated HTML pages from a static site generator into the DA format and upload them for content editors to review and publish on AEM Edge Delivery Services.

Quick Start

Convert the HTML content in 'my-page.plain.html' and upload it to the DA repository 'my-repo' in the 'my-org' organization.

Frequently Asked Questions about da-content-pipeline

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

FAQPage Schema
How do I convert plain HTML to Document Authoring format for AEM Edge Delivery Services?

You can convert plain HTML to Document Authoring (DA) format by automating the transformation of standard HTML blocks into DA's table-based structure and uploading them to AEM Edge Delivery Services.

Does uploading content to Document Authoring require IMS authentication?

Yes, uploading content to Document Authoring requires IMS authentication. This process securely handles the authenticated upload to AEM Edge Delivery Services for protected content deployment.

Can I batch upload multiple HTML pages to Document Authoring with rate limiting?

Yes, you can batch upload multiple HTML pages to Document Authoring. This process supports batch processing with rate limiting and error recovery to manage large content deployment workflows effectively.

How do I trigger AEM Edge Delivery Services previews after uploading HTML?

You trigger AEM Edge Delivery Services previews after uploading HTML by initiating preview triggering automatically once the HTML to DA conversion and authenticated upload complete.

What is the best way to automate a content pipeline from a static site generator to AEM Edge Delivery?

The best way to automate a content pipeline from a static site generator to AEM Edge Delivery is converting generated HTML to DA format, handling IMS authentication, and integrating with Cloudflare Workers and serverless functions.