odoo-products

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

Guidance for managing products in Odoo, including product templates and their specific variants. A template describes the general product, while a variant is a particular combination such as size and color.

In plain words
What is it for?
Use it to inspect live product fields, choose the correct product record for stock or sales operations, manage attributes, and check variant counts before changes.
Why use it?
It helps prevent incorrect product records, unsafe catalog changes, and accidental creation of too many variants.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to inspect live product fields, choose the correct product record for stock or sales operations, manage attributes, and check variant counts before changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/actinon-com/brass-monkey/odoo-products
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-products
Clone the repo
git clone --depth 1 https://github.com/actinon-com/brass-monkey

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-products/github.svg)](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-products)
Your own site
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-products"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-products/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for odoo-products

Your own site · 80×15
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-products"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-products.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 574 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.00030 $0.00574
Opus 5 $0.00015 $0.00287
Sonnet 5 $0.00006 $0.00115
Haiku 4.5 $0.00003 $0.00057

Measured 8d ago against content hash bb75cc86f8ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

odoo-products 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 8d 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-products/SKILL.md · 43 lines

How it starts

The opening of the file, as written. The whole thing — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: Odoo Product Management

This skill provides the agent with the expertise required to manage Odoo's product catalog, covering both the general templates and specific product variants.

Core Mandates

1. Snapshot Awareness (Dynamic Discovery)

  • Mandate: The product-fields.json resource is a snapshot of common Odoo fields. It is NOT exhaustive.
  • Verification: If you need to interact with custom fields or if the user references attributes not in your resource, you MUST call inspect_model on product.template or product.product to retrieve the "Live Truth".

2. Template vs. Variant

  • Mandate: When executing stock moves, sales lines, or purchase lines, ALWAYS use the ID from product.product.

2. Attribute Immutability & Safety

  • Mandate: NEVER attempt to modify attribute_line_ids on a product.template that has historical transactions. This is a destructive operation in Odoo.
  • Variant Explosion: Before adding attributes, calculate the total number of variants (Product A x Attribute B x Attribute C). If the resulting count exceeds 50, you MUST seek explicit confirmation from the user due to performance risks.

3. Category-Based Configuration

  • Mandate: Do not assume accounting properties (Income/Expense accounts) are set on the product level. Always check the linked product.category if these fields are null. The category also determines the inventory valuation method (FIFO/AVCO/Standard).

4. Product Types (type field)

  • consu (Goods): Tangible merchandise (storable if is_storable is true).
  • service: Intangible services (never tracked in inventory).
  • combo: A set of other products sold together.

3. Price & Cost

  • list_price: The base Sales Price (on Template).
  • standard_price: The Cost price. Note: This is company-dependent in many configurations.
  • price_extra: Additional cost added to a specific Variant (on Product).

4. Search Workflow

To find a specific product efficiently:

  1. Reference First: Search by barcode or default_code (Internal Reference).
  2. Variants: If searching for a specific configuration, search product.product directly using attribute values.

Read the full file on GitHub · 43 lines

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. 8d ago First seen · 43 lines · 30 tokens per session scan A bb75cc86f8ad

Subscribe to this mod's changes

odoo-products is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 2d ago), licensed MIT. It adds 30 tokens to every session and 574 once invoked, about $0.0002 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

retail-expert

Expert-level retail systems, POS, inventory management, e-commerce, customer analytics, and omnichannel retail. Use when the user mentions POS, ecommerce, inventory, CRM, or omnichannel, or when the task involves Retail Systems, Omnichannel Retail, Technologies, or POS Operations.

personamanagmentlayer/pcl · 62 tokens

sap-ariba

This skill handles all SAP Ariba tasks including Sourcing (RFx, e-Auction), Contracts, Procurement (catalog, requisition, PR-to-PO), Supplier Lifecycle & Performance (SLP), Spend Analysis, Network (supplier collaboration), Buying & Invoicing, Guided Buying, integration with S/4HANA (CIG / Ariba Network Adapter)…

BoxLogoDev/sapstack · 143 tokens

sap-wm

This skill handles SAP WM (Warehouse Management — ECC legacy module) including Warehouse Structure (LS01N/LS02N), Storage Type/Section/Bin (LS01/LS03N), Transfer Order (LT01/LT03/LT0E), Transfer Requirement (LB01/LB10), Picking/Putaway Strategies, WM-MM/SD Integration, Physical Inventory (LI01N/LI02N), and…

BoxLogoDev/sapstack · 202 tokens

dynamics365-expert

Expert in Dynamics 365 platform, model-driven apps, canvas apps, Power Automate flows, Dataverse, plugins, and custom workflows. Use when the user mentions Microsoft platforms, ERP, CRM, business apps, the Power Platform, or Dataverse, or when the task involves Dynamics 365 Applications, Dataverse Platform…

personamanagmentlayer/pcl · 80 tokens

kingdee-query

A natural-language assistant for querying and operating Kingdee Cloud Galaxy, an enterprise resource planning system for business records such as orders, inventory, materials, customers, and production.

WaHaiLong/KingdeeMCP · 109 tokens

upgrade-stripe

Guide for upgrading Stripe API versions and SDKs.

fcakyon/claude-codex-settings · 13 tokens