Salesforce data from your UI bundles is easy to access with the Data SDK. This tool handles authentication, CSRF protection, and base URL resolution automatically. You can use GraphQL for record queries and mutations. You can also use REST for other Salesforce endpoints like Apex REST and Connect REST.
You must check a few preconditions before you start. Make sure the @salesforce/sdk-data package is installed. Verify that a schema.graphql file exists at the project root. Also confirm that custom objects and fields are deployed. If these are missing, you can still build the UI layout but you must mark query locations with a TODO comment.
Only the supported APIs listed in the skill are allowed. Do not use enterprise SOQL queries, Aura-enabled Apex, or Chatter API. Use GraphQL for record reads and Apex REST for server-side aggregates. This skill makes your Salesforce data access safe and consistent.
Global
mkdir -p ~/.claude/skills/using-ui-bundle-salesforce-dataProject
mkdir -p .claude/skills/using-ui-bundle-salesforce-dataSource Repository
Lark Openapi Explorerlarksuite/cli
Discover and call native Lark OpenAPIs not covered by existing CLI commands
Supabasesupabase/agent-skills
Add a database auth and APIs to your app with Supabase
Convex Quickstartget-convex/agent-skills
Rapidly set up a Convex backend for new or existing apps with one command
Convex Create Componentget-convex/agent-skills
Create reusable Convex components with isolated tables and clear APIs
Design An Interfacemattpocock/skills
Generate many different interface designs and pick the best one
Notion Apiintellectronica/agent-skills
Automate your Notion workspace with simple API calls
Convexget-convex/agent-skills
Use this router to find the perfect Convex skill for your task
Firecrawl Build Scrapefirecrawl/skills
Extract clean web content from a single URL quickly and reliably