aem

Manage AEM Edge Delivery Service pages via the aem CLI.

3|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/ai-ecoverse/skills --skill aem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aem
Source: https://github.com/ai-ecoverse/skills/tree/main/skills/aem
Command: npx skills add https://github.com/ai-ecoverse/skills --skill aem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing AEM Edge Delivery Service (EDS) content and workflows manually is error-prone and time-consuming.

Core Features & Use Cases

  • Read, write, preview, and publish EDS pages using the aem CLI.
  • Authenticate and operate against AEM endpoints with URL-based paths.
  • Use for content deployment, page validation, and rapid iteration in development and production.

Quick Start

Authenticate once with oauth-token adobe and then manage EDS pages using the aem commands.

Frequently Asked Questions about aem

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

FAQPage Schema
How do I manage AEM Edge Delivery pages end-to-end from the command line?

You can manage AEM Edge Delivery pages end-to-end by using the aem CLI to authenticate, retrieve, modify, preview, and publish EDS pages via URL-based operations and page lifecycle workflows.

What is the best way to automate content deployment for AEM Edge Delivery Service?

Automating content deployment for AEM Edge Delivery Service is best handled by using the aem CLI to script EDS page retrieval, modification, preview, and publication workflows, reducing manual errors and time.

How do I authenticate with AEM endpoints to retrieve and modify EDS pages?

To authenticate with AEM endpoints and retrieve or modify EDS pages, you first authenticate once using the oauth-token adobe command, then execute aem CLI commands for subsequent URL-based page operations.

Can I preview and publish AEM Edge Delivery pages using a single CLI tool?

Yes, you can preview and publish AEM Edge Delivery pages using the aem CLI tool, which handles the complete page lifecycle workflow from retrieval and modification to preview and publication.

Why does manual management of AEM Edge Delivery Service content cause errors?

Manual management of AEM Edge Delivery Service content causes errors because the workflows are time-consuming and prone to human mistakes, making CLI-based automation via the aem tool a more reliable approach.

Do I need an oauth-token to operate against AEM Edge Delivery Service endpoints?

Yes, you need an oauth-token adobe to operate against AEM Edge Delivery Service endpoints, as it is required once during setup to authenticate the aem CLI for all subsequent EDS page operations.