Manage Omnium Hub CRM (contacts, opportunities, appointments). Use for all CRM-related tasks.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill omnium-hub-crm --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Omnium Hub Crm?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-omnium-hub-crm)More formats (shields.io, HTML) on the badges page.
---
name: omnium-hub-crm
description: Manage Omnium Hub CRM (contacts, opportunities, appointments). Use for all CRM-related tasks.
---
# Omnium Hub Skill
This skill allows you to interact with the **Omnium Hub** CRM.
## Prerequisites
To use this skill, you need an **Omnium Hub API Key**.
- If you do not have an API key, ask the user for it: "Please provide your Omnium Hub API Key to proceed."
- Once provided, use it in the scripts below.
## Tools
### 1. Manage Contacts
Use `scripts/omnium_client.py` to manage contacts.
**Usage:**
```bash
python3 scripts/omnium_client.py --api-key "YOUR_KEY" contacts --action [lookup|create|update] --email "user@example.com" [other options]
```
**Actions:**
- `lookup`: Find a contact by email or phone.
- `create`: Create a new contact.
- `update`: Update an existing contact.
**Examples:**
* "Find the contact for john@example.com in Omnium Hub."
-> `python3 scripts/omnium_client.py --api-key "..." contacts --action lookup --email "john@example.com"`
* "Add Jane Doe (jane@test.com) to Omnium Hub."
-> `python3 scripts/omnium_client.py --api-key "..." contacts --action create --first-name "Jane" --last-name "Doe" --email "jane@test.com"`
### 2. Manage Opportunities
Use `scripts/omnium_client.py` with the `opportunities` command.
**Usage:**
```bash
python3 scripts/omnium_client.py --api-key "YOUR_KEY" opportunities --action list --pipeline-id "..."
```
## Troubleshooting
- **401 Unauthorized**: The API Key is invalid. Ask the user to check their Omnium Hub credentials.
- **404 Not Found**: The contact or resource does not exist.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!