gentic-data

Create tables, import CSV data, query with SQL, and sync records in cloud databases.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/gentic-co/agent-skills --skill gentic-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gentic-data
Source: https://github.com/gentic-co/agent-skills/tree/main/skills/data
Command: npx skills add https://github.com/gentic-co/agent-skills --skill gentic-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users through data management tasks by coordinating Gentic MCP tools to create tables from CSVs, query data with SQL, and synchronize records across a cloud database.

Core Features & Use Cases

  • Create tables from CSV URLs or raw data.
  • Query data with SQL to retrieve insights.
  • Sync tables, insert records, and update schemas as needed.
  • Use Case: Onboard a dataset by importing a CSV, validating schema with the schema tool, and running sample queries to verify structure.

Quick Start

Create a new table from a public CSV URL and start querying it.

Frequently Asked Questions about gentic-data

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

FAQPage Schema
How do I create database tables and import CSV data using natural language?

To create database tables and import CSV data, you can use natural language commands to automatically generate table schemas from CSV URLs or raw data. The workflow validates inputs and populates the cloud database tables step by step.

Can I query cloud database records with SQL after importing a CSV?

Yes, you can query cloud database records with SQL after importing a CSV. The system supports SQL-compatible queries to retrieve insights, validate schemas, and verify table structures directly through natural language requests.

What is the best way to automate incremental data updates and synchronize records across a cloud database?

The best way to automate incremental data updates and synchronize records is through a defined workflow that inserts new records, updates schemas, and syncs tables. This ensures safe data migrations and incremental updates without manual SQL scripting.

Do I need existing database tables before using SQL queries to retrieve insights?

No, you do not need existing database tables before querying. You can onboard a dataset by importing a CSV URL, validating the generated schema with the schema tool, and then immediately running sample SQL queries to verify the structure.

Does this tool support end-to-end database setup for initial data migrations?

Yes, this tool supports end-to-end database setup for initial data migrations. It coordinates table creation, CSV data population, and schema validation, applying stepwise guidance to safely migrate and synchronize data records into a cloud database.