What problem does it solve? Working with Salesforce Data Cloud requires a different query language than standard SOQL, plus specialized workflows for paginated results, async queries, vector search, and search index management. This Skill guides an AI agent through the correct Data Cloud retrieve-phase commands so queries are shaped properly and search indexes are used only when healthy. ## Core Features & Use Cases - Data Cloud SQL Execution: Run quick counts with sf data360 query sql, paginated results with sqlv2, and async query lifecycles for large exports. - Schema Introspection: Describe Data Cloud tables (DMOs/DLOs) before writing SQL to avoid guessing column names. - Vector and Hybrid Search: Execute semantic and hybrid queries with optional prefilters against existing search indexes, and manage the search index lifecycle. - Use Case: A developer needs to find knowledge articles semantically similar to "reset password" in Data Cloud. The Skill first checks org readiness, lists available search indexes, then runs a vector query with a result limit. ## Quick Start Ask the agent to run a Data Cloud SQL count query against the unified Individual table in your target org.