Skip to main content
The ax skills commands install and remove Arize context skills for AI coding agents. Skills are Markdown files downloaded from Arize-ai/arize-skills that teach agents how to use Arize APIs. Supported agents: Claude Code, Cursor, Codex, Windsurf.

ax skills install

Download skills from GitHub and install them into each agent’s skills directory. Runs interactively by default, with detected agents pre-selected.
By default skills are installed into the current project directory. Use --global to install to your home directory so skills are available in all projects. If a skill already exists and neither --force nor --yes is set, you are prompted to overwrite it. With --yes (but not --force), existing skills are skipped silently. Examples:

ax skills clear

Remove Arize skills installed by ax skills install. Only removes skill directories whose names start with arize-; user-created skills are not affected.
Examples: