odoo-inventory-optimizer

odoo-inventory-optimizer is a skill for Claude Code, Codex from tmolavi/mcp-agent-skills-hub. It costs 38 tokens per session (981 once invoked), scanned A, original, MIT.

A guide to managing Odoo warehouse inventory, including stock costing, reorder points, storage placement, routes, and multi-step warehouse operations.

In plain words
What is it for?
Use it to configure FIFO or AVCO costing, replenishment rules, putaway locations, warehouse routes, and flows such as receiving, quality checks, and delivery.
Why use it?
It helps reduce stockouts, incorrect inventory values, misplaced products, and unclear receiving or delivery processes.

Skill for Claude CodeCodex

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

Good fit Use it to configure FIFO or AVCO costing, replenishment rules, putaway locations, warehouse routes, and flows such as receiving, quality checks, and delivery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tmolavi/mcp-agent-skills-hub/odoo-inventory-optimizer
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 tmolavi/mcp-agent-skills-hub --skill odoo-inventory-optimizer
Clone the repo
git clone --depth 1 https://github.com/tmolavi/mcp-agent-skills-hub

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-inventory-optimizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/tmolavi/mcp-agent-skills-hub/odoo-inventory-optimizer/github.svg)](https://agentmods.dev/skills/tmolavi/mcp-agent-skills-hub/odoo-inventory-optimizer)
Your own site
<a href="https://agentmods.dev/skills/tmolavi/mcp-agent-skills-hub/odoo-inventory-optimizer"><img src="https://agentmods.dev/badge/skills/tmolavi/mcp-agent-skills-hub/odoo-inventory-optimizer/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-inventory-optimizer

Your own site · 80×15
<a href="https://agentmods.dev/skills/tmolavi/mcp-agent-skills-hub/odoo-inventory-optimizer"><img src="https://agentmods.dev/badge/skills/tmolavi/mcp-agent-skills-hub/odoo-inventory-optimizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 981 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.00038 $0.00981
Opus 5 $0.00019 $0.00491
Sonnet 5 $0.00008 $0.00196
Haiku 4.5 $0.00004 $0.00098

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

Security

Grade A, and why

odoo-inventory-optimizer 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-inventory-optimizer/SKILL.md · 112 lines

How it starts

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

Odoo Inventory Optimizer

Overview

This skill helps you configure and optimize Odoo Inventory for accuracy, efficiency, and traceability. It covers stock valuation methods, reordering rules, putaway strategies, warehouse routes, and multi-step flows (receive → quality → store).

When to Use This Skill

  • Choosing and configuring FIFO vs AVCO stock valuation.
  • Setting up minimum stock reordering rules to avoid stockouts.
  • Designing a multi-step warehouse flow (2-step receipt, 3-step delivery).
  • Configuring putaway rules to direct products to specific storage locations.
  • Troubleshooting negative stock, incorrect valuation, or missing moves.

How It Works

  1. Activate: Mention @odoo-inventory-optimizer and describe your warehouse scenario.
  2. Configure: Receive step-by-step configuration instructions with exact Odoo menu paths.
  3. Optimize: Get recommendations for reordering rules and stock accuracy improvements.

Examples

Example 1: Enable FIFO Stock Valuation

Menu: Inventory → Configuration → Settings

Enable: Storage Locations
Enable: Multi-Step Routes
Costing Method: (set per Product Category, not globally)

Menu: Inventory → Configuration → Product Categories → Edit

  Category: All / Physical Goods
  Costing Method: First In First Out (FIFO)
  Inventory Valuation: Automated
  Account Stock Valuation: [Balance Sheet inventory account]
  Account Stock Input:   [Stock Received Not Billed]
  Account Stock Output:  [Stock Delivered Not Invoiced]

Example 2: Set Up a Min/Max Reordering Rule

Menu: Inventory → Operations → Replenishment → New

Product: Office Paper A4
Location: WH/Stock
Min Qty: 100   (trigger reorder when stock falls below this)
Max Qty: 500   (purchase up to this quantity)
Multiple Qty: 50  (always order in multiples of 50)
Route: Buy    (triggers a Purchase Order automatically)
       or Manufacture (triggers a Manufacturing Order)

Example 3: Configure Putaway Rules

Menu: Inventory → Configuration → Putaway Rules → New

Purpose: Direct products from WH/Input to specific bin locations

Rules:
  Product Category: Refrigerated Goods
    → Location: WH/Stock/Cold Storage

  Product: Laptop Model X
    → Location: WH/Stock/Electronics/Shelf A

  (leave Product blank to apply the rule to an entire category)

Result: When a receipt is validated, Odoo automatically suggests
the correct destination location per product or category.

Read the full file on GitHub · 112 lines

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 · 112 lines · 38 tokens per session scan A 0c04b8db0612

Subscribe to this mod's changes

odoo-inventory-optimizer is a skill published in the GitHub repository tmolavi/mcp-agent-skills-hub (8 stars, last pushed 15d ago), licensed MIT. It adds 38 tokens to every session and 981 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-09-03.

Related

Other skills, from other repositories

inventory-forecasting

Forecast inventory needs using demand analysis, safety stock calculations, reorder point optimization, and seasonal adjustment.

w95/awesome-claude-corporate-skills · 23 tokens

data-pro-skill

Market research data analysis meta-prompt. Transforms raw quantitative and qualitative data into dense, Tufte-style analytical documents. Document-driven. Invisible agent loop: Statistician -> Critic -> Tufte Designer. Commands: /dps-setup, /dps-cross, /dps-inject-open, /dps-export. Modes: /dps-mode:quant…

pablodiegoo/Data-Pro-Skill · 101 tokens

webshop-attribute-verifier

Verifies product attributes on a web shop detail page by extracting price, comparing color availability, validating specifications, and confirming option selections against user requirements before purchase. Use when you need to check if a product matches requirements, verify product details before buying, confirm…

zjunlp/SkillNet · 119 tokens

kunze-ad-setup

Codex-native Amazon PPC setup workflow using Kunze's broader ecosystem-driven strategy. Use when the user wants LaunchFast-driven bulk-sheet generation with broad and phrase coverage, gap analysis, and a campaign package written to disk.

hashgraph-online/awesome-codex-plugins · 53 tokens

webshop-product-selector

Selects the most promising product candidate from a filtered shortlist for detailed inspection. Use when you are on a search results page with multiple viable items and need to make a final selection based on a heuristic such as best feature match or lowest price. Triggers navigation to the selected product's detail…

zjunlp/SkillNet · 69 tokens

webshop-purchase-executor

Executes the purchase action for a confirmed suitable product on an e-commerce page. Use when a product has been verified against the user's requirements (price, attributes) and the decision is to buy. Performs a click[Buy Now] action on the purchase button to complete the transaction.

zjunlp/SkillNet · 63 tokens