Skip to content

CDataSoftware/cli-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

cli-skills

⚠️ Important: This repository is under development — contents are subject to change.

CData CLI Skills are agent skills for working with CData CLI from AI coding tools. CData CLI enables AI coding agents like Claude Code, Cursor, GitHub Copilot, Google Gemini CLI or OpenAI Codex to access your business data via CData Drivers. Salesforce, NetSuite, Jira, SAP, QuickBooks and hundreds of SaaS or databases can be accessed from your AI terminal, allowing you to develop data-connected applications or simply run data-connected agents on your terminal.

The Skills follow the vercel-labs/skills standard — each skill is a directory under skills/ containing a SKILL.md with YAML frontmatter (name, description, license) and instructions for the agent.

Skills

Skill Description
cdata-cli Connect, query, explore schema, run SQL, search/download/activate CData JDBC drivers, and generate source-specific skills via the cdatacli tool.

Install

Install the skills:

npx skills add CDataSoftware/cli-skills

Prerequisites

The cdata-cli skill drives the cdatacli executable — a Java CLI (requires Java 17+) for CData JDBC drivers. After installing the CLI, cdatacli is on PATH and discovers drivers from ./ or ./lib/ relative to the executable.

  • Windows (PowerShell): irm https://downloads.cdata.com/cdatabuilds/builds/free/cdatacli/install-cdatacli-windows.ps1 | iex
  • macOS: curl -fsSL https://downloads.cdata.com/cdatabuilds/builds/free/cdatacli/install-cdatacli-macos.sh | bash
  • Linux: curl -fsSL https://downloads.cdata.com/cdatabuilds/builds/free/cdatacli/install-cdatacli-linux.sh | bash

Driver jars can be fetched via cdatacli drivers download from the CData driver catalog.

About

Official CData Skills for use with CData Connect AI and CData Driver CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors