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-worksheetsgit 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-worksheets)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-worksheets"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-worksheets.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.00397 |
| Opus 5 | $0.00014 | $0.00198 |
| Sonnet 5 | $0.00006 | $0.00079 |
| Haiku 4.5 | $0.00003 | $0.00040 |
Grade A, and why
odoo-worksheets 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 8d 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 Worksheets
This skill provides the agent with functional expertise in Odoo's Worksheet engine, which allows for the creation of custom, dynamic digital forms in Field Service and Quality modules.
Core Mandates
1. Dynamic Architecture
Unlike standard Odoo models, every unique worksheet template generates its own technical model (e.g., x_worksheet_template_1).
- Data Location: The actual "Answers" to a worksheet are NOT stored on the Task or Quality Check itself, but in these dynamically created models.
- Linking: The parent record (Host) has a many2one field pointing to the dynamic worksheet record.
2. The Data Retrieval Workflow
When you need to read the content of a worksheet attached to a record:
- Find the Template: Read the
worksheet_template_idfrom the host record (e.g.,project.taskorquality.check). - Find the Model: Inspect the
worksheet.templateto find themodel_id(the technical model name). - Query the Answers: Perform a
search_readon that technical model, filtering by the host record's ID (typicallyx_project_task_idorx_quality_check_id).
3. Verification & Compliance
- Validation: If a worksheet is required, the host record cannot be finalized (marked Done or Pass) until the worksheet record has been created and validated.
- Reporting: Odoo generates specialized PDF reports that merge the host record's metadata with the worksheet's custom fields.
Available Resources
worksheets-logic.md: Deep-dive into dynamic model generation, cross-module integration, and reporting.worksheets-fields.json: Technical map for the template engine.
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.
- 8d ago First seen · 29 lines · 28 tokens per session scan A 131bc09ab858
odoo-worksheets is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 397 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
slides
Create and edit presentation slide decks (.pptx) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding…
spreadsheet
Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (.xlsx, .csv, .tsv) with formula-aware workflows, cached recalculation, and visual review.
lov-publish-wechat-article
A workflow for reading, editing, creating, checking, and publishing WeChat Official Account articles. WeChat Official Accounts are publishing pages for articles and updates, separate from WeChat Channels video posts.
lov-illustrate
A document-illustration workflow that examines a Markdown document, chooses suitable real images, charts, or generated visuals, and inserts them into an enhanced version. Markdown is a plain-text format that uses simple symbols for headings, links, and other document structure.
lov-any2deck
Generate professional slide deck images from content (Markdown, text, URLs). Creates outlines with style instructions, then generates individual slide images. Supports 16 visual styles, CJK/Latin mixed text, branding overlays, and PPTX/PDF export. Use when the user asks to "create slides", "make a presentation"…
lov-review-doc
A contract review assistant for agreements such as NDAs, service contracts, data agreements, employment contracts, licences, and investment documents. It can analyse risks, add comments, and suggest revised wording.