A comprehensive Odoo 19 ERP connector for OpenClaw that enables full business management through natural language chat commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install odoo-connector
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install odoo-connector using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Odoo ERP Connector is a professional-grade integration designed to bridge the gap between OpenClaw and Odoo 19. By leveraging this tool within your Openclaw Skills library, you can control over 150 business modules—ranging from Sales and CRM to Manufacturing and Fleet Management—using simple, conversational commands. It eliminates the need to navigate complex ERP menus, allowing for faster data entry and retrieval.
This skill is built with a sophisticated architecture involving a low-level XML-RPC wrapper and high-level smart action handlers. It supports sophisticated business logic, ensuring that every interaction with your Odoo instance is efficient, accurate, and deeply integrated into your existing workflows.
To add this connector to your collection of Openclaw Skills, run the following command in your terminal:
npx clawhub install odoo-erp-connector
Next, configure your connection by creating a config.json file in the skill directory:
{
"url": "http://localhost:8069",
"db": "your_database",
"username": "[email protected]",
"api_key": "your_api_key"
}
You can also provide these credentials via environment variables such as ODOO_URL, ODOO_DB, ODOO_USERNAME, and ODOO_API_KEY for secure deployments.
The skill organizes business data through dedicated Model Ops classes that map directly to Odoo 19 core modules:
| Functional Area | Odoo Model | Description |
|---|---|---|
| Partner Management | res.partner |
Handles customers, vendors, and contact records. |
| Sales Order | sale.order |
Manages quotations, sales lines, and order states. |
| Inventory | stock.quant |
Tracks stock levels, product variants, and reordering. |
| CRM | crm.lead |
Manages leads, opportunities, and sales pipelines. |
| Project | project.task |
Tracks projects, tasks, and timesheet entries. |
Loading
A comprehensive workflow to onboard autonomous AI agents into the on-chain economy via ERC-8004 registration and AgentBeat indexing.

A communication framework for AI agents to eliminate fluff and deliver clear, specific, and impactful content.

A real-time intelligence tool that scouts social signals from X and Reddit to reveal trending topics, competitor weaknesses, and high-value content gaps.

An AI-powered skill for generating professional PDF lead magnets, checklists, and frameworks to accelerate subscriber growth.

A comprehensive automation skill for managing HackMD documents, supporting full CRUD operations and intelligent change tracking.

An autonomous AI agent skill for generating, minting, and managing NFT art collections on the Base blockchain.








































