# HAV Media AI Agent Skills

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

Browse 8 official AI agent skills across 1 HAV Media repository, with install commands and source links.

Official page: https://skillscout.sh/official/havmedia/
Markdown page: https://skillscout.sh/official/havmedia/havmedia_skills_skillscout.md
Vendor website: https://hav.media/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/havmedia/havmedia_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant HAV Media 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

### havmedia/odoo-boost

Includes 8 official skills: automated_actions, controllers_routes, creating_models, owl_components, report_development, security_rules.

Install:

```bash
npx skills add havmedia/odoo-boost -y
```

Source: https://github.com/havmedia/odoo-boost

## Individual skills

### automated_actions

Official HAV Media skill from havmedia/odoo-boost.

Install:

```bash
npx skills add havmedia/odoo-boost@automated_actions -y
```

Package: havmedia/odoo-boost
Source: https://github.com/havmedia/odoo-boost/tree/main/src/odoo_boost/skills/automated_actions

### controllers_routes

Official HAV Media skill from havmedia/odoo-boost.

Install:

```bash
npx skills add havmedia/odoo-boost@controllers_routes -y
```

Package: havmedia/odoo-boost
Source: https://github.com/havmedia/odoo-boost/tree/main/src/odoo_boost/skills/controllers_routes

### creating_models

Official HAV Media skill from havmedia/odoo-boost.

Install:

```bash
npx skills add havmedia/odoo-boost@creating_models -y
```

Package: havmedia/odoo-boost
Source: https://github.com/havmedia/odoo-boost/tree/main/src/odoo_boost/skills/creating_models

### owl_components

Official HAV Media skill from havmedia/odoo-boost.

Install:

```bash
npx skills add havmedia/odoo-boost@owl_components -y
```

Package: havmedia/odoo-boost
Source: https://github.com/havmedia/odoo-boost/tree/main/src/odoo_boost/skills/owl_components

### report_development

Official HAV Media skill from havmedia/odoo-boost.

Install:

```bash
npx skills add havmedia/odoo-boost@report_development -y
```

Package: havmedia/odoo-boost
Source: https://github.com/havmedia/odoo-boost/tree/main/src/odoo_boost/skills/report_development

### security_rules

Official HAV Media skill from havmedia/odoo-boost.

Install:

```bash
npx skills add havmedia/odoo-boost@security_rules -y
```

Package: havmedia/odoo-boost
Source: https://github.com/havmedia/odoo-boost/tree/main/src/odoo_boost/skills/security_rules

### testing

Official HAV Media skill from havmedia/odoo-boost.

Install:

```bash
npx skills add havmedia/odoo-boost@testing -y
```

Package: havmedia/odoo-boost
Source: https://github.com/havmedia/odoo-boost/tree/main/src/odoo_boost/skills/testing

### xml_views

Official HAV Media skill from havmedia/odoo-boost.

Install:

```bash
npx skills add havmedia/odoo-boost@xml_views -y
```

Package: havmedia/odoo-boost
Source: https://github.com/havmedia/odoo-boost/tree/main/src/odoo_boost/skills/xml_views

## havmedia/odoo-boost package overview

Includes 8 official skills: automated_actions, controllers_routes, creating_models, owl_components, report_development, security_rules.

### Top skills in this package

- automated_actions: Official HAV Media skill from havmedia/odoo-boost.
- controllers_routes: Official HAV Media skill from havmedia/odoo-boost.
- creating_models: Official HAV Media skill from havmedia/odoo-boost.
- owl_components: Official HAV Media skill from havmedia/odoo-boost.
- report_development: Official HAV Media skill from havmedia/odoo-boost.
- security_rules: Official HAV Media skill from havmedia/odoo-boost.
- testing: Official HAV Media skill from havmedia/odoo-boost.
- xml_views: Official HAV Media skill from havmedia/odoo-boost.

### Install

Install the full package:

```bash
npx skills add havmedia/odoo-boost -y
```

Install a specific skill:

```bash
npx skills add havmedia/odoo-boost@automated_actions -y
```

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

Source: https://github.com/havmedia/odoo-boost#readme
