This gives Claude direct access to SugarCRM through Membrane's authentication layer, so you can query leads, update opportunities, create tasks, and manage the usual CRM operations without handling API keys yourself. It covers the standard modules (Accounts, Contacts, Leads, Opportunities, Tasks, Meetings, Calls, Notes) and includes 16 pre-built actions for common workflows like filtering related records, bulk requests, and linking records. When those don't cut it, you can proxy raw requests straight to the SugarCRM API with auto-injected auth headers. The setup flow is straightforward: authenticate once via browser, wait for the connection to reach READY state, then search for actions by intent or run them directly with JSON input.
npx skills add https://github.com/membranedev/application-skills --skill sugarcrm