Gemini CLI
Install the Alation agent skills in Gemini CLI and work with your catalog in natural language.
Prerequisites
Section titled “Prerequisites”- Python 3.10+ on the machine running the agent.
- An OAuth client registered on your Alation instance (a one-time, per-instance step).
Install
Section titled “Install”Install the portable agent skills. Each skill bundles the Alation CLI, so nothing else is needed:
curl -fsSL https://raw.githubusercontent.com/Alation/alation-plugins/main/bin/install-agent-skills.sh | bash -s -- --scope userThis installs to ~/.agents/skills/, which Gemini CLI reads automatically.
Use --scope workspace instead to install into the current project only.
Authenticate
Section titled “Authenticate”Ask your agent to set up the Alation plugin — this runs the setup skill.
It prompts for your instance base URL and the Client ID from the OAuth client, then opens a browser to log in.
You only register the OAuth client once per instance.
See the skills and what to ask to start working with your catalog.