This pulls Data Lake Object and Data Model Object schemas from Salesforce Data Cloud through the SSOT REST API. You can list all DLOs or DMOs in an org, or drill into specific objects to see field definitions, data types, primary keys, and record counts. It wraps Python scripts that handle the SF CLI authentication and API calls, so you need the CLI set up and Data Cloud permissions on your org. Useful when you're exploring what data structures exist in Data Cloud or need to understand field schemas before writing queries or building segments. The output highlights custom fields and filters out system noise, which saves time when you're mapping data or troubleshooting integrations.
npx skills add https://github.com/forcedotcom/afv-library --skill getting-datacloud-schema