Bitrix24 Agent

Governed CLI for Bitrix24 REST integrations with plan-then-execute writes and audit logging.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · e33a07c

Ran the bundled CLI live against a throwaway portal: --plan-only produced a real plan_id with zero network calls, and both the write gate and destructive gate correctly refused to execute without --confirm-write/--confirm-destructive; the repo's own pytest suite passed 113/5-skipped. A from-memory baseline only knew the raw curl-based Bitrix24 API with no such safety layer.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Bitrix24 Agent does

Bundles a zero-dependency Python CLI plus capability-pack catalogs/chains for calling the Bitrix24 REST API safely: webhook/OAuth auth, method allowlists, write/destructive confirmation gates, idempotency, offline-event sync, and error-code troubleshooting. Triggers on any Bitrix24 integration task (leads, deals, tasks, bots, business processes) or Bitrix24-specific REST errors, even if 'Bitrix24' isn't named explicitly.

How to install Bitrix24 Agent

git clone https://github.com/vrtalex/bitrix24-skill
cd bitrix24-skill
mkdir -p ~/.claude/skills
cp -r skills/bitrix24-agent ~/.claude/skills/bitrix24-agent

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Bitrix24 Agent

  • /bitrix24-agent Governed CLI for Bitrix24 REST integrations with plan-then-execute writes and audit logging.

It also activates on plain-language prompts like these:

  • create a new deal in Bitrix24 with a confirmation step before writing
  • my Bitrix24 webhook keeps throwing WRONG_AUTH_TYPE, help me fix it
  • build a chat bot that logs new leads into our Bitrix24 CRM portal

Frequently asked questions

Is the Bitrix24 Agent skill free?
Yes. The skill itself is free from vrtalex/bitrix24-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does Bitrix24 Agent work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the bundled CLI live against a throwaway portal: --plan-only produced a real plan_id with zero network calls, and both the write gate and destructive gate correctly refused to execute without --confirm-write/--confirm-destructive; the repo's own pytest suite passed 113/5-skipped. A from-memory baseline only knew the raw curl-based Bitrix24 API with no such safety layer.
What is the Bitrix24 Agent SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Bitrix24 Agent?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Bitrix24 Agent with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.