Skip to content

Using the Skills

Once you’ve installed the plugin and connected it, you work with Alation by asking in natural language. Your tool picks the right skill from your request — you describe what you want, and the skill translates it into the right Alation API calls, handling errors, pagination, and multi-step workflows.

Each skill bundles everything it needs: instructions, command schemas, and (on non-Claude platforms) the Alation CLI itself.

SkillWhat it does
setupConfigures credentials and authenticates against your Alation instance
askQueries data products, chats with Agent Studio agents, and invokes tools
exploreSearches and browses the catalog, data products, and marketplaces
curateManages data products, publishes to marketplaces, enriches metadata
configureCreates and manages agents, tools, LLMs, and data source connections
automateBuilds, runs, and schedules recurring workflows

You don’t invoke skills by name — just describe the task, and the agent routes to the right one.

Explore and ask:

  • “What marketing data do we have?”
  • “Search the catalog for anything related to customer orders.”
  • “What was our total revenue last quarter?”

Curate:

  • “Add a description to the customer orders data product.”
  • “Publish the finance data product to the marketplace.”

Configure and automate:

  • “Create an agent that can answer questions about our finance data.”
  • “Send me a summary of last week’s sales every Monday.”

Most real tasks chain skills, and the agent moves between them on its own:

  • Find, then ask: explore locates the right data product, then ask queries it.
  • Curate at scale: explore finds objects missing descriptions, then curate enriches them.
  • Build, then schedule: configure creates an agent, then automate runs it on a cadence.