← 返回 Skills 市场
67
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install bitrix24-vibe-test
功能描述
Work with Bitrix24 (Битрикс24) via Vibe Platform API. Triggers on: CRM — "сделки", "контакты", "лиды", "воронка", "клиенты", "deals", "contacts", "leads", "p...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bitrix24-vibe-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/bitrix24-vibe-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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)
元数据
常见问题
Bitrix24 Vibe Test 是什么?
Work with Bitrix24 (Битрикс24) via Vibe Platform API. Triggers on: CRM — "сделки", "контакты", "лиды", "воронка", "клиенты", "deals", "contacts", "leads", "p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。
如何安装 Bitrix24 Vibe Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bitrix24-vibe-test」即可一键安装,无需额外配置。
Bitrix24 Vibe Test 是免费的吗?
是的,Bitrix24 Vibe Test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bitrix24 Vibe Test 支持哪些平台?
Bitrix24 Vibe Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bitrix24 Vibe Test?
由 NogaevPN(@nogaevpn)开发并维护,当前版本 v2.0.1。
推荐 Skills