gt-salesforce-admin

gt-salesforce-admin is a skill for Claude Code, Codex from Growth-Today/claude-skills. It costs 217 tokens per session (1,430 once invoked), scanned A, original, MIT.

A toolkit for administering Salesforce, a customer-relationship system used to manage leads, contacts, companies, deals, users, automation, and reports. It includes playbooks for audits, cleanup, sales operations, security, and governance.

In plain words
What is it for?
Use it to audit and clean Salesforce data, manage leads and opportunities, maintain automation and reports, review access, suppress bounced or opted-out people, and support RevOps work.
Why use it?
It helps identify inconsistent CRM data, outdated records, configuration problems, access risks, and broken sales processes in a Salesforce organization.

Skill for Claude CodeCodex

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

Good fit Use it to audit and clean Salesforce data, manage leads and opportunities, maintain automation and reports, review access, suppress bounced or opted-out people, and support RevOps work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/growth-today/claude-skills/gt-salesforce-admin
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 Growth-Today/claude-skills --skill gt-salesforce-admin
Clone the repo
git clone --depth 1 https://github.com/Growth-Today/claude-skills

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 gt-salesforce-admin

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/growth-today/claude-skills/gt-salesforce-admin"><img src="https://agentmods.dev/badge/skills/growth-today/claude-skills/gt-salesforce-admin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 217 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,430 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.00217 $0.01430
Opus 5 $0.00109 $0.00715
Sonnet 5 $0.00043 $0.00286
Haiku 4.5 $0.00022 $0.00143

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

Security

Grade A, and why

gt-salesforce-admin 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (playbooks/salesforce-audit/scripts/audit_org.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.

gt-salesforce-admin/SKILL.md · 71 lines

How it starts

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

GT Salesforce Admin — Master Router

Master orchestrator for Salesforce CRM administration & RevOps: 52 playbooks across 8 sub-skills covering audit, data hygiene, data model, segmentation, opportunities & sales, automation, reporting, security & access, and governance/integrations.

Setup (run once per session)

  1. Use Glob to find **/gt-salesforce-admin/SKILL.md.
  2. The directory containing it is SKILL_BASE.
  3. Sub-skills live at {SKILL_BASE}/.claude/skills/<sub-skill>/gt-SKILL.md.
  4. Playbooks live at {SKILL_BASE}/playbooks/<name>/playbook.md (shared — sub-skills route to them).

Always resolve SKILL_BASE dynamically — never hardcode a path.

The Salesforce object model (read before any playbook)

  • Lead — pre-conversion person; Status, Rating, IsConverted. Does not exist in HubSpot.
  • Contact — post-conversion person, tied to an Account via AccountId.
  • Account — company (OwnerId, Industry, BillingCountry).
  • Opportunity — deal (StageName, Amount, CloseDate, IsClosed, IsWon).
  • User — the owner; OwnerId points here; deactivated = IsActive=false.
  • Lead/Contact split: when auditing "people," query BOTH Lead and Contact. HubSpot "contacts" map to "Leads AND Contacts" here.

How routing works

  1. Read the request. 2. Match to ONE OR MORE sub-skills below. 3. Read that sub-skill's gt-SKILL.md (its playbook index + guidance). 4. Read the specific {SKILL_BASE}/playbooks/<name>/playbook.md before acting. 5. Full-org / recurring requests → use the cross-cutting playbooks.

Sub-skill routing

User intent Sub-skill Path
Dedup, suppression, deliverability, enrichment, cleanup, form cleanup sf-data-hygiene {SKILL_BASE}/.claude/skills/sf-data-hygiene/gt-SKILL.md
Validation rules, record types/layouts, formula/rollup, matching/duplicate rules, custom objects, field cleanup sf-data-model {SKILL_BASE}/.claude/skills/sf-data-model/gt-SKILL.md
List views, reports-as-segments, ICP tiers, lead scoring sf-segmentation {SKILL_BASE}/.claude/skills/sf-segmentation/gt-SKILL.md
Sales process/stages, lead conversion, products/price books, forecasting, campaigns sf-opportunities-sales {SKILL_BASE}/.claude/skills/sf-opportunities-sales/gt-SKILL.md
Flow patterns, lead routing, lifecycle & hygiene flows, flow cleanup sf-automation-flow {SKILL_BASE}/.claude/skills/sf-automation-flow/gt-SKILL.md
Custom report types, RevOps reports & dashboards sf-reporting {SKILL_BASE}/.claude/skills/sf-reporting/gt-SKILL.md
Profiles, permission sets, roles, OWD/sharing, field-level security sf-security-access {SKILL_BASE}/.claude/skills/sf-security-access/gt-SKILL.md
Users/ownership, Data Loader/imports, SF↔HubSpot sync, Agentforce/AI readiness sf-governance-integrations {SKILL_BASE}/.claude/skills/sf-governance-integrations/gt-SKILL.md

Read the full file on GitHub · 71 lines

Files

What ships with it

60 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. 12d ago First seen · 71 lines · 217 tokens per session scan A 67c647877faf

Subscribe to this mod's changes

gt-salesforce-admin is a skill published in the GitHub repository Growth-Today/claude-skills (3 stars, last pushed today), licensed MIT. It adds 217 tokens to every session and 1,430 once invoked, about $0.0011 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-31.

Related

Other skills, from other repositories

crm-customer-management

Orchestrate CRM workflows across Salesforce, HubSpot, Zoho, and Pipedrive — customer 360 lookups, deal pipeline management, activity logging, and customer onboarding. Use when looking up a customer, checking deal status, logging a call or meeting, reviewing pipeline health, onboarding a new customer, finding stalled…

zavora-ai/skill-crm-customer-management · 0 tokens

deepline-ads-audiences

Use this skill when building, enriching, auditing, or uploading B2B paid ads audiences to Google Customer Match, Meta/Facebook Custom Audiences, or LinkedIn Matched Audiences. Triggers on phrases like '/deepline-ads-audience', '/deepline-ads-audiences', 'upload this audience', 'create custom audiences', 'personal…

getaero-io/gtm-eng-skills · 133 tokens

deepline-gtm

GTM prospecting, enrichment, outreach, and Deepline Play work/audits. Providers…

getaero-io/gtm-eng-skills · 333 tokens

deepline-pre-research

Use when the user wants a last30days-style pre-research pass in Deepline: discover the critical public, private, CRM, workflow, social, and web data sources for a research/enrichment job; compare provider coverage; estimate Deepline credit cost; recommend the source plan before building or running the workflow; or…

getaero-io/gtm-eng-skills · 135 tokens

gingiris-go-global

🇺🇸 AI Product / SaaS Go-Global Complete SOP — From competitor research to launch to monetization. A full-cycle playbook covering Phase 0-5 (market validation, positioning, first 100 users, user interviews, beta-to-growth) plus open-source launch, Product Hunt, Reddit, SEO/GEO, conversion, and org principles.…

Gingiris-1031/gingiris-skills · 534 tokens

deepline-analytics

Use this skill when answering business analytics, RevOps, GTM metric, pipeline, revenue, funnel, customer, or warehouse questions with Deepline. Triggers on phrases like 'query Snowflake', 'analyze pipeline', 'total ACV', 'break down by quarter', 'use the semantic layer', 'run a semantic query', or any use of…

getaero-io/gtm-eng-skills · 115 tokens