odoo-owl

odoo-owl is a skill for Claude Code, Codex from chama-x/GroundRules. It costs 90 tokens per session (512 once invoked), scanned A, original, MIT.

A guide for building Odoo frontend interfaces with OWL, Odoo’s component framework for interactive web screens. It covers components, templates, state, events, hooks, registries, assets, debugging, and version differences.

In plain words
What is it for?
Use it to build or modify Odoo components, templates, JavaScript and XML files, reactive state, form interactions, registries, and frontend assets, or to migrate older OWL code.
Why use it?
It helps developers adapt frontend code to the actual Odoo and OWL version instead of relying on incompatible examples. It also explains how frontend code connects to Odoo’s web client and asset system.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/chama-x/groundrules/odoo-owl
Any agent
npx skills add chama-x/GroundRules --skill odoo-owl
Clone the repo
git clone --depth 1 https://github.com/chama-x/GroundRules

Made for: Claude Code, Codex.

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-owl

README.md
[![agentmods](https://agentmods.dev/badge/skills/chama-x/groundrules/odoo-owl.svg)](https://agentmods.dev/skills/chama-x/groundrules/odoo-owl)
Your own site
<a href="https://agentmods.dev/skills/chama-x/groundrules/odoo-owl"><img src="https://agentmods.dev/badge/skills/chama-x/groundrules/odoo-owl.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00090 $0.00512
Opus 5 $0.00045 $0.00256
Sonnet 5 $0.00018 $0.00102
Haiku 4.5 $0.00009 $0.00051

Measured 5d ago against content hash 2d5500ec927e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

odoo-owl 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 5d 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.

.agents/archive/v3/skill_odoo-discipline/skills/odoo-owl/SKILL.md · 32 lines

What it actually says

Odoo OWL

Use this skill for OWL frontend work in Odoo addons or standalone Owl applications.

First Move

Do not assume OWL 3. First detect the actual OWL/Odoo frontend version from local source and project code:

  • Odoo version from branch, manifests, docs, or config.
  • Local OWL source under $ODOO_SOURCE when set, especially addons/web/static/lib/owl or equivalent.
  • Existing imports from @odoo/owl, owl, @web/*, and local frontend conventions.
  • Asset declarations in __manifest__.py and existing static/src/js, static/src/xml, and static/src/scss patterns.

Use the OWL 3 references only when the target project actually uses OWL 3. For older Odoo versions, local source and existing project conventions supersede this skill's OWL 3 notes.

Route The Task

Always Apply

Keep UI state explicit and reactive. Prefer small components with clear props and events. Avoid mutating props. Clean up listeners and external resources with lifecycle hooks. Treat unsafe HTML as a security boundary. Verify asset bundle registration and template loading before blaming OWL behavior.

Files

What ships with it

5 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. 5d ago First seen · 32 lines · 90 tokens per session scan A 2d5500ec927e

Subscribe to this mod's changes

odoo-owl is a skill published in the GitHub repository chama-x/GroundRules (5 stars, last pushed 22d ago), licensed MIT. It adds 90 tokens to every session and 512 once invoked, about $0.0005 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.