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.
  • Aprimo PM API Quick Start — get an agent productive against the Aprimo Productivity Management (PM) REST API fast: authentication, listing and searching activities, extended attributes, and code examples, with the PM OpenAPI specification bundled in.
  • Aprimo DAM Analytics API Quick Start — get an agent productive against the Aprimo Analytics API fast: authentication, querying pre-aggregated DAM content engagement data (downloads, views, impressions, plays), code examples, and a full facts/measures/dimensions reference, all in a single self-contained SKILL.md.
  • Aprimo PM Reporting API Quick Start — get an agent productive against the Aprimo Reporting API fast: enabling Web Service Access on a PM/MPM report, both Basic Auth and OAuth 2.0, report parameter syntax (single/list/range values), and code examples, all in a single self-contained SKILL.md.