What problem does it solve? Calling the DA (Document Authoring) Admin API at admin.da.live requires a valid Adobe IMS access token, and manually handling the OAuth flow, token caching, and expiry checks is repetitive and error-prone. This Skill automates token acquisition so other workflows can call the DA API without re-authenticating every time. ## Core Features & Use Cases - Cached Token Reuse: Checks ~/.aem/da-token.json for a valid cached token before triggering any browser login, avoiding unnecessary OAuth flows. - Multiple Auth Paths: Supports the da-auth-helper CLI (preferred), a DA MCP server, or manual token paste as a fallback for headless or restricted environments. - Token Verification: Validates the token against the DA Admin API with an HTTP status check before handing it off to the calling workflow. - Use Case: Before pushing authored HTML content to a DA repository, run this Skill to populate DA_TOKEN, then proceed with the content push knowing the token is verified and valid. ## Quick Start Get me a valid DA access token so I can push content to my org's DA repository.