odoo-workspace

odoo-workspace is a skill for Claude Code from actinon-com/brass-monkey. It costs 19 tokens per session (352 once invoked), scanned A, original, MIT.

A skill for managing several Odoo environments, where Odoo is business software that can run separate development, testing, and production instances.

In plain words
What is it for?
Use it to add and verify instances, list configured environments, switch the default instance, and target a specific instance for an operation.
Why use it?
It keeps environment selection and authentication organized so work is performed against the intended Odoo database.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to add and verify instances, list configured environments, switch the…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/actinon-com/brass-monkey/odoo-workspace
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 actinon-com/brass-monkey --skill odoo-workspace
Clone the repo
git clone --depth 1 https://github.com/actinon-com/brass-monkey

Made for: Claude Code.

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-workspace

README.md
[![agentmods](https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-workspace.svg)](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-workspace)
Your own site
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-workspace"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-workspace.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 352 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.00019 $0.00352
Opus 5 $0.00010 $0.00176
Sonnet 5 $0.00004 $0.00070
Haiku 4.5 $0.00002 $0.00035

Measured 6d ago against content hash 1a9ee147d449, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

odoo-workspace 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 6d 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-workspace/SKILL.md · 28 lines

What it actually says

Skill: Odoo Workspace Management

This skill provides the agent with the expertise required to manage multiple Odoo environments, handle authentication, and switch between instances.

Core Mandates

1. Multi-Instance Architecture

Brass-Monkey can manage multiple Odoo environments simultaneously. Each environment is identified by a unique instance_alias (e.g., "prod", "staging", "dev").

2. Configuration & Setup

  • Initial Setup: If no instances are configured, use setup_instance to add the first one. You will need the Odoo URL, database name, username, and password/API key.
  • Verification: setup_instance automatically validates credentials by attempting to authenticate.
  • Discovery: Use list_instances to see which environments are currently configured.

3. Session Defaults & Switching

  • Default Instance: By default, tool calls use the first configured instance or the one set via switch_instance.
  • Contextual Execution: You can override the default for any tool call by providing the instance_alias parameter.
  • Workflow: Use switch_instance to change the primary environment for a session. After switching, always call get_environment to confirm the new context (User, DB, Version).

4. Cross-Instance Operations

You can move data between environments by reading from one instance and creating on another:

  1. data = search_read(model: '...', instance_alias: 'prod')
  2. create_record(model: '...', values: data, instance_alias: 'staging')
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. 6d ago First seen · 28 lines · 19 tokens per session scan A 1a9ee147d449

Subscribe to this mod's changes

odoo-workspace is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 3d ago), licensed MIT. It adds 19 tokens to every session and 352 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.

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

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

neo4j-modeling-skill

Design, review, and refactor Neo4j graph data models. Use when choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns (generic labels, supernodes, missing constraints), designing intermediate nodes for n-ary relationships, enforcing schema with…

neo4j-contrib/neo4j-skills · 152 tokens