odoo-get-started

odoo-get-started is a skill for Claude Code, Codex from actinon-com/brass-monkey. It costs 36 tokens per session (648 once invoked), scanned A, original, MIT.

A required starting guide for understanding an Odoo installation before using other tools. Odoo is business software whose available apps, data, version, company setup, and permissions can differ between installations.

In plain words
What is it for?
Use it first to identify the Odoo version, logged-in user, active settings, company context, installed apps, and permissions.
Why use it?
It prevents work based on incorrect assumptions about the current Odoo environment, such as using fields or methods that are unavailable.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/actinon-com/brass-monkey/odoo-get-started
Any agent
npx skills add actinon-com/brass-monkey --skill odoo-get-started
Clone the repo
git clone --depth 1 https://github.com/actinon-com/brass-monkey

Made for: Claude Code, Codex.

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-get-started

README.md
[![agentmods](https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-get-started.svg)](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-get-started)
Your own site
<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>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 648 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00036 $0.00648
Opus 5 $0.00018 $0.00324
Sonnet 5 $0.00007 $0.00130
Haiku 4.5 $0.00004 $0.00065

Measured 5d ago against content hash 4b1889d6a762, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

skills/odoo-get-started/SKILL.md · 37 lines

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 until get_environment has 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_context payload to see your implicit_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_company flag in active_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_id field, e.g., [['company_id', '=', ID]].
  • 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., if crm is not installed, do not attempt to search for leads).

Read the full file on GitHub · 37 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. 5d ago First seen · 37 lines · 36 tokens per session scan A 4b1889d6a762

Subscribe to this mod's changes

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.

Related

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…

personamanagmentlayer/pcl · 80 tokens

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.

codeyogi911/able · 70 tokens

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"…

Priivacy-ai/spec-kitty · 135 tokens

mcp-scripting

Write mcpScript JavaScript for discovering, inspecting, and calling MCP tools.

nicobailon/pi-mcp-adapter · 21 tokens

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…

fcakyon/claude-codex-settings · 98 tokens

polar-local-environment

This skill should be used when setting up or managing Polar local development environment with Docker.

fcakyon/claude-codex-settings · 22 tokens