This is a full-featured Odoo ERP integration that gives you both a CLI and a TypeScript library for working with any Odoo instance. The CLI is genuinely useful for quick record lookups, posting chatter notes, and checking module status without writing code. The library wraps Odoo's XML-RPC API with proper TypeScript types and domain-specific helpers for mail, timesheets, attendance, and accounting. Exit codes are well-defined, safety levels are clearly marked (read vs. write vs. destructive), and it handles Odoo's quirks like read/write field asymmetry and multi-company contexts. If you're automating Odoo workflows or just tired of clicking through the web UI, this covers the common cases well.
npx skills add https://github.com/marcfargas/odoo-toolbox --skill odoo