npx skills add ...
npx skills add forcedotcom/sf-skills --skill connecting-datacloud
Salesforce Data Cloud Connect phase. Use this skill when the user manages Data Cloud connections, connectors, or sets up a new source system. TRIGGER when: user manages Data Cloud connections, connectors, connector metadata, tests a connection, browses source objects or databases, or sets up a new source system. DO NOT TRIGGER when: the task is about data streams or DLOs (use preparing-datacloud), DMOs or identity resolution (use harmonizing-datacloud), retrieval/search (use retrieving-datacloud), or STDM telemetry (use observing-agentforce).
npx skills add forcedotcom/sf-skills --skill connecting-datacloud
Use this skill when the user needs source connection work: connector discovery, connection metadata, connection testing, source-object browsing, connector schema inspection, or connector-specific setup payloads for external sources.
Use connecting-datacloud when the work involves:
sf data360 connection *Delegate elsewhere when the user is:
Ask for or infer:
node ../orchestrating-datacloud/scripts/diagnose-org.mjs -o <org> --phase connect --json.2>/dev/null for standard usage.connection list requires --connector-type.connection test, pass --connector-type when resolving a non-Salesforce connection by name.Use the phase-owned examples before inventing a payload from scratch:
examples/connections/heroku-postgres.jsonexamples/connections/redshift.jsonexamples/connections/sharepoint-unstructured.jsonexamples/connections/snowflake-connection.jsonexamples/connections/ingest-api-connection.jsonexamples/connections/ingest-api-schema.jsonTypical Ingestion API setup flow:
Create one in the UI, then inspect it directly:
connection list has no true global "list all" mode; query by connector type.connection test may need --connector-type for name resolution when the source is not a default Salesforce connector.clientId, clientSecret, and tokenEndpoint in the credentials array and does not require a parameters array.connection schema-upsert has uploaded the object schema.