kinetica-execute

Execute SQL queries and explore schemas in Kinetica GPU databases.

4|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/kineticadb/agent-skills --skill kinetica-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kinetica-execute
Source: https://github.com/kineticadb/agent-skills/tree/main/plugins/kinetica/skills/kinetica-execute
Command: npx skills add https://github.com/kineticadb/agent-skills --skill kinetica-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @kinetica/gpudb, gpudb, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to interact with Kinetica GPU databases for a wide range of operations, from simple SQL queries to complex graph analytics and geospatial filtering, without needing to write complex code.

Core Features & Use Cases

  • SQL Execution: Run any SQL query, including complex analytics, data manipulation, and schema exploration.
  • Graph Analytics: Perform advanced graph operations like shortest path, PageRank, and network analysis.
  • Geospatial Filtering: Efficiently filter data based on location using radius, bounding box, or polygon queries.
  • Data Import/Export: Seamlessly load data from files or export table contents.
  • Visualization: Generate charts and heatmaps directly from database queries.
  • Use Case: A data analyst needs to find all customer locations within a 5km radius of a specific point in San Francisco, then calculate the average order value for those customers. This Skill can perform both the geospatial filtering and the aggregation.

Quick Start

Use the kinetica-execute skill to run a SQL query to show all tables in the database.

Frequently Asked Questions about kinetica-execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute SQL queries on a Kinetica GPU database without writing code?

You can execute SQL queries on a Kinetica GPU database using a command-line interface that handles query execution, schema exploration, and data manipulation without requiring complex code. It supports both Node.js and Python runtimes for deterministic task execution.

Can I perform graph analytics like shortest path and PageRank on a GPU database?

Yes, you can perform graph analytics like shortest path, PageRank, and network analysis directly on a GPU database. This allows you to execute advanced graph operations without manually writing the underlying complex code.

What's the best way to filter geospatial data in a Kinetica database by radius or polygon?

The best way to filter geospatial data in a Kinetica database is by using geospatial filtering features that support radius, bounding box, and polygon queries. This allows you to efficiently filter data based on specific location parameters.

Does this GPU database interface support data import, export, and visualization generation?

Yes, the GPU database interface supports seamless data import from files and export of table contents. It also generates visualizations, including charts and heatmaps, directly from your executed database queries.

Do I need Node.js or Python to run Kinetica database operations for geospatial filtering?

You need either Node.js or Python to run Kinetica database operations for geospatial filtering, SQL execution, and graph analytics. The interface supports both runtimes to ensure deterministic task execution across different environments.