npx skills add ...
npx skills add jaganpro/sf-skills --skill sf-datacloud-connect
Salesforce Data Cloud Connect phase. 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 sf-datacloud-prepare), DMOs or identity resolution (use sf-datacloud-harmonize), retrieval/search (use sf-datacloud-retrieve), or STDM telemetry (use sf-ai-agentforce-observability).
npx skills add jaganpro/sf-skills --skill sf-datacloud-connect
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 sf-datacloud-connect when the work involves:
sf data360 connection *Delegate elsewhere when the user is:
Ask for or infer:
node ~/.claude/skills/sf-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.