← Back to Skills Marketplace
362
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install omnium-hub-crm
Description
Manage Omnium Hub CRM (contacts, opportunities, appointments). Use for all CRM-related tasks.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install omnium-hub-crm - After installation, invoke the skill by name or use
/omnium-hub-crm - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Omnium Hub CRM skill.
Metadata
Frequently Asked Questions
What is Omnium Hub CRM?
Manage Omnium Hub CRM (contacts, opportunities, appointments). Use for all CRM-related tasks. It is an AI Agent Skill for Claude Code / OpenClaw, with 362 downloads so far.
How do I install Omnium Hub CRM?
Run "/install omnium-hub-crm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Omnium Hub CRM free?
Yes, Omnium Hub CRM is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Omnium Hub CRM support?
Omnium Hub CRM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Omnium Hub CRM?
It is built and maintained by omniumhub (@omniumhub); the current version is v1.0.0.
More Skills