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 agentmods add skills/actinon-com/brass-monkey/odoo-purchasingnpx skills add actinon-com/brass-monkey --skill odoo-purchasinggit 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-purchasing)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-purchasing"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-purchasing.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 | $0.00029 | $0.00465 |
| Opus 5 | $0.00015 | $0.00233 |
| Sonnet 5 | $0.00006 | $0.00093 |
| Haiku 4.5 | $0.00003 | $0.00047 |
Grade A, and why
odoo-purchasing 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.
What it actually says
Skill: Odoo Purchasing & Procurement
This skill provides the agent with high-level functional expertise in Odoo's Purchasing engine, covering Requests for Quotation (RFQs), Purchase Orders (POs), and Vendor Price management.
Core Mandates
1. The Procurement Lifecycle
- States:
draft(RFQ) ->sent(RFQ Sent) ->purchase(Confirmed PO) ->done(Locked) ->cancel. - Confirmation Trigger: Confirming a PO (
button_confirm) is a critical event that automatically triggers incoming Receipts (stock.picking) in the Inventory module.
2. Vendor Pricing & Lead Times
- Pricelists: Supplier pricing is managed via Vendor Pricelists (
product.supplierinfo). - Data Pulling: When adding a product to a PO line, Odoo automatically retrieves the price, discount, and lead time from the best-matching
supplierinforecord for that Vendor. - Mandate: Always verify if a
supplierinforecord exists before manually overriding prices.
3. Billing Control (3-Way Matching)
Understand when a vendor bill should be recorded:
- Ordered Quantities: Bill the vendor for the full amount as soon as the PO is confirmed.
- Received Quantities: ONLY bill for what has been physically received in the warehouse.
- Mandate: Use the
qty_receivedfield to verify arrivals before suggesting the creation of anaccount.move(Vendor Bill).
4. Advanced Fulfillment (Dropshipping)
- Workflow: If the customer's address is used as the
dest_address_id, the vendor ships directly to the customer. The agent must understand that no internal stock move occurs, but theqty_receivedmust still be validated to trigger billing.
Available Resources
purchasing-logic.md: Deep-dive into Billing Control, Supplierinfo evaluation, and Dropshipping.purchasing-fields.json: Dense technical map of fields for Order, Line, and Supplierinfo models.
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.
- 5d ago First seen · 32 lines · 29 tokens per session scan A 45064934cc07
odoo-purchasing 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 465 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
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…
deploy-able
Drive an Able Desk deployment onto the user's own Cloudflare account, in order, stopping at every step only a human can complete. Use when the user wants to deploy Able, set it up for their business, stand up a support desk, resume a half-finished deployment, or check what is left before real customers can be served.
spec-kitty-charter-doctrine
Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…
mcp-scripting
Write mcpScript JavaScript for discovering, inspecting, and calling MCP tools.
mongodb-query-optimizer
Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…
polar-local-environment
This skill should be used when setting up or managing Polar local development environment with Docker.