/install bitrix24-apiskill
Bitrix24 Agent (Lean + Reliable)
Use this skill to deliver correct Bitrix24 integrations with minimal token usage.
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-\x3Cpack>.md. - Open
references/chains-\x3Cpack>.mdonly if user asks for workflow/chain. - Open
references/bitrix24.mdonly for auth architecture, limits, events reliability, or unknown errors.
Response format limits:
- Use concise output (goal + next action + one command).
- Do not retell documentation.
- Do not dump large JSON unless explicitly requested.
- Avoid repeating already provided guidance; return only delta.
Routing Workflow
- Determine intent:
- method call,
- troubleshooting,
- architecture decision,
- event/reliability setup.
Term normalization (product vocabulary):
- "collabs", "workgroups", "projects", "social network groups" ->
collab(andboardsfor scrum). - "Copilot", "CoPilot", "BitrixGPT", "AI prompts" ->
platform(ai.*). - "open lines", "contact center connectors", "line connectors" ->
comms(imopenlines.*,imconnector.*). - "feed", "live feed", "news feed" ->
collab(log.*). - "sites", "landing pages", "landing" ->
sites(landing.*). - "booking", "calendar", "work time", "time tracking" ->
services(booking.*,calendar.*,timeman.*). - "orders", "payments", "catalog", "products" ->
commerce(sale.*,catalog.*). - "consents", "consent", "e-signature", "sign" ->
compliance(userconsent.*,sign.*).
- Choose auth quickly:
- one portal/internal: incoming webhook.
- app/multi-portal/lifecycle features: OAuth.
- Select minimal packs:
- default
core. - add only required packs:
comms,automation,collab,content,boards,commerce,services,platform,sites,compliance,diagnostics.
- Execute with guardrails:
- prefer
scripts/bitrix24_client.pyandscripts/offline_sync_worker.py, - enforce allowlist +
--confirm-write/--confirm-destructive, - keep writes idempotent when possible.
- Escalate to deep reference only on trigger:
WRONG_AUTH_TYPE,insufficient_scope,QUERY_LIMIT_EXCEEDED,expired_token,- offline event loss concerns,
- OAuth refresh race or tenant isolation issues.
Quality Guardrails
- Never expose webhook/OAuth secrets.
- Scope and permissions must be least-privilege.
- No nested
batch. - Online events are not guaranteed delivery; use offline flow for no-loss processing.
- Prefer REST 3.0 where compatible; fallback to v2 where needed.
Reference Loading Map
references/packs.mdfor pack and loading strategy.references/catalog-\x3Cpack>.mdfor method shortlist.references/chains-\x3Cpack>.mdfor implementation chains.references/bitrix24.mdonly when deeper protocol detail is required.
Useful search shortcuts:
rg -n "^# Catalog|^# Chains" references/catalog-*.md references/chains-*.md
rg -n "WRONG_AUTH_TYPE|insufficient_scope|QUERY_LIMIT_EXCEEDED|expired_token" references/bitrix24.md
rg -n "offline|event\\.bind|event\\.offline|application_token" references/bitrix24.md
Scripts
scripts/bitrix24_client.py: method calls, packs, allowlist, confirmations, audit.scripts/offline_sync_worker.py: offline queue processing with retries and DLQ.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bitrix24-apiskill - After installation, invoke the skill by name or use
/bitrix24-apiskill - Provide required inputs per the skill's parameter spec and get structured output
What is Bitrix24 Skill?
Integrate AI agents with Bitrix24 REST API to automate CRM, tasks, chats, event processing, auth selection, and API error troubleshooting. It is an AI Agent Skill for Claude Code / OpenClaw, with 766 downloads so far.
How do I install Bitrix24 Skill?
Run "/install bitrix24-apiskill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bitrix24 Skill free?
Yes, Bitrix24 Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Bitrix24 Skill support?
Bitrix24 Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bitrix24 Skill?
It is built and maintained by vrtalex (@vrtalex); the current version is v1.0.0.