This connects Claude to Bitrix24's CRM through webhook-based API calls. You get straightforward access to the core stuff: managing leads, contacts, and deals, plus basic task operations and user lookups. The skill documentation shows you how to create, list, update, and delete CRM entities using curl commands with JSON payloads. It's solid for automating CRM workflows or building conversational interfaces over your Bitrix data. The webhook approach means no OAuth dance, but you need to keep that URL secure since it's bearer authentication. Rate limits apply, so batch operations need some throttling.
npx skills add https://github.com/vm0-ai/vm0-skills --skill bitrix