# Odoo AI Agent Skills

Odoo publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 1 Odoo repository, with install commands and source links.

Official page: https://skillscout.sh/official/odoo/
Markdown page: https://skillscout.sh/official/odoo/odoo_skills_skillscout.md
Vendor website: https://www.odoo.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/odoo/odoo_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Odoo skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### odoo/o-spreadsheet

Includes 2 official skills: o-spreadsheet-review, o-spreadsheet-testing.

Install:

```bash
npx skills add odoo/o-spreadsheet -y
```

Source: https://github.com/odoo/o-spreadsheet

## Individual skills

### o-spreadsheet-review

Official Odoo skill from odoo/o-spreadsheet.

Install:

```bash
npx skills add odoo/o-spreadsheet@o-spreadsheet-review -y
```

Package: odoo/o-spreadsheet
Source: https://github.com/odoo/o-spreadsheet/tree/19.0/.claude/skills/o-spreadsheet-review

### o-spreadsheet-testing

Official Odoo skill from odoo/o-spreadsheet.

Install:

```bash
npx skills add odoo/o-spreadsheet@o-spreadsheet-testing -y
```

Package: odoo/o-spreadsheet
Source: https://github.com/odoo/o-spreadsheet/tree/19.0/.claude/skills/o-spreadsheet-testing

## odoo/o-spreadsheet package overview

Includes 2 official skills: o-spreadsheet-review, o-spreadsheet-testing.

### Top skills in this package

- o-spreadsheet-review: Official Odoo skill from odoo/o-spreadsheet.
- o-spreadsheet-testing: Official Odoo skill from odoo/o-spreadsheet.

### Install

Install the full package:

```bash
npx skills add odoo/o-spreadsheet -y
```

Install a specific skill:

```bash
npx skills add odoo/o-spreadsheet@o-spreadsheet-review -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/odoo/o-spreadsheet#readme
