bitrix24-agent

An integration assistant for connecting AI agents to Bitrix24, a business platform for managing contacts, companies, leads, deals, and other records.

In plain words
What is it for?
Use it to read portal data or plan and execute actions such as creating or updating CRM leads, deals, contacts, and companies.
Why use it?
It helps agents communicate with Bitrix24 safely while handling authentication, permissions, events, request limits, and planned writes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/vrtalex/bitrix24-skill/bitrix24-agent
Any agent
npx skills add vrtalex/bitrix24-skill --skill bitrix24-agent
Clone the repo
git clone --depth 1 https://github.com/vrtalex/bitrix24-skill

Made for: Claude Code, Codex.

Per session 214 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,973 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00214 $0.02973
Opus 5 $0.00107 $0.01486
Sonnet 5 $0.00043 $0.00595
Haiku 4.5 $0.00021 $0.00297

Measured 3d ago against content hash b5f6f59b45e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bitrix24-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/bitrix24_client.py, scripts/offline_sync_worker.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bitrix24-agent/SKILL.md · 243 lines

How it starts

The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Bitrix24 Agent (Lean + Reliable)

Use this skill to deliver correct Bitrix24 integrations with low token usage and production-safe defaults.

Quick Start

Use this flow unless the user asks for a different one:

  1. Pick intent + one minimal pack (core by default).
  2. Run a read probe first.
  3. For writes, use plan then execute with confirmation.

Read probe:

python3 skills/bitrix24-agent/scripts/bitrix24_client.py user.current --params '{}'

Safer write flow:

python3 skills/bitrix24-agent/scripts/bitrix24_client.py crm.lead.add \
  --params '{"fields":{"TITLE":"Plan demo"}}' \
  --packs core \
  --plan-only

python3 skills/bitrix24-agent/scripts/bitrix24_client.py \
  --execute-plan <plan_id> \
  --confirm-write

Runtime Prerequisites

Required environment:

  • B24_DOMAIN
  • B24_AUTH_MODE = webhook or oauth

Webhook mode:

  • B24_WEBHOOK_USER_ID
  • B24_WEBHOOK_CODE

OAuth mode:

  • B24_ACCESS_TOKEN
  • B24_REFRESH_TOKEN
  • B24_CLIENT_ID and B24_CLIENT_SECRET (for --auto-refresh)

Useful safety/reliability flags:

  • B24_REQUIRE_PLAN=1 for mandatory plan->execute on write/destructive calls
  • B24_PACKS=core,... for default pack set
  • B24_RATE_LIMITER=file with B24_RATE_LIMITER_RATE and B24_RATE_LIMITER_BURST

Default Mode: Lean

Apply these limits unless the user asks for deep detail:

  • Load at most 2 reference files before first actionable step.
  • Start from references/packs.md.
  • Then open only one target file: references/catalog-<pack>.md.
  • Open references/chains-<pack>.md only if the user needs workflow steps.
  • Open references/bitrix24.md only for auth architecture, limits, event reliability, or unknown errors.

Response limits:

  • Use concise output (goal + next action + one command).
  • Do not retell documentation.
  • Do not dump large JSON unless requested.
  • Save your own tokens on reads: add --out compact (minified) or --out summary (a {count, ids, next, total} digest for *.list); cap rows with --max-items N. Use the API's select in --params to fetch fewer fields. Default output is unchanged (full).
  • Return only delta if guidance was already given.

Read the full file on GitHub · 243 lines

Files

What ships with it

39 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 243 lines · 214 tokens per session scan A b5f6f59b45e2

Subscribe to this mod's changes

bitrix24-agent is a skill published in the GitHub repository vrtalex/bitrix24-skill (24 stars, last pushed 2mo ago), licensed Unlicense. It adds 214 tokens to every session and 2,973 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

bitrix

Core-first Bitrix / 1C-Bitrix / Битрикс / БУС / boxed Bitrix24 expertise. Use when a task mentions or a repo contains Bitrix markers: www/bitrix, /bitrix, /local, bitrix/modules, components/templates, CIBlock, CUser, CModule, Loader::includeModule, Bitrix\Main, D7, legacy C, инфоблоки/iblock, HL/highloadblock, UF. Use…

Poliklot/bitrix-agent-skill · 267 tokens

specq-intel-sales

SpecQ — 半导体产业链销售攻单情报包。输入客户+产品,AI 自动整理暗知识(拜访记录/丢单复盘/竞品情报),生成八模块攻单策略,提高成交率。阶段一聚焦电子化学品。.

daizehua-wq/Specq-mcp · 66 tokens

bitrix24

Bitrix24 (Битрикс24) — CRM, tasks, calendar, drive, chat via REST API. Управление порталом Битрикс24: сделки, контакты, лиды, задачи, календарь, диск, мессенджер. Install Bitrix24 skill to connect your portal.

rsvbitrix/openclaw-bitrix24 · 0 tokens

clean-user-facing-text

Clean and finalize authorized natural-language text intended for readers by auditing suspicious invisible Unicode and rewriting prose while preserving facts, meaning, and the writer's voice. Use when the user asks to clean, humanize, polish, or finalize articles, manuscripts, reports, documentation, emails, product…

guillaumemeyer/watermarks-remover · 123 tokens

om-auto-sec-report-pr

Paranoid OWASP-oriented security analysis for a SINGLE unit of work — one PR, one spec under .ai/specs/, or one branch diff. Hunts non-obvious attack vectors beyond OWASP Top 10, flags same-pattern hotspots elsewhere, and emits "Next steps — go deeper" follow-ups. Writes markdown + HTML under .ai/analysis/; runs…

open-mercato/open-mercato · 93 tokens

om-pre-implement-spec

Analyze a spec before implementation: BC audit, risk assessment, gap analysis. Produces a readiness report with BC violations, missing sections, and suggested improvements. Triggers on "analyze spec", "pre-implement", "spec readiness", "BC analysis", "spec gap analysis".

open-mercato/open-mercato · 63 tokens