
Sf Datacloud Act
Guide an agent through Salesforce Data Cloud activation and downstream delivery steps when you are wiring enterprise customer data pipelines.
Overview
sf-datacloud-act is an agent skill for the Build phase that guides activation and downstream delivery workflows on Salesforce Data Cloud.
Install
npx skills add https://github.com/jaganpro/sf-skills --skill sf-datacloud-actWhat is this skill?
- Covers activation and downstream delivery workflows for Salesforce Data Cloud
- Part of the sf-datacloud-* skill family with shared CREDITS and UPSTREAM maintenance docs
- MIT-licensed Salesforce-focused procedural knowledge for agent-assisted implementation
Adoption & trust: 864 installs on skills.sh; 418 GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need to activate Salesforce Data Cloud and configure downstream delivery without missing family-specific steps or drifting from upstream Salesforce patterns.
Who is it for?
Developers or revops engineers extending a Salesforce org who want agent-guided Data Cloud activation and delivery checklists.
Skip if: Solo builders shipping a generic SaaS with no Salesforce contract, or anyone who only needs CRM basics without Data Cloud.
When should I use this skill?
You are implementing Salesforce Data Cloud activation or downstream delivery and want the sf-datacloud-act family workflow instead of ad-hoc prompts.
What do I get? / Deliverables
Your agent follows a structured Data Cloud activation and delivery workflow aligned with the sf-datacloud skill family documentation.
- Activation and delivery steps executed per skill guidance
- References to family CREDITS and UPSTREAM docs for maintenance
Recommended Skills
Journey fit
Activation and delivery are integration work that happens while the product is being built or extended against Salesforce Data Cloud. Data Cloud go-live, connectors, and downstream activation map directly to third-party platform integration, not greenfield UI or validation experiments.
How it compares
Use for Salesforce Data Cloud delivery rituals—not as a general ETL or warehouse provisioning skill.
Common Questions / FAQ
Who is sf-datacloud-act for?
It is for builders and integrators working inside Salesforce Data Cloud who need procedural help for activation and downstream delivery, typically on small teams with an existing org.
When should I use sf-datacloud-act?
Use it in the Build phase while wiring integrations—when you are activating Data Cloud features and configuring how data flows to downstream targets.
Is sf-datacloud-act safe to install?
Review the Security Audits panel on this Prism page and treat any Salesforce-connected workflow as sensitive; the skill describes operational steps and does not replace your org’s change-management policy.
SKILL.md
READMESKILL.md - Sf Datacloud Act
# Credits & Acknowledgments Primary contributor: **Gnanasekaran Thoppae** This skill is part of the `sf-datacloud-*` family. Shared attribution, upstream source mapping, and maintenance notes live in: - [../sf-datacloud/CREDITS.md](../sf-datacloud/CREDITS.md) - [../sf-datacloud/UPSTREAM.md](../sf-datacloud/UPSTREAM.md) MIT License Copyright (c) 2024-2025 Jag Valaiyapathy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # sf-datacloud-act Activation and downstream delivery workflows for Salesforce Data Cloud. ## Use this skill for - activations - activation targets - data actions - data action targets - downstream platform inspection before push ## Example requests ```text "Activate this segment to the downstream platform" "Show me what activation targets already exist" "Create a data action target for this integration" "Help me inspect why this activation is not ready" ``` ## Common commands ```bash sf data360 activation platforms -o myorg 2>/dev/null sf data360 activation-target list -o myorg 2>/dev/null sf data360 activation list -o myorg 2>/dev/null sf data360 data-action-target list -o myorg 2>/dev/null ``` ## References - [SKILL.md](SKILL.md) - [../sf-datacloud/assets/definitions/activation-target.template.json](../sf-datacloud/assets/definitions/activation-target.template.json) - [../sf-datacloud/assets/definitions/activation.template.json](../sf-datacloud/assets/definitions/activation.template.json) - [../sf-datacloud/assets/definitions/data-action-target.template.json](../sf-datacloud/assets/definitions/data-action-target.template.json) - [../sf-datacloud/assets/definitions/data-action.template.json](../sf-datacloud/assets/definitions/data-action.template.json) - [../sf-datacloud/references/plugin-setup.md](../sf-datacloud/references/plugin-setup.md) - [CREDITS.md](CREDITS.md) ## License MIT License - See [LICENSE](LICENSE). --- name: sf-datacloud-act description: > Salesforce Data Cloud Act phase. TRIGGER when: user manages activations, activation targets, data actions, or downstream delivery of Data Cloud audiences and data. DO NOT TRIGGER when: the task is segment creation (use sf-datacloud-segment), data retrieval/search work (use sf-datacloud-retrieve), or STDM/session tracing (use sf-ai-agentforce-observability). license: MIT compatibility: "Requires an external community sf data360 CLI plugin and a Data Cloud-enabled org" metadata: version: "1.0.0" author: "Gnanasekaran Thoppae" phase: "Act" --- # sf-datacloud-act: Data Cloud Act Phase Use this skill when the user needs **downstream delivery work**: activations, activation targets, data actions, or pushing Data Cloud outputs into other systems. ## When This Skill Owns the Task Use `sf-datacloud-act` when the work involves: - `sf data360 activation *` - `sf data360 activation-target *` - `sf data360 data-action *` - `sf data360 data-action-target *` - verifying downstream delivery setup Delegate elsewhere when the user is: - still building the audience or insight →