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-financegit 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-finance)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-finance"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-finance/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-finance"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-finance.svg" alt="Reviewed on agentmods" width="80" 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.00039 | $0.00598 |
| Opus 5 | $0.00019 | $0.00299 |
| Sonnet 5 | $0.00008 | $0.00120 |
| Haiku 4.5 | $0.00004 | $0.00060 |
Grade A, and why
odoo-finance 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: Odoo Finance & Accounting
This skill provides the agent with high-level business expertise in Odoo's unified accounting engine, covering Invoicing, Billing, Banking, Consolidation, and Analytics.
Core Mandates
1. Snapshot Awareness (Dynamic Discovery)
- Mandate: The
finance-fields.jsonresource is a snapshot of core accounting fields. It is NOT exhaustive. - Verification: If a task requires absolute technical precision or if the user references fields not in your resource, you MUST call
inspect_modelto retrieve the "Live Truth" from the target Odoo instance.
2. The Unified Ledger (account.move)
Odoo uses a single model for Invoices, Bills, and Journal Entries.
- Move Type: Dictates behavior (
out_invoice= Customer Invoice,in_invoice= Vendor Bill,entry= Journal Entry). - Double-Entry Mandate: For pure journal entries (
entry), the sum of Debits must equal the sum of Credits across allaccount.move.linerecords.
2. Invoicing Lifecycle
- States:
draft(Editable) ->posted(Locked, valid in ledger) ->cancel. - Payment States:
not_paid,in_payment(Matched with statement line),paid(Reconciled). - Mandate: NEVER attempt to modify a
postedentry. You must reset to draft first (if permitted) or create a Reversal/Credit Note.
3. Banking & Reconciliation
- Flow: Import Bank Statements (
account.bank.statement) -> Run Reconciliation Models -> Match with Invoices/Bills or post to Expense/Income accounts. - Suspense Account: Transactions sit here until they are reconciled.
4. Advanced Configuration
- Fiscal Positions: Automatically map Taxes and Accounts based on the partner's country/VAT.
- Journals: Categorize transactions (Sales, Purchase, Bank, Cash, General). Each journal has its own sequence.
5. Analytics & Budgets
- Analytic Distribution: Use the
analytic_distribution(JSON) field on lines to allocate costs/revenues across analytic accounts without creating new ledger entries. - Budgets: Compare
planned_amountvs.practical_amount(actuals) to track financial health.
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.
- 9d ago First seen · 40 lines · 39 tokens per session scan A 2659277ca7eb
odoo-finance is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 2d ago), licensed MIT. It adds 39 tokens to every session and 598 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
lov-skill-pricing
A pricing workflow for creating an explanation-backed pricing card for an AI agent skill. It considers creation and maintenance effort, user value, scarcity, buyer confidence, and distribution potential.
lov-expense-report
A tool that reads invoice photos, scanned receipts, or expense descriptions and turns them into a categorized Excel reimbursement report. It extracts details such as date, vendor, item, amount, and notes.
ainb-fleet:cost
Show fleet spend — per-session, per-model, per-day, and per-group USD cost rollups for every claude/codex session, sourced live from ainb's burndown analytics (which already prices every provider call). Use when you need spend visibility across a multi-session fleet, want to find the most expensive session/model, or…
digest
Morning digest: markets, news topics, Reddit highlights, and optional X trends — composed from a per-vault config note and delivered per the Automated output convention (vault skill log first, then Telegram when configured). Use when the user asks for their morning digest, wants to set it up, or wants to change what…
sap-co
This skill handles all SAP CO (Controlling) topics: cost center accounting, profit center accounting, internal orders, product costing, profitability analysis (CO-PA), assessment and distribution cycles, actual vs plan postings, settlement, and CO period-end closing. Use when user mentions CO, cost center, profit…
sap-tr
This skill handles SAP Treasury and Cash Management including liquidity forecasting, cash position reporting, bank statement processing, payment runs, house bank configuration, and treasury instruments. Use when user mentions TR, treasury, FF7A, FF7B, liquidity, cash position, FLQDB, FLQITEM, bank statement, MT940…