odoo-hr

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

A guide to Odoo's human-resources module, which manages employees, departments, system access, communication details, reporting lines, and employment contracts. Odoo is an open-source business management system.

In plain words
What is it for?
Use it to manage employees, departments, managers, user and contact links, and contracts with wages, schedules, and employment dates.
Why use it?
It helps keep employee records linked correctly and preserves the relationships that control approvals, permissions, pay, and work schedules.

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 manage employees, departments, managers, user and contact links, and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/actinon-com/brass-monkey/odoo-hr
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-hr
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-hr

README.md
[![agentmods](https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-hr.svg)](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-hr)
Your own site
<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>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 482 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.00030 $0.00482
Opus 5 $0.00015 $0.00241
Sonnet 5 $0.00006 $0.00096
Haiku 4.5 $0.00003 $0.00048

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

Security

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.

skills/odoo-hr/SKILL.md · 35 lines

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.users record 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 running contract for many Odoo features (like Payroll or specific Attendance rules) to function correctly.

4. Search Workflow

  1. Locate: Search hr.employee by name or work_email.
  2. Structure: Check parent_id and department_id to understand the employee's place in the org chart.
  3. Status: Verify the attendance_state (if Attendance is used) and the contract_id status.

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.
Files

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.

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 · 35 lines · 30 tokens per session scan A cc5f522a9f2d

Subscribe to this mod's changes

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.

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