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-relationsnpx skills add actinon-com/brass-monkey --skill odoo-relationsgit 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-relations)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-relations"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-relations.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.00031 | $0.00491 |
| Opus 5 | $0.00015 | $0.00246 |
| Sonnet 5 | $0.00006 | $0.00098 |
| Haiku 4.5 | $0.00003 | $0.00049 |
Grade A, and why
odoo-relations 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 Relations (Partners & Contacts)
This skill provides the agent with the expertise required to manage the res.partner ecosystem, which is the foundational directory for all people and organizations in Odoo.
Core Mandates
1. Snapshot Awareness (Dynamic Discovery)
- Mandate: The
partner-fields.jsonresource is a snapshot of common Odoo fields. It is NOT exhaustive. - Verification: If you need to interact with custom fields (e.g.,
x_studio_...) or if the user references fields not in your resource, you MUST callinspect_model(model: 'res.partner')to retrieve the current, live schema.
2. Hierarchy & "is_company"
The most critical field in this domain is is_company.
- Companies: Set
is_company: true. These act as "Parent" records. - Individuals: Set
is_company: false. These should typically have aparent_idlinking them to a Company.
2. Functional Roles
A single res.partner record can represent multiple roles simultaneously.
- Customer/Vendor: Managed via the
customer_rankandvendor_rankfields (or boolean flags in older versions). - Address Types: Use the
typefield to distinguish between 'contact', 'invoice', 'delivery', and 'other'.
3. Search-First Policy
To prevent data fragmentation and duplication:
- ALWAYS perform a
search_readusing the email address or VAT number before creating a new partner. - If a match is found, update the existing record rather than creating a duplicate.
4. Cross-Module Navigation
Partners are the "anchors" for almost every other Odoo module:
- Sales:
sale.order.partner_id - Finance:
account.move.partner_id - CRM:
crm.lead.partner_id - Support:
helpdesk.ticket.partner_id
Available Resources
partner-logic.md: Deep-dive into hierarchies, address inheritance, and functional logic.partner-fields.json: Dense technical map of commonres.partnerfields.
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 · 40 lines · 31 tokens per session scan A 0032fecd8e5c
odoo-relations is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 2d ago), licensed MIT. It adds 31 tokens to every session and 491 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.
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.