data360-query

Query Salesforce Data Cloud with SQL and inspect search indexes.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill data360-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data360-query
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/data360-query
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill data360-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction from Salesforce Data Cloud retrieval work by helping you run SQL, inspect metadata, and use search indexes without guessing the right command or workflow.

Core Features & Use Cases

  • SQL query execution: Run quick counts, paginated queries, and async query lifecycles against Data Cloud objects.
  • Schema and metadata inspection: Describe tables before querying so you can avoid invalid field assumptions and syntax errors.
  • Vector and hybrid search: Work with Data Cloud search indexes, semantic retrieval, and prefiltered hybrid search when an index is available.
  • Use case: A data analyst needs to validate a unified profile table, check its schema, and then run either a fast count or a search-based lookup depending on the result size.

Quick Start

Ask the assistant to inspect your Data Cloud org, describe the target table or index, and then run the smallest correct SQL, async, or search command for your task.

Frequently Asked Questions about data360-query

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

FAQPage Schema
How do I run SQL queries against Salesforce Data Cloud?

To run SQL queries against Salesforce Data Cloud, you can execute quick counts, paginated queries, and async query lifecycles, provided you have the Salesforce Data Cloud CLI plugin installed and correct SQL quoting applied.

Can I inspect table schemas in Data Cloud before querying?

Yes, you can inspect table schemas in Data Cloud using the table describe functionality, which helps you validate field names and avoid invalid assumptions or syntax errors before executing your SQL queries.

Does Data Cloud support vector search and hybrid search capabilities?

Data Cloud supports both vector search and prefiltered hybrid search capabilities, allowing you to perform semantic retrieval and search-index lifecycle tasks directly within Data Cloud-enabled orgs when an index is available.

What is the best way to avoid syntax errors when querying Data Cloud objects?

The best way to avoid syntax errors when querying Data Cloud objects is to perform readiness checks, describe your target tables to verify schema details, and ensure you apply the correct Data Cloud SQL quoting format required by the CLI plugin.

Do I need a specific CLI plugin to use Data Cloud search indexes?

Yes, you need the Salesforce Data Cloud CLI plugin installed in your Data Cloud-enabled org to execute readiness checks, manage search-index lifecycle tasks, and perform vector or hybrid search operations.

When should I use async query workflows instead of standard SQL counts in Data Cloud?

You should use async query workflows instead of standard SQL counts when processing large result sets in Data Cloud, allowing you to manage longer-running query lifecycles efficiently without timing out your retrieval operations.