โ† All skills
Tencent SkillHub ยท Developer Tools

Bitrix24 Skill

Integrate AI agents with Bitrix24 REST API to automate CRM, tasks, chats, event processing, auth selection, and API error troubleshooting.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Integrate AI agents with Bitrix24 REST API to automate CRM, tasks, chats, event processing, auth selection, and API error troubleshooting.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/bitrix24_client.py, scripts/offline_sync_worker.py, agents/openai.yaml, references/chains-commerce.md

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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-<pack>.md. Open references/chains-<pack>.md only if user asks for workflow/chain. Open references/bitrix24.md only 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 (and boards for 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.py and scripts/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.md for pack and loading strategy. references/catalog-<pack>.md for method shortlist. references/chains-<pack>.md for implementation chains. references/bitrix24.md only 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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • references/chains-commerce.md Docs
  • scripts/bitrix24_client.py Scripts
  • scripts/offline_sync_worker.py Scripts
  • agents/openai.yaml Config