Skip to main content

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

  1. Download the skill package below and unzip it.
  2. 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).
  3. Use it — start a session and ask the agent to help with the task the skill covers. The agent reads the SKILL.md and 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.