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-get-startednpx skills add actinon-com/brass-monkey --skill odoo-get-startedgit 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-get-started)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-get-started"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-get-started.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.00036 | $0.00648 |
| Opus 5 | $0.00018 | $0.00324 |
| Sonnet 5 | $0.00007 | $0.00130 |
| Haiku 4.5 | $0.00004 | $0.00065 |
Grade A, and why
odoo-get-started 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.
How it starts
The opening of the file, as written. The whole thing — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: Odoo Orientation (The Mandatory Start)
This skill ensures the agent establishes a comprehensive "World Map" of the Odoo environment immediately upon session start or when switching instances. Bypassing this step is a violation of project architecture.
Core Mandates
1. The "World Map" Protocol (NON-NEGOTIABLE)
- Mandate: Your ABSOLUTE FIRST action when starting a task in a new or unknown Odoo instance MUST be to call
get_environment. - Enforcement: Do NOT attempt
search_read,list_models, or any business logic untilget_environmenthas returned. - Reasoning: Odoo environments vary wildly by version, installed apps, and company structures. Starting "blind" leads to "hallucinated" field names and inefficient tool-chaining.
2. Interpreting the Environment & Company Context
When you receive the get_environment response, you must internalize:
- Version: Are you on Odoo v18 (current) or an older legacy version? (Methods and fields change between versions).
- User Context: What is your name and login? (Used for audit trails).
- Active Context (
active_context):- Programmatic Scope: View the root
active_contextpayload to see yourimplicit_allowed_company_ids. - Implicit Injection: Brass-Monkey automatically injects these company IDs into every query. You have global read visibility across all of them by default. Check the
multi_companyflag inactive_context— many instances are single-company, where company filtering is unnecessary. - Restricting Scope: On multi-company instances, to target a single organization do not alter user settings — apply an explicit domain filter on models that have a
company_idfield, e.g.,[['company_id', '=', ID]].
- Programmatic Scope: View the root
- Organization: How many companies exist? Which one is active? What are the local currencies and languages?
- Apps Manifest: (If
show_manifest: true) What modules are installed? (e.g., ifcrmis not installed, do not attempt to search for leads).
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 · 37 lines · 36 tokens per session scan A 4b1889d6a762
odoo-get-started is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 648 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.