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.
npx skills add actinon-com/brass-monkey --skill odoo-uxgit clone --depth 1 https://github.com/actinon-com/brass-monkeyWrote 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.
[](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-ux)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Menu (
ir.ui.menu): The user clicks a menu item. - 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). - 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 forattrs(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.
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.
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.
- 7d ago First seen · 31 lines · 29 tokens per session scan A 380478405f08
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.
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…
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…
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…
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…
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…
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.