odoo-ux

odoo-ux is a skill for Claude Code, Codex from actinon-com/brass-monkey. It costs 29 tokens per session (432 once invoked), scanned A, original, MIT.

A set of instructions for navigating Odoo's user interface, where menus open actions and actions open data views. Odoo is business software whose screens and behavior are defined partly by XML metadata.

In plain words
What is it for?
Use it to inspect or change Odoo navigation and interpret form, list, kanban, and XML view structures.
Why use it?
It helps an agent identify the correct menu, action, view, fields, tabs, and buttons when working in Odoo.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the brass-monkey plugin — 30 skills shipped together

Good fit Use it to inspect or change Odoo navigation and interpret form, list, kanban, and XML view structures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/actinon-com/brass-monkey/odoo-ux
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add actinon-com/brass-monkey --skill odoo-ux
Clone the repo
git clone --depth 1 https://github.com/actinon-com/brass-monkey

Made for: Claude Code, Codex.

Or install brass-monkey, the plugin that ships this one along with the rest of its 30 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for odoo-ux

README.md
[![agentmods](https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-ux.svg)](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-ux)
Your own site
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-ux"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-ux.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 432 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00432
Opus 5 $0.00015 $0.00216
Sonnet 5 $0.00006 $0.00086
Haiku 4.5 $0.00003 $0.00043

Measured 7d ago against content hash 380478405f08, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

odoo-ux scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/odoo-ux/SKILL.md · 31 lines

What it actually says

Skill: Odoo UX & Navigation

This skill provides the agent with the necessary expertise to navigate Odoo's user interface architecture and interpret frontend metadata.

Core Mandates

1. Navigation Flow

Odoo's UI is strictly hierarchical. When a user interacts with the system, the following flow occurs:

  1. Menu (ir.ui.menu): The user clicks a menu item.
  2. Action (ir.actions.act_window): The menu triggers an action that defines the target business model (e.g., sale.order) and the default view modes (e.g., tree,form).
  3. View (ir.ui.view): The action opens a specific view (Form, Tree/List, Kanban) representing the model's data.

2. Interpreting View XML

Odoo views are defined in XML (arch). When reading an architecture, look for these logical groupings:

  • <notebook> & <page>: Horizontal tabs used to categorize fields (e.g., "Order Lines", "Other Information").
  • <group>: A logical container that typically renders in two columns.
  • <field>: A specific data entry point. Look for attrs (invisible, readonly, required) for dynamic behavior.
  • <button>: Triggers a server-side method (e.g., action_confirm) or another UI action.

3. Filters & Defaults

  • Domain: A filter applied by the Action to restrict the records shown (e.g., [('state', '=', 'sale')]).
  • Context: Used to set default values for new records or toggle UI features (e.g., {'default_type': 'out_invoice'}).

Available Resources

  • qweb-basics.md: Reference for Odoo's XML templating directives.
  • owl-basics.md: Reference for the Odoo Web Library (OWL) components.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 31 lines · 29 tokens per session scan A 380478405f08

Subscribe to this mod's changes

odoo-ux is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed yesterday), licensed MIT. It adds 29 tokens to every session and 432 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

openai-frontend-design

Use for new frontend applications, dashboards, games, creative websites, hero sections, and visually driven UI from scratch, or when the user explicitly asks for a redesign/restyle/modernization. Builds from clean, airy, high-taste, readable image-generated concept design with section-specific references, faithful…

fcakyon/claude-codex-settings · 71 tokens

ultralytics-branding

This skill should be used when creating Ultralytics-branded content of any kind, including PDF, PPTX, Canva, or Google Slides presentations, DOCX documents, marketing or newsletter HTML emails, social media post copy or visuals, website or landing page designs, and dataset or model result visuals. Provides official…

fcakyon/claude-codex-settings · 90 tokens

lov-maintain-partners

Maintain the Skill Publisher website's partners section AND align partner logo rows on event posters / hero strips: reuse lov-find-logo for brand logo discovery, normalize collected logos to a 240px-tall content canvas (retina-ready), rasterize SVGs via rsvg-convert before normalizing (so SVG viewBox padding gets…

lovstudio/skills · 294 tokens

lov-professional-portrait

Turn a single-person photo into a polished professional portrait while preserving the person's identity. Use restrained skin retouching, exposure cleanup, optional hat removal and hairstyle reconstruction, background polish, and an explicit quality gate. Trigger when the user asks for a professional headshot, business…

lovstudio/skills · 139 tokens

lov-business-card

Generate a professional, editorial-style business card (2:1) as a high-resolution PNG and a self-contained interactive HTML. Collects the user's identity (name, roles, tagline, interests, locations, optional avatar), fills a parameterized design template with a chosen theme, and renders it via headless Chrome. Trigger…

lovstudio/skills · 124 tokens

lov-find-logo

A tool for collecting company or product logos from public web sources such as a website’s icon or social-preview image.

lovstudio/skills · 99 tokens