← 返回 Skills 市场
362
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install omnium-hub-crm
功能描述
Manage Omnium Hub CRM (contacts, opportunities, appointments). Use for all CRM-related tasks.
安全使用建议
This skill appears to be a simple Python CLI for a CRM API, but verify the endpoint before providing credentials: the included code calls services.leadconnectorhq.com while the skill calls itself 'Omnium Hub' — confirm that domain is the legitimate API for your Omnium Hub account. Do not paste your full production API key into command lines or chat messages (the examples show --api-key which exposes it to process lists and history). Prefer using a short-lived or scoped API key, storing it in the agent's secret manager or an environment variable (and modify the script to read from an env var or secure stdin) rather than including it on the command line. Be aware the script prints full JSON responses (which can contain PII) to stdout — review logs/agent audit trails if you run it. If you are unsure about the service mapping (Omnium Hub vs LeadConnector), ask the publisher for clarification or test with a low-privilege/test account first.
功能分析
Type: OpenClaw Skill
Name: omnium-hub-crm
Version: 1.0.0
The skill is designed for legitimate CRM interaction, but it handles the Omnium Hub API Key in a vulnerable manner. The `SKILL.md` instructs the AI agent to pass the API key directly as a command-line argument to `scripts/omnium_client.py`. This practice exposes the sensitive API key in process lists, shell history, and agent logs, which is a significant information exposure vulnerability, classifying it as suspicious rather than benign. There is no evidence of malicious intent such as data exfiltration to unauthorized endpoints, persistence mechanisms, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The skill claims to manage 'Omnium Hub' CRM and includes a Python client that performs contact and opportunity operations — functionally consistent with the description. However the client targets BASE_URL = "https://services.leadconnectorhq.com" (LeadConnector domain), which does not match the 'Omnium Hub' name; this branding/domain mismatch is unexplained and should be verified (could be a legitimate integration or a mislabel).
Instruction Scope
SKILL.md confines the agent to calling the included script and asking the user for an API key. It does not instruct reading arbitrary files or other system credentials. However the examples and usage show passing the API key on the command line (--api-key "...") which exposes the secret to process listings/shell history and agent logs; the script prints raw JSON responses (which may contain PII or sensitive CRM data) to stdout. These are scope/privacy concerns but not evidence of unrelated behavior.
Install Mechanism
No install spec (instruction-only with an included Python script). Nothing is downloaded or written during installation. The only runtime dependency is the Python 'requests' library, which is expected for a small HTTP client; lack of an explicit install step means the environment must already provide required runtime packages.
Credentials
The skill requires an Omnium Hub API Key at runtime (SKILL.md explicitly asks the agent to prompt for it) — this is proportional to a CRM client. However the registry metadata lists no required env vars or primary credential, so the need for a secret is not declared in metadata. Also examples encourage passing the key via the command line which is insecure. No other unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide configuration or modify other skills. It does allow autonomous invocation (platform default) but that alone is not a red flag here; nothing in the code attempts to persist credentials or escalate privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install omnium-hub-crm - 安装完成后,直接呼叫该 Skill 的名称或使用
/omnium-hub-crm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Omnium Hub CRM skill.
元数据
常见问题
Omnium Hub CRM 是什么?
Manage Omnium Hub CRM (contacts, opportunities, appointments). Use for all CRM-related tasks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 362 次。
如何安装 Omnium Hub CRM?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install omnium-hub-crm」即可一键安装,无需额外配置。
Omnium Hub CRM 是免费的吗?
是的,Omnium Hub CRM 完全免费(开源免费),可自由下载、安装和使用。
Omnium Hub CRM 支持哪些平台?
Omnium Hub CRM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Omnium Hub CRM?
由 omniumhub(@omniumhub)开发并维护,当前版本 v1.0.0。
推荐 Skills