salesforce

salesforce is a skill for Claude Code, Codex from iblai/enterprise-agents. It costs 34 tokens per session (637 once invoked), scanned A, original, MIT.

A connection to Salesforce, a customer-relationship management system for sales, marketing, and support teams. It works with records for companies, contacts, deals, customer cases, and activities.

In plain words
What is it for?
Use it to inspect opportunities and forecasts, look up accounts and contacts, record activities, manage support cases, connect campaigns to won revenue, and check support entitlements.
Why use it?
It brings customer and deal context into an agent's work without searching across separate systems. It can also keep support activity and revenue information connected.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to inspect opportunities and forecasts, look up accounts and contacts, record activities, manage support cases, connect campaigns to won revenue, and check support entitlements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iblai/enterprise-agents/salesforce
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 iblai/enterprise-agents --skill salesforce
Clone the repo
git clone --depth 1 https://github.com/iblai/enterprise-agents

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 salesforce

README.md
[![agentmods](https://agentmods.dev/badge/skills/iblai/enterprise-agents/salesforce/github.svg)](https://agentmods.dev/skills/iblai/enterprise-agents/salesforce)
Your own site
<a href="https://agentmods.dev/skills/iblai/enterprise-agents/salesforce"><img src="https://agentmods.dev/badge/skills/iblai/enterprise-agents/salesforce/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 salesforce

Your own site · 80×15
<a href="https://agentmods.dev/skills/iblai/enterprise-agents/salesforce"><img src="https://agentmods.dev/badge/skills/iblai/enterprise-agents/salesforce.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 637 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.00034 $0.00637
Opus 5 $0.00017 $0.00318
Sonnet 5 $0.00007 $0.00127
Haiku 4.5 $0.00003 $0.00064

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

Security

Grade A, and why

salesforce 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.

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/salesforce/SKILL.md · 41 lines

How it starts

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

Salesforce

What it is

Salesforce is the world's leading CRM platform, used by enterprise sales, marketing, and support teams to manage customer relationships, revenue pipelines, and service cases. In this segment it serves as the authoritative system of record for accounts, deals, and customer interactions. Agents use it to surface deal context, log activity, track cases, and correlate campaign attribution with closed revenue.

When to use this skill

  • Retrieving opportunity stage, amount, close date, or forecast category for a deal
  • Looking up account details, contact profiles, or activity history for a prospect or customer
  • Creating or updating a Service Cloud case on behalf of a customer support interaction
  • Correlating marketing campaign data with pipeline influence and won revenue
  • Checking entitlement records to determine support tier and SLA for an account

Credentials

This skill authenticates using variables from ~/.openclaw/.env (template: .env.example at the config root). Required variables:

  • SALESFORCE_INSTANCE_URL - base URL of the Salesforce org (e.g. https://mycompany.my.salesforce.com)
  • SALESFORCE_CLIENT_ID - connected app consumer key
  • SALESFORCE_CLIENT_SECRET - connected app consumer secret
  • SALESFORCE_USERNAME - service account login email
  • SALESFORCE_PASSWORD - service account password
  • SALESFORCE_SECURITY_TOKEN - API security token appended to password for login flow

Key operations

  • GET /services/data/vXX.0/sobjects/Opportunity/{id} - fetch opportunity record
  • GET /services/data/vXX.0/query?q=SELECT+... - run SOQL query
  • PATCH /services/data/vXX.0/sobjects/Case/{id} - update a support case
  • POST /services/data/vXX.0/sobjects/Task - log an activity
  • GET /services/data/vXX.0/sobjects/Account/{id} - retrieve account details

Notes

  • Use OAuth 2.0 JWT Bearer or username-password flow; prefer JWT for server-to-server.
  • API version should match org version; default to v59.0 unless org is older.
  • Respect field-level security; queries against restricted fields return empty, not errors.
  • Daily API limit is 15,000 calls per license for Enterprise edition; bulk queries count as one call.
  • Sandbox orgs use https://test.salesforce.com for auth; set SALESFORCE_INSTANCE_URL accordingly.

Read the full file on GitHub · 41 lines

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 · 41 lines · 34 tokens per session scan A 9bd821295bf7

Subscribe to this mod's changes

salesforce is a skill published in the GitHub repository iblai/enterprise-agents (11 stars, last pushed 3mo ago), licensed MIT. It adds 34 tokens to every session and 637 once invoked, about $0.0002 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-08-30.

Related

Other skills, from other repositories