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-knowledgenpx skills add actinon-com/brass-monkey --skill odoo-knowledgegit 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-knowledge)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-knowledge"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-knowledge.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.00025 | $0.00449 |
| Opus 5 | $0.00013 | $0.00225 |
| Sonnet 5 | $0.00005 | $0.00090 |
| Haiku 4.5 | $0.00003 | $0.00045 |
Grade A, and why
odoo-knowledge 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 3d 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 Knowledge Management
This skill provides the agent with functional expertise in Odoo's Knowledge application, covering article creation, hierarchical organization, and collaborative sharing.
Core Mandates
1. Hierarchical Architecture
- Structure: Articles are recursive. Use
parent_idto build a navigation tree (e.g., "Engineering" -> "Procedures" -> "Safety"). - Root Articles: Articles without a
parent_idact as the main categories in the sidebar.
2. Content & Formatting
- Body: The
bodyfield of aknowledge.articlestores the content in HTML. - Mandate: When creating or updating articles, the agent must ensure the generated HTML is clean and semantically correct (using
<h1>,<ul>,<table>, etc.).
3. Sharing & Access Control
- Categories:
workspace: Visible to everyone with access to the Knowledge app.private: Visible only to the owner unless explicitly shared.shared: Articles that have been moved out of Private but aren't yet in the global Workspace.
- Permissions: Odoo uses
internal_permission(write, read, none) for the general staff andarticle_member_ids(knowledge.article.member) for specific user overrides. - Public Sharing: Use the
is_publishedfield to make an article accessible via a public URL (if thewebsite_knowledgemodule is installed).
4. Search & Organization
- Workflow: Use
search_readonknowledge.articleto find existing documentation before creating new SOPs to prevent duplication. - Visuals: Use the
icon(emoji) andcover_image_idfields to make articles easier for human users to identify.
Available Resources
knowledge-logic.md: Deep-dive into permission inheritance, embedded views, and public sharing workflows.knowledge-fields.json: Dense technical map of fields for Article and Member 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.
- 3d ago First seen · 34 lines · 25 tokens per session scan A f5d1de3a6db3
odoo-knowledge is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 11d ago), licensed MIT. It adds 25 tokens to every session and 449 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
deploy-able
Drive an Able Desk deployment onto the user's own Cloudflare account, in order, stopping at every step only a human can complete. Use when the user wants to deploy Able, set it up for their business, stand up a support desk, resume a half-finished deployment, or check what is left before real customers can be served.
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"…
mcp-scripting
Write mcpScript JavaScript for discovering, inspecting, and calling MCP tools.
review-queue
Независимое ревью открытых pull requests ivanarama/onebase с проверкой диффа, сборки и тестов и постановкой reviewed или changes-requested. Использовать, когда пользователь явно просит обработать очередь ревью PR или вызывает $review-queue.
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…
alphafold-database
Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.