Agent skill · marketing growth · membranedev
1c
1C-Bitrix integration. Manage data, records, and automate workflows. Use when the user wants to interact with 1C-Bitrix data.
Why this skill is useful
Provides specific commands and workflows for integrating with 1C-Bitrix that the AI wouldn't reliably generate on its own.
What it needs
Requires @membranehq/cli installed locally. Requires membrane account access. About 3k tokens when loaded. Last updated 2026-04-28. 253 stars on the source repository.
What this skill does
1C-Bitrix 1C-Bitrix is a content management system and business application platform. It's primarily used in Russia and other Eastern European countries by businesses of all sizes to build and manage websites, online stores, and internal portals. Think of it as a regional alternative to platforms like WordPress or Drupal, but with a stronger focus on e-commerce and business process automation. Official docs: https://dev.1c-bitrix.ru/apihelp/ 1C-Bitrix Overview Task Task Files User Department Use action names and parameters as needed. Working with 1C-Bitrix This skill uses the Membrane CLI to interact with 1C-Bitrix. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the Membrane CLI so you can run membrane from the terminal: First-time setup A browser window opens for authentication. Headless environments: Run the command, copy the printed URL for the user to open in a browser, then complete with membrane login complete <code>. Connecting to 1C-Bitrix 1. Create a new connection: Take the connector ID from output.items[0].element?.id, then: The user completes authentication in the browser. The output contains the new connection id. Getting list of existing connections When you are not sure if connection already exists: 1. Check existing connections: If a 1C-Bitrix connection exists, note its connectionId Searching for actions When you know what you want to do but not the exact action ID: This will return action objects with id and inputSchema in it, so you will know how to run it. Popular actions Use npx @membranehq/cli@latest action list --intent=QUERY --connectionId=CONNECTIONID --json to discover available actions. Running actions To pass JSON parameters: Proxy requests When the available actions don't cover your use case, you can send requests directly to the 1C-Bitrix API through Membrane's proxy. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills membranedev/1c