hlx-admin-api-executor

Plan and execute single AEM Admin API operations with human approval.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jackzhaojin/ai-builder-kit --skill hlx-admin-api-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hlx-admin-api-executor
Source: https://github.com/jackzhaojin/ai-builder-kit/tree/main/plugins/hlx-admin-api-executor-guarded/skills/hlx-admin-api-executor
Command: npx skills add https://github.com/jackzhaojin/ai-builder-kit --skill hlx-admin-api-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Plan and execute one AEM Admin API operation at a time with human oversight to prevent costly mistakes during site configuration and admin tasks.

Core Features & Use Cases

  • Interactive workflow planning: guides operators through the necessary steps before execution.
  • Single-step execution with review: runs one admin operation per step, with explicit sign-off and traceable results.
  • Phase-based guidance and documentation: creates an EXECUTION.md log, env setup, and execution artifacts for auditing and recovery.

Quick Start

Provide your org/site/repo details and run the tool to plan and execute a single Admin API operation with approval loop.

Frequently Asked Questions about hlx-admin-api-executor

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

FAQPage Schema
How do I execute AEM Admin API operations safely with human oversight?

To execute AEM Admin API operations safely, this Skill enforces single-step execution with explicit human sign-off before mutation. It guides you through GET/SET/GET patterns and verification to prevent costly site configuration mistakes.

What is the best way to plan and audit AEM admin tasks for existing deployments?

The best way to plan and audit AEM admin tasks is using phase-based guidance that generates an EXECUTION.md log. This creates traceable execution artifacts and version-aware auditing for recovery across deployment phases.

Do I need token-based authentication to run AEM Admin API execution workflows?

Yes, you need token-based authentication and environment configuration to run AEM Admin API execution workflows. Providing your org, site, and repo details is required to initialize the interactive planning and approval loop.

How does the single-step execution pattern prevent configuration errors in AEM?

The single-step execution pattern prevents configuration errors by running one admin operation at a time with explicit review. It mandates verification before mutation, ensuring operators validate GET requests before applying SET changes.

Why does my AEM Admin API workflow require verification before mutation?

Your AEM Admin API workflow requires verification before mutation to enforce safety policies and version-aware auditing. This interactive human-in-the-loop approach prevents irreversible costly mistakes during site configuration and admin tasks.