Loading...
Loading...
Create, implement, deploy, and debug Adobe Runtime actions with consistent layout, validation, and error handling. Use this skill whenever the user needs to add actions to an App Builder project, understand action structure (params, response format, web/raw actions), configure actions in the manifest, use App Builder SDKs (State, Files, Events, database), deploy and invoke actions via CLI, debug action issues, or implement patterns such as webhook receivers, custom event providers, journaling consumers, large payload redirects, action sequence pipelines, and Asset Compute workers. Also trigger when users mention serverless functions in Adobe context, action logging, IMS authentication for actions, or cron-style scheduled actions.
npx skill4agent add adobe/skills appbuilder-action-scaffoldersrc/<extension-dir>/actions/<action-name>/index.jssrc/<extension-dir>/ext.config.yamlassets/action-boilerplate.js| User wants | Template |
|---|---|
| Simple action / generic starting point | assets/action-boilerplate.js |
| Minimal prototype (bare-bones) | assets/action-scaffold-template.js |
| Database CRUD (durable records, indexes) | assets/database-action-template.js |
| Webhook receiver (I/O Events) | assets/event-webhook-template.js |
| Custom event provider | assets/event-provider-template.js |
| Journaling consumer (replayable events) | assets/journaling-consumer-template.js |
| Large payload response (>1 MB) | assets/large-payload-template.js |
| Action sequence pipeline | assets/action-sequence-template.js |
| Asset Compute worker (AEM renditions) | assets/asset-compute-worker-template.js |
| Debug Runtime action issues | references/debugging.md |
assets/event-webhook-template.jsassets/asset-compute-worker-template.jsassets/database-action-template.jsassets/action-boilerplate.jssrc/<extension-dir>/actions/<action-name>/index.jssrc/<extension-dir>/ext.config.yamlruntimeManifestapp.config.yamlsrc/dx-excshell-1/src/aem-cf-console-admin-1/src/dx-asset-compute-worker-1/app.config.yaml$include{ statusCode, body }headersaio app devaio app runaio rt action invokeaio app deployreferences/playbook.mdreferences/checklist.mdreferences/playbook.mdreferences/checklist.mdreferences/prompt-pack.mdreferences/runtime-reference.mdreferences/aem-apis.mdreferences/action-patterns.mdassets/database-action-template.jsassets/event-webhook-template.jsassets/event-provider-template.jsassets/journaling-consumer-template.jsassets/large-payload-template.jsassets/action-sequence-template.jsassets/asset-compute-worker-template.js../_shared/categories/architecture-runtime.mdapplication.runtimeManifestapp.config.yamlruntimeManifestpython3 ../_shared/scripts/validate_manifest_structure.py <path-to-app.config.yaml>../_shared/references/appbuilder-manifest-guardrail.mdapplication.runtimeManifestext.config.yamlnpm installaio app deployannotations.require-adobe-auth: trueaio auth loginrequire-adobe-auth: trueAuthorizationrequire-adobe-auth: falsereferences/runtime-reference.mdreferences/implementation-template.mdscripts/accelerator.pyassets/action-scaffold-template.jsassets/action-boilerplate.jsassets/database-action-template.jsassets/event-webhook-template.jsassets/event-provider-template.jsassets/journaling-consumer-template.jsassets/large-payload-template.jsassets/action-sequence-template.jsassets/asset-compute-worker-template.jsagents/agents/openai.yamlSKILL.mdagents/