← Back to Skills Marketplace
335
Downloads
3
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install odoo
Description
Operate Odoo across CRM, sales, inventory, purchasing, and accounting with module-aware planning, read-before-write checks, and safe execution.
Usage Guidance
This skill appears to do what it says: guidance-only instructions for safely operating Odoo, with no installs or secret requests. Before installing: (1) Be aware it will create and read files under ~/odoo/ to store durable context — check those files and avoid storing passwords or exports there (the skill also advises that). (2) Decide whether you want the agent to remember an activation preference (it may make the skill trigger more often); you can keep it read-only. (3) Note the small metadata mismatch: the registry reports no required config paths but SKILL.md lists ~/odoo/ — confirm you’re comfortable with the skill writing that directory. (4) At runtime you’ll still need to supply Odoo credentials to perform writes or API calls; grant only minimal required access and require explicit confirmation for destructive actions. If you want, ask the publisher to clarify the configPaths/registry inconsistency and to confirm memory retention policies.
Capability Analysis
Type: OpenClaw Skill
Name: odoo
Version: 1.0.0
The Odoo skill bundle is a well-structured set of instructions and documentation designed to help an AI agent manage Odoo ERP systems safely. It emphasizes a 'read-before-write' approach, requires explicit user confirmation for destructive actions, and includes a dedicated 'Safety Ladder' (safety.md) to prevent data corruption. The skill uses a local directory (~/odoo/) for context persistence but explicitly forbids storing credentials, tokens, or sensitive financial data, and it relies on standard Odoo APIs (XML-RPC/JSON-RPC) for its operations without any evidence of malicious execution or data exfiltration.
Capability Assessment
Purpose & Capability
The name/description (Odoo ERP operations) match the instructions (module-aware, read-before-write workflow). The skill correctly does not request unrelated cloud credentials or binaries. One minor inconsistency: the registry metadata lists "Required config paths: none" while the SKILL.md includes metadata/configPaths pointing at ~/odoo/ — the skill expects to store memory on disk even though the registry claim is 'none.'
Instruction Scope
All runtime instructions focus on Odoo workflows, reporting, imports, triage, and safe write patterns. The skill explicitly requires discovery first, read-before-write, previews, and explicit confirmation for destructive operations. It does reference and instruct creating/reading files under ~/odoo/ for durable memory; it also explicitly warns never to store credentials or exported sensitive data in that memory.
Install Mechanism
There is no install spec and no code files — this is instruction-only, which minimizes installation exposure. No downloads, packages, or binaries are required.
Credentials
The skill declares no required environment variables or credentials. Runtime access depends on the user's Odoo instance and existing credentials (which the skill does not request). That is proportionate for an operator-style skill.
Persistence & Privilege
The skill persists lightweight 'memory' under ~/odoo/ (instances, modules, operating defaults) and suggests storing an activation preference in main memory so it may activate later when Odoo is mentioned. always:false and normal autonomous invocation are used. This persistent memory is reasonable for convenience but is a behavior the user should be aware of and control.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install odoo - After installation, invoke the skill by name or use
/odoo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Turns generic Odoo help into a module-aware workflow for safer reporting, imports, integrations, and business operations.
Metadata
Frequently Asked Questions
What is Odoo?
Operate Odoo across CRM, sales, inventory, purchasing, and accounting with module-aware planning, read-before-write checks, and safe execution. It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.
How do I install Odoo?
Run "/install odoo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Odoo free?
Yes, Odoo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Odoo support?
Odoo is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Odoo?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills