This repository contains skills that teach AI agents how to work with the Denodo Platform.
The denodo-vql-generation skill shows AI agents how to write valid VQL to interact with the Denodo Platform.
This skill complements the VDP MCP server. Not to be confused with the with the AI SDK MCP server shipped with the Denodo AI SDK: that stack is agentic and already drives text-to-VQL generation without the need of the denodo-vql-generation skill.
To install this skill in Claude Desktop, first create a .zip file of the denodo-vql-generation folder. Then, open Claude Desktop and click on "Manage skills" in the homepage, as seen here:
Afterwards, click Create a skill => Upload a skill and upload the .zip file you uploaded, like so:
That's it. The skill will now be able to Claude for usage with the VDP MCP server.
To use this skill with agentic CLIs (like Claude Code) or agentic IDEs (such as Cursor), locate your tool's skills directory (for example, .claude/skills/) and copy the denodo-vql-generation folder into it. Your final directory structure should look like this:
.claude/
└── skills/
└── denodo-vql-generation/
├── SKILL.md
├── LICENSE.txt
└── references/


