返回顶部
l

lap-adobe-experience-manager-aem-apiAEM API 技能

Adobe Experience Manager (AEM) API skill. Use when working with Adobe Experience Manager (AEM) for system, libs, .cqactions.html. Covers 48 endpoints.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
149
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

lap-adobe-experience-manager-aem-api

Adobe Experience Manager (AEM) API

API版本:3.7.1-pre.0

认证

Bearer基础认证

基础URL

/

设置

  1. 1. 使用您的Bearer令牌设置Authorization标头
  2. GET /system/console/configMgr -- 验证访问权限
  3. POST /.cqactions.html -- 创建第一个.cqactions.html

端点

9个组共48个端点。详见references/api-spec.lap。

system
方法路径描述
GET/system/console/configMgr
GET
/system/console/bundles/{name}.json | |

| POST | /system/console/bundles/{name} | | | POST | /system/console/jmx/com.adobe.granite:type=Repository/op/{action} | | | GET | /system/health | | | POST | /system/console/configMgr/com.adobe.granite.auth.saml.SamlAuthenticationHandler | | | GET | /system/console/status-productinfo.json | |

libs
方法路径描述
GET/libs/granite/core/content/login.html
POST
/libs/replication/treeactivation.html | |

| POST | /libs/granite/security/post/authorizables | | | POST | /libs/granite/security/post/truststore | | | GET | /libs/granite/security/truststore.json | | | POST | /libs/granite/security/post/sslSetup.html | |

.cqactions.html
方法路径描述
POST/.cqactions.html

{path}
方法路径描述
POST/{path}/
GET
/{path}/{name} | |

| POST | /{path}/{name} | | | DELETE | /{path}/{name} | | | POST | /{path}/{name}.rw.html | |

apps
方法路径描述
POST/apps/system/config/{configNodeName}
POST
/apps/system/config/org.apache.felix.http | |

| POST | /apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet | | | POST | /apps/system/config/org.apache.sling.security.impl.ReferrerFilter | | | POST | /apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet | | | POST | /apps/system/config/com.shinesolutions.aem.passwordreset.Activator | | | POST | /apps/system/config/com.shinesolutions.healthcheck.hc.impl.ActiveBundleHealthCheck | | | POST | /apps/system/config/com.adobe.granite.auth.saml.SamlAuthenticationHandler.config | | | POST | /apps/system/config/org.apache.http.proxyconfigurator.config | |

bin
方法路径描述
GET/bin/querybuilder.json
POST
/bin/querybuilder.json | |

etc
方法路径描述
GET/etc/packages/{group}/{name}-{version}.zip
GET
/etc/packages/{group}/{name}-{version}.zip/jcr:content/vlt:definition/filter.tidy.2.json | |

| GET | /etc/replication/agents.{runmode}.-1.json | | | GET | /etc/replication/agents.{runmode}/{name} | | | DELETE | /etc/replication/agents.{runmode}/{name} | | | POST | /etc/replication/agents.{runmode}/{name} | | | GET | /etc/truststore/truststore.p12 | | | POST | /etc/truststore | |

crx
方法路径描述
POST/crx/explorer/ui/setpassword.jsp
GET
/crx/packmgr/installstatus.jsp | |

| POST | /crx/packmgr/service.jsp | | | POST | /crx/packmgr/update.jsp | | | POST | /crx/packmgr/service/.json/{path} | | | GET | /crx/packmgr/service/script.html | | | GET | /crx/server/crx.default/jcr:root/.1.json | |

{intermediatePath}
方法路径描述
POST/{intermediatePath}/{authorizableId}.ks.html
GET
/{intermediatePath}/{authorizableId}.ks.json | |

| GET | /{intermediatePath}/{authorizableId}/keystore/store.p12 | |

常见问题

将用户请求匹配到references/api-spec.lap中的端点。关键模式:

  • - 列出所有configMgr? -> GET /system/console/configMgr
  • 列出所有login.html? -> GET /libs/granite/core/content/login.html
  • 创建.cqactions.html? -> POST /.cqactions.html
  • 创建org.apache.felix.http? -> POST /apps/system/config/org.apache.felix.http
  • 创建org.apache.sling.servlets.get.DefaultGetServlet? -> POST /apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet
  • 创建org.apache.sling.security.impl.ReferrerFilter? -> POST /apps/system/config/org.apache.sling.security.impl.ReferrerFilter
  • 创建org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet? -> POST /apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet
  • 创建com.shinesolutions.aem.passwordreset.Activator? -> POST /apps/system/config/com.shinesolutions.aem.passwordreset.Activator
  • 创建com.shinesolutions.healthcheck.hc.impl.ActiveBundleHealthCheck? -> POST /apps/system/config/com.shinesolutions.healthcheck.hc.impl.ActiveBundleHealthCheck
  • 列出所有querybuilder.json? -> GET /bin/querybuilder.json
  • 创建querybuilder.json? -> POST /bin/querybuilder.json
  • 获取包详情? -> GET /etc/packages/{group}/{name}-{version}.zip
  • 列出所有filter.tidy.2.json? -> GET /etc/packages/{group}/{name}-{version}.zip/jcr:content/vlt:definition/filter.tidy.2.json
  • 获取agents.{runmode}.-1.json详情? -> GET /etc/replication/agents.{runmode}.-1.json
  • 获取agents.{runmode}详情? -> GET /etc/replication/agents.{runmode}/{name}
  • 删除agents.{runmode}? -> DELETE /etc/replication/agents.{runmode}/{name}
  • 创建treeactivation.html? -> POST /libs/replication/treeactivation.html
  • 创建authorizable? -> POST /libs/granite/security/post/authorizables
  • 创建setpassword.jsp? -> POST /crx/explorer/ui/setpassword.jsp
  • 列出所有installstatus.jsp? -> GET /crx/packmgr/installstatus.jsp
  • 创建service.jsp? -> POST /crx/packmgr/service.jsp
  • 创建update.jsp? -> POST /crx/packmgr/update.jsp
  • 列出所有script.html? -> GET /crx/packmgr/service/script.html
  • 列出所有.1.json? -> GET /crx/server/crx.default/jcr:root/.1.json
  • 获取bundle详情? -> GET /system/console/bundles/{name}.json
  • 列出所有health? -> GET /system/health
  • 创建com.adobe.granite.auth.saml.SamlAuthenticationHandler.config? -> POST /apps/system/config/com.adobe.granite.auth.saml.SamlAuthenticationHandler.config
  • 创建org.apache.http.proxyconfigurator.config? -> POST /apps/system/config/org.apache.http.proxyconfigurator.config
  • 创建truststore? -> POST /libs/granite/security/post/truststore
  • 列出所有truststore.json? -> GET /libs/granite/security/truststore.json
  • 列出所有truststore.p12? -> GET /etc/truststore/truststore.p12
  • 创建truststore? -> POST /etc/truststore
  • 创建com.adobe.granite.auth.saml.SamlAuthenticationHandler

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 lap-adobe-experience-manager-aem-api-1775933487 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 lap-adobe-experience-manager-aem-api-1775933487 技能

通过命令行安装

skillhub install lap-adobe-experience-manager-aem-api-1775933487

下载

⬇ 下载 lap-adobe-experience-manager-aem-api v1.0.0(免费)

文件大小: 2.59 KB | 发布时间: 2026-4-12 10:24

v1.0.0 最新 2026-4-12 10:24
- Initial release of the Adobe Experience Manager (AEM) API skill.
- Supports 48 endpoints covering system, libs, .cqactions.html, apps, bin, etc, crx paths, and more.
- Includes setup instructions, auth details, and common user question mappings to endpoints.
- Requires the ADOBE_EXPERIENCE_MANAGER_AEM_API_KEY environment variable for authentication.
- Reference documentation provided for endpoint details and response schemas.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部