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-hrgit 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-hr)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-hr"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-hr.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.00030 | $0.00482 |
| Opus 5 | $0.00015 | $0.00241 |
| Sonnet 5 | $0.00006 | $0.00096 |
| Haiku 4.5 | $0.00003 | $0.00048 |
Grade A, and why
odoo-hr 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 Human Resources (HR)
This skill provides the agent with functional expertise in Odoo's HR module, covering Employee management, Departmental structures, and Employment contracts.
Core Mandates
1. The Internal Identity (The Holy Trinity)
In Odoo, an internal person is represented by three linked records:
- Employee (
hr.employee): The operational record (Manager, Department, Job). - User (
res.users): The system access record (Login, Permissions). - Partner (
res.partner): The communication record (Email, Phone, Address). - Mandate: When creating an employee, always verify if a
res.usersrecord already exists to ensure proper linking.
2. Organizational Hierarchy
- Reporting: Every employee has a Manager (
parent_id). This field dictates the approval flow for Timesheets, Time Off, and Expenses. - Departments: Employees are grouped into Departments (
hr.department). Departments can be nested (e.g., "R&D / Software").
3. Contracts & Compliance
- Contract (
hr.contract): The legal anchor. Dictates the Wage, Working Schedule, and Start/End Dates. - States:
draft(New) ->open(Running) ->close(Expired). - Mandate: An employee must have a
runningcontract for many Odoo features (like Payroll or specific Attendance rules) to function correctly.
4. Search Workflow
- Locate: Search
hr.employeebynameorwork_email. - Structure: Check
parent_idanddepartment_idto understand the employee's place in the org chart. - Status: Verify the
attendance_state(if Attendance is used) and thecontract_idstatus.
Available Resources
hr-logic.md: Deep-dive into Working Schedules, Org Chart behavior, and Onboarding/Offboarding workflows.hr-fields.json: Dense technical map of fields for Employee, Department, Job, and Contract models.
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.
- 6d ago First seen · 35 lines · 30 tokens per session scan A cc5f522a9f2d
odoo-hr is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 3d ago), licensed MIT. It adds 30 tokens to every session and 482 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…
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…