Official Alation plugins for Claude Code
npx claudepluginhub alation/alation-pluginsAlation platform skills: query data, explore catalogs, automate workflows, curate data products, and configure AI agents.
Share bugs, ideas, or general feedback.
AI coding agent plugin for the Alation platform. Query data products, explore catalogs, automate workflows, curate metadata, and configure AI agents — all through natural language.
The latest plugin is always available from the Releases page.
Register the marketplace and install:
/plugin marketplace add Alation/alation-plugins
/plugin install alation@alation-plugins
https://github.com/Alation/alation-pluginsAlationNote: After adding a marketplace, you can check for updates or re-install plugins by clicking the "+" icon next to "Personal Plugins" and selecting "Browse Plugins", then navigating to the "Personal" tab and selecting the
alation-pluginsmarketplace
alation.zip from the latest release.Install skills using the agent skills installer:
curl -fsSL https://raw.githubusercontent.com/Alation/alation-plugins/main/bin/install-agent-skills.sh | bash -s -- --scope user
This installs portable agent skills to ~/.agents/skills/, which both Codex and Gemini CLI read automatically.
Each skill bundles the Alation CLI — no separate installation needed.
To install to the current project only:
curl -fsSL https://raw.githubusercontent.com/Alation/alation-plugins/main/bin/install-agent-skills.sh | bash -s -- --scope workspace
Install agent skills the same way as Codex / Gemini CLI above, then register the skills directory with Cortex:
cortex skill add ~/.agents/skills
Verify the skills are available:
cortex skill list
Any agent that supports the Agent Skills format can use Alation skills.
Run the install script above with --scope user or --scope workspace and point your agent at the resulting .agents/skills/ directory.
The plugin uses OAuth to connect to your Alation instance. You (or an admin of your instance) will need to register an OAuth client if one doesn't exist already.
public.http://127.0.0.1:18722/callback as an allowed redirect URL.Ask your agent to set up the Alation plugin. It will prompt you for:
https://your-alation-instance.alationcloud.comAfter that, it will open a browser window for you to log in.
Cowork users: The redirect page after login will not load. This is expected. Copy the full URL from that page and paste it back into the chat so Claude can finish authentication.
Once you're set up, just ask in natural language. Here are some things you can try:
What marketing data do we have?
Search the catalog for anything related to "customer orders"
What was our total revenue last quarter?
Create an agent that can answer questions about our finance data
Send me a summary of last week's sales every Monday
Add a descriptions to the customer orders data product
| Skill | What it does |
|---|---|
| ask | Query data products, chat with AI agents, invoke tools |
| explore | Search and browse the data catalog, data products, and marketplaces |
| configure | Create and manage agents, tools, LLMs, and data source connections |
| automate | Build, run, and schedule recurring workflows |
| curate | Manage data products, publish to marketplaces, enrich catalog metadata |
| setup | Configure credentials and authenticate with your Alation instance |