What problem does it solve? Inspecting Data Lake Object (DLO) and Data Model Object (DMO) schemas in Salesforce Data Cloud normally requires navigating the UI or hand-writing REST API calls with OAuth tokens. This Skill automates authentication through the SF CLI and returns formatted field definitions, data types, and primary key information directly. ## Core Features & Use Cases - List All DLOs and DMOs: Enumerate every Data Lake Object and Data Model Object in an org with labels, categories, record counts, and IDs. - Detailed Schema Retrieval: Fetch field-level schema for a specific DLO or DMO, including data types, primary key indicators, nullable status, and dataspace information. - Use Case: Before creating DMO mappings in a datakit, run this Skill to inspect the source DLO structure (e.g., Employee__dll) so you know exactly which fields and types are available to map. ## Quick Start Ask the assistant to show all DLOs in your org or get the schema for a specific object, for example: "Get the schema for Employee__dll in my afvibe org."