← Back to Skills Marketplace
67
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install bitrix24-vibe-test
Description
Work with Bitrix24 (Битрикс24) via Vibe Platform API. Triggers on: CRM — "сделки", "контакты", "лиды", "воронка", "клиенты", "deals", "contacts", "leads", "p...
Usage Guidance
This skill appears to do what it says: it needs python3 and a Vibe API key (VIBE_API_KEY) to call the Vibe Platform on your behalf, and it will fetch /v1/guide and /v1/me and cache those responses locally. Before installing: (1) only provide an API key with the minimal scopes required for your use (read vs write), (2) be aware the key may be read from platform config (/home/node/.openclaw/openclaw.json) on managed agents and can be saved to ~/.config/bitrix24-skill/config.json if you use --save-key, (3) the skill will make network calls automatically for read/list requests (per SKILL.md) — review whether you are comfortable with automated calls and local caching, and (4) if you need strict human confirmation for writes, verify the agent enforces the one-line yes/no confirmation described in SKILL.md because the CLI no longer enforces confirm flags. If you want, inspect the included scripts (scripts/vibe.py and scripts/vibe_config.py) yourself or run them in a safe environment to verify behaviour and base_url before supplying a production key.
Capability Analysis
Type: OpenClaw Skill
Name: bitrix24-vibe-test
Version: 2.0.1
The skill bundle is a legitimate integration for Bitrix24 via the Vibe Platform. The Python scripts (vibe.py and vibe_config.py) implement standard API interaction logic, including a multi-source configuration priority chain and local caching of discovery data. Security-wise, vibe.py includes a path sanitization function (is_safe_path) to prevent directory traversal or SSRF via the path parameter. The SKILL.md instructions are well-structured for a business-focused user experience and do not contain any evidence of malicious prompt injection, unauthorized data exfiltration, or hidden persistence mechanisms.
Capability Tags
Capability Assessment
Purpose & Capability
The skill declares python3 and a single VIBE_API_KEY credential and includes CLI scripts that call /v1/* on a Vibe platform base URL. These requirements are appropriate for a Bitrix24/Vibe integration; no unrelated cloud creds, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to fetch /v1/guide and /v1/me and to call the platform immediately for read queries (no extra confirmations). That behaviour matches the provided CLI (vibe.py) and is consistent with the skill's goal, but it does mean the agent will perform network calls automatically for user-facing list/read requests and will cache responses on disk. The SKILL.md also mandates concise yes/no confirmation for writes; the CLI no longer uses built-in confirm-flags, so the LLM must implement that confirmation step correctly.
Install Mechanism
No external install/download spec is present and the skill ships small Python scripts. There are no downloads from untrusted URLs or archive extraction steps in the package metadata.
Credentials
The skill requires a single API key (VIBE_API_KEY) and may also auto-read a channel config (openclaw.json) or a local skill config file; these are directly relevant to obtaining the Bitrix24/Vibe API key. It does not request unrelated secrets or an excessive number of environment variables.
Persistence & Privilege
The skill caches guide/me under ~/.cache/bitrix24-skill and can persist the API key and user_id/timezone to ~/.config/bitrix24-skill/config.json. This is expected for a CLI helper, but users should be aware the key can be written to disk and the skill may read platform config at /home/node/.openclaw/openclaw.json when running on managed agents.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bitrix24-vibe-test - After installation, invoke the skill by name or use
/bitrix24-vibe-test - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Declare VIBE_API_KEY in metadata.openclaw.requires.env, drop e-commerce/oauth from triggers and tags, soften Rule 2/4 wording for security-scan iteration
v2.0.0
Test publish of v2.0 live-discovery rewrite (separate slug for security-scan validation; not for public install)
Metadata
Frequently Asked Questions
What is Bitrix24 Vibe Test?
Work with Bitrix24 (Битрикс24) via Vibe Platform API. Triggers on: CRM — "сделки", "контакты", "лиды", "воронка", "клиенты", "deals", "contacts", "leads", "p... It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.
How do I install Bitrix24 Vibe Test?
Run "/install bitrix24-vibe-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bitrix24 Vibe Test free?
Yes, Bitrix24 Vibe Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Bitrix24 Vibe Test support?
Bitrix24 Vibe Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bitrix24 Vibe Test?
It is built and maintained by NogaevPN (@nogaevpn); the current version is v2.0.1.
More Skills