inconvoaiinconvoaiOfficialยท1 Agent Skills Included

inconvo

Safe natural-language querying over production databases

Answers plain-English questions over live production databases with validated, permission-safe queries. Enforces row, table, and column-level access automatically, eliminating manual query checks and custom tenant logic. Maintains conversation context across follow-up questions and logs every generated query for full traceability. Includes a CLI to manage semantic models, computed columns, relations, and multi-tenant user context.
npx skills add inconvoai/inconvo --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Inconvo?โ–ผ

Run `npx skills add inconvoai/inconvo --all -g -y` in your terminal to install all skills in this repository globally.

How to let users chat with production data safely?โ–ผ

Inconvo validates every generated query against explicitly allowed tables, columns, and joins before execution, so natural-language questions never touch restricted data.

How does Inconvo handle multi-tenant data access?โ–ผ

You define tenant fields in user-context and set row-level conditions per table, and Inconvo applies tenant scoping automatically at runtime without custom query logic.

Which databases does Inconvo support?โ–ผ

It connects to PostgreSQL, MySQL, SQL Server, and BigQuery, with automatic schema introspection including foreign key relations.

Can I update the semantic model from code?โ–ผ

Yes. The Inconvo CLI lets you mutate tables, columns, relations, computed fields, and policies directly with commands like `inconvo model table set-access`, with local snapshots synced automatically.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’