This connects Claude to your Salesforce org through Membrane's CLI, handling OAuth and credential refresh automatically so you don't have to wrestle with auth tokens. You get pre-built actions for the common stuff like creating records, running SOQL queries, and bulk operations on up to 200 records at once. When those don't cover your needs, there's a proxy mode that lets you hit any Salesforce API endpoint directly while Membrane injects the right headers. The setup flow is a bit involved with connection states and polling, but once you're past that it's straightforward. Best for agents that need to actually modify CRM data rather than just read it.
npx skills add https://github.com/membranedev/application-skills --skill salesforce