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-dashboardsgit 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-dashboards)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-dashboards"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-dashboards.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.00028 | $0.00409 |
| Opus 5 | $0.00014 | $0.00204 |
| Sonnet 5 | $0.00006 | $0.00082 |
| Haiku 4.5 | $0.00003 | $0.00041 |
Grade A, and why
odoo-dashboards 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 7d 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 Dashboards
This skill provides the agent with functional expertise in Odoo's Dashboard application, covering how spreadsheets are organized and presented as read-only BI reports.
Core Mandates
1. Dashboard Architecture
Modern Odoo dashboards are based on the O-Spreadsheet engine.
- Organization: Dashboards are organized into Groups (
spreadsheet.dashboard.group) (e.g., Sales, Finance, HR). - Presentation: A
spreadsheet.dashboardrecord is a wrapper that displays spreadsheet data in a read-only, full-page view in the Odoo backend.
2. Data Source & State
- JSON State: Like spreadsheets, the dashboard's grid, formulas, and visual formatting are stored as a JSON string in the
spreadsheet_datafield. - Static Snapshots: Odoo often stores a
spreadsheet_snapshot(binary) for faster rendering of the dashboard's "last known good" state.
3. UI & Grouping Workflow
- Hierarchy: Dashboard Group -> Dashboard.
- Mandate: When configuring or moving dashboards, always ensure they are assigned to a logical
dashboard_group_idto ensure they appear in the correct section of the Dashboard app sidebar. - Sequence: Use the
sequencefield on both the Group and the Dashboard to control the display order in the UI.
4. Consumption Mandate
- Read-Only: Dashboards are designed for data consumption. If a user needs to modify formulas or perform ad-hoc analysis, the agent should direct them to the source
documents.document(Spreadsheet) if applicable.
Available Resources
dashboards-logic.md: Deep-dive into Dashboard grouping, publishing states, and access control.dashboards-fields.json: Technical fields for Dashboard and Group 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.
- 7d ago First seen · 31 lines · 28 tokens per session scan A 7f9a568af204
odoo-dashboards is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 4d ago), licensed MIT. It adds 28 tokens to every session and 409 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
spreadsheet
Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (.xlsx, .csv, .tsv) with formula-aware workflows, cached recalculation, and visual review.
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.
bilig-workpaper
Formula WorkPaper runtime and MCP server for AI agents and Node.js services. Use when an agent needs spreadsheet-style formulas, cell edits, recalculation, readback verification, or persisted WorkPaper JSON without driving Excel UI.
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.
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .xltx, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from…