loxtep-analytics

Execute SQL queries and inspect schemas on governed Loxtep data products.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/LoxtepInc/loxtep-plugins-skills --skill loxtep-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loxtep-analytics
Source: https://github.com/LoxtepInc/loxtep-plugins-skills/tree/main/cursor/skills/loxtep-analytics
Command: npx skills add https://github.com/LoxtepInc/loxtep-plugins-skills --skill loxtep-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of querying governed, enterprise-grade data without needing to know complex pipeline architectures or internal database schemas.

Core Features & Use Cases

  • Governed SQL Execution: Run SQL queries directly against your organization's data products with built-in RBAC and audit logging.
  • Schema Discovery: Easily list available tables and inspect their schemas to understand the data landscape.
  • Use Case: A data analyst needs to verify the latest sales figures from a specific data product; they can use this skill to list the relevant tables, inspect the schema, and execute a query to fetch the results securely.

Quick Start

Use the loxtep-analytics skill to list all available tables and then execute a query to select the top ten records from the sales_data table.

Frequently Asked Questions about loxtep-analytics

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

FAQPage Schema
How do I run SQL queries against governed data products?

You can run SQL queries against governed data products by using the skill to route operations through the Loxtep MCP server, which enforces data governance policies, RBAC, and audit logging during execution.

What is the best way to discover available tables and schemas in enterprise data products?

Schema discovery for enterprise data products is handled by listing available tables and inspecting their schemas through the skill, allowing you to understand the data landscape before executing queries.

Can I use this skill to query data products without knowing the internal database schemas?

Yes, you can query governed data products without knowing internal schemas by using the table discovery and schema inspection features to identify the correct tables and columns before running your SQL.

How does data governance compliance work when executing SQL queries on organization-scoped data?

Data governance compliance for SQL queries is maintained by routing all operations through the Loxtep MCP server, which applies built-in role-based access control and audit logging to your organization-scoped data workflows.

Do I need a specific platform to execute SQL on governed data products?

You need access to the Loxtep platform to execute SQL on governed data products, as the skill relies on the Loxtep MCP server to manage table discovery, schema inspection, and compliant query execution.