Skills
Skills are downloadable packages that teach an AI agent — such as Claude — how to work with Aprimo. Each skill bundles a SKILL.md (instructions, code examples, and guidance the agent reads) together with any supporting files it needs, such as an OpenAPI specification.
Drop a skill into your agent's skills directory and it gains focused, Aprimo-specific knowledge — how to authenticate, which endpoints to call, and how to handle common tasks — without you having to prompt it from scratch each time.
How to use a skill
- Download the skill package below and unzip it.
- Install it by placing the unzipped skill folder in your agent's skills directory. For Claude, that's a
.claude/skills/directory (for example, in a project or your home directory). - Use it — start a session and ask the agent to help with the task the skill covers. The agent reads the
SKILL.mdand any bundled files automatically when the task is relevant.
Available skills
- Aprimo DAM API Quick Start — get an agent productive against the Aprimo DAM REST API fast: authentication, search, metadata retrieval, downloads, and code examples, with the DAM OpenAPI specification bundled in.