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.
npx skills add forcedotcom/sf-skills --skill omnistudio-callable-apex-generategit clone --depth 1 https://github.com/forcedotcom/sf-skillsWrote 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.
[](https://agentmods.dev/skills/forcedotcom/sf-skills/omnistudio-callable-apex-generate)<a href="https://agentmods.dev/skills/forcedotcom/sf-skills/omnistudio-callable-apex-generate"><img src="https://agentmods.dev/badge/skills/forcedotcom/sf-skills/omnistudio-callable-apex-generate/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.
<a href="https://agentmods.dev/skills/forcedotcom/sf-skills/omnistudio-callable-apex-generate"><img src="https://agentmods.dev/badge/skills/forcedotcom/sf-skills/omnistudio-callable-apex-generate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 240 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00176 | $0.03705 |
| Opus 5 | $0.00088 | $0.01852 |
| Sonnet 5 | $0.00035 | $0.00741 |
| Haiku 4.5 | $0.00018 | $0.00370 |
Grade A, and why
omnistudio-callable-apex-generate 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.
omnistudio-callable-apex-generate: Callable Apex for Salesforce Industries Common Core
Specialist for Salesforce Industries Common Core callable Apex implementations. Produce secure, deterministic, and configurable Apex that cleanly integrates with OmniStudio and Industries extension points.
Scope
- In scope: Creating
System.Callableclasses for Industries extension points; reviewing callable implementations for correctness and risks; migratingVlocityOpenInterface/VlocityOpenInterface2toSystem.Callable; 120-point scoring and validation - Out of scope: Generic Apex classes without callable interface (use
platform-apex-generate); building Integration Procedures (useomnistudio-integration-procedure-generate); authoring OmniScripts (useomnistudio-omniscript-generate); deploying Apex classes (useplatform-metadata-deploy)
Core Responsibilities
- Callable Generation: Build
System.Callableclasses with safe action dispatch - Callable Review: Audit existing callable implementations for correctness and risks
- Validation & Scoring: Evaluate against the 120-point rubric
- Industries Fit: Ensure compatibility with OmniStudio/Industries extension points
Workflow (4-Phase Pattern)
Phase 1: Requirements Gathering
Ask for:
- Entry point (OmniScript, Integration Procedure, DataRaptor, or other Industries hook)
- Action names (strings passed into
call) - Input/output contract (required keys, types, and response shape)
- Data access needs (objects/fields, CRUD/FLS (Create/Read/Update/Delete and Field-Level Security) rules)
- Side effects (DML, callouts, async requirements)
Then:
- Scan for existing callable classes:
Glob: **/*Callable*.cls - Identify shared utilities or base classes used for Industries extensions
- Create a task list
Phase 2: Design & Contract Definition
Define the callable contract:
- Action list (explicit, versioned strings)
- Input schema (required keys + types)
- Output schema (consistent response envelope)
What ships with it
20 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.
- assets/pattern_callable_openinterface.cls 1.7 KB
- assets/pattern_callable_vanilla.cls 1.4 KB
- assets/pattern_migration.cls 3.2 KB
- assets/pattern_openinterface.cls 1.9 KB
- assets/pattern_test_class.cls 2.4 KB
- examples/Test_QuoteByProductCallable/Industries_QuoteByProductCallable.cls 4.4 KB
- examples/Test_QuoteByProductCallable/Industries_QuoteByProductCallableTest.cls 7.9 KB
- examples/Test_QuoteByProductCallable/IndustriesCallableException.cls 270 B
- examples/Test_QuoteByProductCallable/TRANSCRIPT.md 4.5 KB
- examples/Test_VlocityOpenInterface2Conversion/IndustriesCallableException.cls 270 B
- examples/Test_VlocityOpenInterface2Conversion/MyCustomCallable.cls 3.1 KB
- examples/Test_VlocityOpenInterface2Conversion/MyCustomCallableTest.cls 6.1 KB
- examples/Test_VlocityOpenInterface2Conversion/MyCustomRemoteClass.cls 659 B
- examples/Test_VlocityOpenInterface2Conversion/TRANSCRIPT.md 4.8 KB
- examples/Test_VlocityOpenInterfaceConversion/IndustriesCallableException.cls 270 B
- examples/Test_VlocityOpenInterfaceConversion/MyCustomCallable.cls 3.0 KB
- examples/Test_VlocityOpenInterfaceConversion/MyCustomCallableTest.cls 5.4 KB
- examples/Test_VlocityOpenInterfaceConversion/MyCustomClass.cls 799 B
- examples/Test_VlocityOpenInterfaceConversion/TRANSCRIPT.md 3.4 KB
- README.md 3.6 KB
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.
- 8d ago First seen · 301 lines · 176 tokens per session scan A 669dda32bd87
omnistudio-callable-apex-generate is a skill published in the GitHub repository forcedotcom/sf-skills (987 stars, last pushed yesterday), licensed Apache-2.0. It adds 176 tokens to every session and 3,705 once invoked, about $0.0009 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.
Other skills, from other repositories
agui-dotnet-streaming-chat
Get started with the AG-UI .NET SDK: bootstrap and run your first streaming-chat app (client + server) with the AG-UI .NET NuGet packages (AGUI.Client, AGUI.Server, AGUI.Formatting, AGUI.Abstractions). USE FOR: which packages to install and how to wire them; constructing an AGUIChatClient against an endpoint and…
azure-eventgrid-dotnet
Azure Event Grid SDK for .NET. Client library for publishing and consuming events with Azure Event Grid. Use for event-driven architectures, pub/sub messaging, CloudEvents, and EventGridEvents. Triggers: "Event Grid", "EventGridPublisherClient", "CloudEvent", "EventGridEvent", "publish events .NET", "event-driven"…
azure-maps-search-dotnet
Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data. Triggers: "Azure Maps", "MapsSearchClient", "MapsRoutingClient", "MapsRenderingClient", "geocoding .NET", "route…
azure-mgmt-apicenter-dotnet
Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: "API Center", "ApiCenterService", "ApiCenterWorkspace", "ApiCenterApi", "API…
azure-ai-voicelive-dotnet
Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant…
minimal-api-file-upload
File upload endpoints in ASP.NET minimal APIs (.NET 8+).