Skip to content

denodo/denodo-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Denodo

Denodo skills

This repository contains skills that teach AI agents how to work with the Denodo Platform.

VQL Generation Skill

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.

Installation

Claude Desktop

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:

step_1

Afterwards, click Create a skill => Upload a skill and upload the .zip file you uploaded, like so:

step_2

That's it. The skill will now be able to Claude for usage with the VDP MCP server.

Agentic CLIs and IDEs

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/

About

This repository contains skills that teach AI agents how to work with the Denodo Platform.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors