If you're wiring up external systems to Salesforce Data Cloud, this handles the connection layer: discovering connectors, testing credentials, browsing source schemas, and creating connections for Snowflake, Postgres, SharePoint, Ingestion API, and others. It wraps the sf data360 connection commands with readiness checks and curated JSON examples for each connector type, which matters because credential shapes vary wildly between sources. The skill knows when to stop and hand off to preparing-datacloud for stream creation or harmonizing-datacloud for mapping work. Honest take: the connector catalog is still a UI-first world, so this automates what's automatable and helps you inspect what isn't.
npx skills add https://github.com/forcedotcom/sf-skills --skill connecting-datacloud