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 agentmods add skills/actinon-com/brass-monkey/odoo-spreadsheetsnpx skills add actinon-com/brass-monkey --skill odoo-spreadsheetsgit 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-spreadsheets)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-spreadsheets"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-spreadsheets.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 | $0.00027 | $0.00478 |
| Opus 5 | $0.00014 | $0.00239 |
| Sonnet 5 | $0.00005 | $0.00096 |
| Haiku 4.5 | $0.00003 | $0.00048 |
Grade A, and why
odoo-spreadsheets 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 4d 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 Spreadsheets (BI)
This skill provides the agent with functional expertise in Odoo's Spreadsheet application, which is used for advanced business intelligence, pivot tables, and live data analysis.
Core Mandates
1. Spreadsheet Architecture
Odoo spreadsheets are integrated into the Documents app.
- Storage: They are
documents.documentrecords with a specifichandler(typicallyspreadsheet). - Data State: The entire spreadsheet (cells, formulas, formatting) is stored as a JSON string in the
spreadsheet_datafield.
2. Live Data Extraction (Formulas)
Odoo uses specialized formulas to pull real-time data into the grid:
=ODOO.PIVOT(ID, "measure", "field", "value", ...): Retrieves a specific value from a linked Odoo pivot data source.=ODOO.LIST(ID, row, "field"): Retrieves data from a linked Odoo list data source.=ODOO.FILTER(...): Applies dynamic filters to the spreadsheet data.
3. Data Insertion & Analysis Workflow
To get data from Odoo models into a spreadsheet:
- Pivot/List Sources: The most robust method is to define a "Data Source" in the spreadsheet JSON that points to an Odoo model and domain. Odoo then handles the dynamic population.
- Direct Export: For one-time analysis, the agent can generate and attach an Excel/CSV file using
ir.attachment. - Analysis: To read results, the agent must parse the
spreadsheet_dataJSON to extract calculated values from specific cells.
4. Safety & Complexity
- Programmatic Edits: Modifying a live O-Spreadsheet JSON is technically complex. The agent should prioritize reading calculated data or generating new spreadsheets with pre-defined data sources rather than making surgical edits to existing complex formulas.
Available Resources
spreadsheets-logic.md: Deep-dive into O-Spreadsheet JSON structure, data source definitions, and ODOO.* formula syntax.spreadsheets-fields.json: Technical fields in the Documents model used for BI.
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.
- 4d ago First seen · 34 lines · 27 tokens per session scan A fee0e3351b23
odoo-spreadsheets is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 11d ago), licensed MIT. It adds 27 tokens to every session and 478 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
google-workspace-cli
Use gws across Workspace APIs with schema-first calls, profile isolation, bounded reads, and verified Drive, Docs, Sheets, Gmail, Calendar, or Chat writes.
preview-csv
Render and preview CSV files in browser with interactive sorting, filtering, and column statistics.
cohort-analysis
Build a full SaaS cohort analysis from a CRM (Attio/Stripe/CSV) joined to revenue (Stripe/Attio/CSV). Outputs a styled Excel workbook with conditional formatting (Customer Churn, MRR Churn, CAC Payback) plus per-section CSVs. Use when the user says "/cohort-analysis", "build a cohort table", "cohort analysis for "…
gog
Work with Google Workspace surfaces such as Gmail, Calendar, Drive, Docs, Sheets, and contacts through configured local tools.
exec-xlsx
Create, read, edit, format, or clean spreadsheet files (.xlsx/.csv) with formula validation and scope verification.
sort_excel
CSVファイルから、年齢が30以上のデータを抽出し、年齢順にソートしてExcelファイルに変換する。.