data-cloud-identity-resolution

data-cloud-identity-resolution is a skill for Claude Code, Codex from BanibrataChatterjee/AwesomeSalesforceSkills. It costs 96 tokens per session (4,539 once invoked), scanned A, original, Apache-2.0.

A guide to Salesforce Data Cloud identity resolution, which matches records from different sources and combines them into unified customer profiles. It covers matching rules, reconciliation rules, and linking identities across devices.

In plain words
What is it for?
Use it to design and troubleshoot identity-resolution rulesets, select match and reconciliation rules, prepare required data mappings, and diagnose unified-profile results.
Why use it?
It helps avoid poor matches and incomplete profiles caused by unmapped data or unsuitable rules. It also accounts for hard platform limits and configuration choices that are difficult to reverse.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design and troubleshoot identity-resolution rulesets, select match and reconciliation rules, prepare required data mappings, and diagnose unified-profile results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/banibratachatterjee/awesomesalesforceskills/data-cloud-identity-resolution
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BanibrataChatterjee/AwesomeSalesforceSkills --skill data-cloud-identity-resolution
Clone the repo
git clone --depth 1 https://github.com/BanibrataChatterjee/AwesomeSalesforceSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-cloud-identity-resolution

README.md
[![agentmods](https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/data-cloud-identity-resolution/github.svg)](https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/data-cloud-identity-resolution)
Your own site
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/data-cloud-identity-resolution"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/data-cloud-identity-resolution/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-cloud-identity-resolution

Your own site · 80×15
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/data-cloud-identity-resolution"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/data-cloud-identity-resolution.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,539 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.04539
Opus 5 $0.00048 $0.02269
Sonnet 5 $0.00019 $0.00908
Haiku 4.5 $0.00010 $0.00454

Measured 9d ago against content hash f63c28a29fb5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

data-cloud-identity-resolution scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_data_cloud_identity_resolution.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/admin/data-cloud-identity-resolution/SKILL.md · 234 lines

How it starts

The opening of the file, as written. The whole thing — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Cloud Identity Resolution

This skill activates when a practitioner needs to configure, modify, or diagnose identity resolution rulesets in Data Cloud — the platform capability that merges records from different data sources into a single Unified Individual profile using match rules and reconciliation rules. It covers ruleset design, match rule type selection, reconciliation rule behavior, cross-device identity, and the hard org limits that make these configurations difficult to reverse.


Before Starting

Gather this context before working on anything in this domain:

  • How many identity resolution rulesets already exist in the org? Navigate to Data Cloud Setup > Identity Resolution. The hard platform limit is 2 rulesets per org, counting any auto-created ruleset from the Starter Data Bundle. This limit cannot be raised with a support case — it is a hard constraint.
  • Have all required DMOs been mapped? Identity resolution requires source records to be mapped to the Individual DMO (for person identity) and at least one Contact Point DMO (Email, Phone, or Address) before match rules can reference those fields. Run the Data Cloud health check or inspect the data stream mappings.
  • Is the ruleset ID known? Every ruleset is assigned a 4-character ID at creation time. This ID cannot be changed after the ruleset is created. It is embedded in downstream references, including activation targets and segmentation filters.
  • What is the recency and completeness of source data? Reconciliation rules use field-level recency (most-recently-updated record wins) or priority-based source precedence. If source data has irregular update timestamps, the reconciliation output may not reflect the most trusted value.
  • Is real-time resolution required? Only Exact and Exact Normalized match methods are evaluated in real-time processing. Fuzzy matching (first name only) is batch-only. This distinction affects resolution latency SLAs.

Core Concepts

Read the full file on GitHub · 234 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 234 lines · 96 tokens per session scan A f63c28a29fb5

Subscribe to this mod's changes

data-cloud-identity-resolution is a skill published in the GitHub repository BanibrataChatterjee/AwesomeSalesforceSkills (3 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 96 tokens to every session and 4,539 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

cml-admin

CML administration — user/group management, system info, licensing, resource monitoring. Use when creating CML users, checking license status, monitoring CML server resources, or auditing lab usage across teams.

automateyournetwork/netclaw · 44 tokens

apply-rosetta-stone-mappings

Apply a set of Rosetta Stone attribute mappings to a Narrative dataset by wrapping them in a one-shot workflow that calls the CreateRosettaStoneMappingsIfNotExist task. Consumes the structured output of /generate-rosetta-stone-mappings, normalizes the generator's snakecase to the workflow task's camelCase…

narrative-io/narrative-skills-marketplace · 182 tokens

generate-identity-graph

Interactively build a Narrative identity graph workflow from one or more first-party datasets and (optionally) third-party data sources. Confirms each input dataset is mapped to the Rosetta Stone graph edge attribute (mapping it via /generate-rosetta-stone-mappings if not), then composes and submits a workflow that…

narrative-io/narrative-skills-marketplace · 147 tokens

generate-rosetta-stone-mappings

Generate, evaluate, and improve Rosetta Stone attribute mappings for a Narrative dataset. Use when: "map this dataset to Rosetta Stone", "suggest normalized attributes for dataset N", "evaluate the mappings on dataset N", "why is this mapping low confidence", "fix this expression", "improve this NQL mapping…

narrative-io/narrative-skills-marketplace · 84 tokens

profile-dataset

Produce a coverage & quality profile of a Narrative dataset (or access rule): row count, per-column null/fill rate, cardinality, ranges, top-values, inferred column shape, and quality flags. Reads bundled stats + sample first, recovers missing/stale stats by configuring and recalculating them, and escalates to a cheap…

narrative-io/narrative-skills-marketplace · 154 tokens

snowflake-mcp

Enterprise Agent Skill for orchestrating Snowflake Data Cloud, Warehouses, Zero-Copy Clones, Tasks, Streams, SPCS, Governance, and Cortex AI with mcp-server-snowflake.

christianclaudio/mcp-server-snowflake · 45 tokens