marcfargasmarcfargasCommunityยท1 Agent Skills Included

odoo-toolbox

Odoo ERP integration, record management, and schema introspection

Connects to any Odoo ERP instance to search, create, update, and delete records through a CLI or TypeScript client. Eliminates manual clicking in the Odoo web interface and guesswork around domains, field types, and module management. Includes tested knowledge modules covering mail, timesheets, attendance, accounting, and schema discovery so workflows run correctly the first time.
npx skills add marcfargas/odoo-toolbox --all -g -y
Available:

Directs the agent to load the correct Odoo knowledge module for each task and to use the shared client services instead of embedding business logic in skills.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install odoo-toolbox?โ–ผ

Run `npx skills add marcfargas/odoo-toolbox --all -g -y` in your terminal to install all Odoo skills globally.

How to manage Odoo records from the command line?โ–ผ

Set your ODOO_URL, ODOO_DB, ODOO_USER, and ODOO_PASSWORD environment variables, then use commands like `odoo records search res.partner` or `odoo records create` with a `--confirm` flag for writes.

Can AI agents work with Odoo ERP safely?โ–ผ

Yes. Every operation is classified as READ, WRITE, or DESTRUCTIVE, and destructive actions like deletes or module uninstalls require explicit confirmation flags.

Does odoo-toolbox work with Claude Code and Cursor?โ–ผ

Yes. The skills follow the standard SKILL.md format and load on demand in Claude Code, Cursor, and other compatible agents.

Can I use odoo-toolbox without writing code?โ–ผ

Yes. The odoo CLI covers records, mail, modules, timesheets, attendance, and accounting through simple terminal commands with no scripting required.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’