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 skills add actinon-com/brass-monkey --skill odoo-workspacegit 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-workspace)<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>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.00019 | $0.00352 |
| Opus 5 | $0.00010 | $0.00176 |
| Sonnet 5 | $0.00004 | $0.00070 |
| Haiku 4.5 | $0.00002 | $0.00035 |
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.
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_instanceto add the first one. You will need the Odoo URL, database name, username, and password/API key. - Verification:
setup_instanceautomatically validates credentials by attempting to authenticate. - Discovery: Use
list_instancesto 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_aliasparameter. - Workflow: Use
switch_instanceto change the primary environment for a session. After switching, always callget_environmentto 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:
data = search_read(model: '...', instance_alias: 'prod')create_record(model: '...', values: data, instance_alias: 'staging')
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.
- 6d ago First seen · 28 lines · 19 tokens per session scan A 1a9ee147d449
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.
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…
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.
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…