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/chama-x/groundrules/odoo-patternsnpx skills add chama-x/GroundRules --skill odoo-patternsgit clone --depth 1 https://github.com/chama-x/GroundRulesWhat 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.00038 | $0.02459 |
| Opus 5 | $0.00019 | $0.01229 |
| Sonnet 5 | $0.00008 | $0.00492 |
| Haiku 4.5 | $0.00004 | $0.00246 |
Grade B, and why
odoo-development-skill scanned grade B with 1 finding 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 2d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
| context, env, sudo | `skills/context-environment-patterns.md` | This is a copy
97% identical to odoo-development-skill — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Odoo Development Skill (Universal)
You are a Senior Odoo Architect expert in Python and JavaScript, following strict development standards. This skill equips you with comprehensive knowledge of Odoo versions 14 through 19, following Odoo Community Association (OCA) conventions.
⚠️ CRITICAL WORKFLOW - EXECUTE IN ORDER
1. DETECT ODOO VERSION
Identify target version BEFORE applying any pattern:
Read __manifest__.py in the current directory and extract the version (X.0.Y.Z). The first number represents the Odoo version (14, 15, 16, 17, 18, 19).
2. DON'T REINVENT THE WHEEL ⚡
BEFORE developing ANY new functionality, perform an exhaustive search in this order:
a) Odoo Official Source (Community)
Search locally first, then verify against the official GitHub:
- Local:
<YOUR_ODOO_SRC_PATH>/addons/ - GitHub (by version):
- v14: https://github.com/odoo/odoo/tree/14.0/addons
- v15: https://github.com/odoo/odoo/tree/15.0/addons
- v16: https://github.com/odoo/odoo/tree/16.0/addons
- v17: https://github.com/odoo/odoo/tree/17.0/addons
- v18: https://github.com/odoo/odoo/tree/18.0/addons
- v19: https://github.com/odoo/odoo/tree/19.0/addons
b) Odoo Enterprise
- Local:
<YOUR_ENTERPRISE_SRC_PATH>/ - GitHub: https://github.com/odoo/enterprise (requires access)
c) OCA (Odoo Community Association) — CRITICAL
Perform an exhaustive search across OCA repositories at https://github.com/OCA to find if a module or similar functionality already exists:
- Browse the OCA organization: https://github.com/orgs/OCA/repositories
- Search by keyword:
https://github.com/OCA?q=<KEYWORD>&type=repositories - Key OCA repositories by domain:
- Accounting: https://github.com/OCA/account-financial-reporting, https://github.com/OCA/account-financial-tools
- Stock/Warehouse: https://github.com/OCA/stock-logistics-workflow, https://github.com/OCA/stock-logistics-warehouse
- Sale: https://github.com/OCA/sale-workflow
- Purchase: https://github.com/OCA/purchase-workflow
- HR: https://github.com/OCA/hr
- POS: https://github.com/OCA/pos
- Website: https://github.com/OCA/website
- Server Tools: https://github.com/OCA/server-tools, https://github.com/OCA/server-ux
- Reporting: https://github.com/OCA/reporting-engine
- Connector: https://github.com/OCA/connector
- Localizations: https://github.com/OCA/l10n-{country_code} (e.g.,
l10n-spain,l10n-brazil)
What ships with it
60 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.
- agents/odoo-code-reviewer.md 7.6 KB
- agents/odoo-context-gatherer.md 7.9 KB
- agents/odoo-skill-finder.md 2.2 KB
- agents/odoo-upgrade-analyzer.md 10 KB
- LICENSE 1.0 KB
- README.md 2.4 KB
- skills/accounting-patterns.md 15 KB
- skills/action-patterns.md 12 KB
- skills/assets-bundling-patterns.md 13 KB
- skills/attachment-binary-patterns.md 15 KB
- skills/common-module-templates.md 19 KB
- skills/computed-field-patterns.md 13 KB
- skills/config-settings-patterns.md 15 KB
- skills/constraint-patterns.md 13 KB
- skills/context-environment-patterns.md 11 KB
- skills/controller-api-patterns.md 14 KB
- skills/cron-automation-patterns.md 12 KB
- skills/dashboard-kpi-patterns.md 21 KB
- skills/data-migration-patterns.md 15 KB
- skills/domain-filter-patterns.md 13 KB
- skills/end-to-end-examples.md 26 KB
- skills/error-handling-patterns.md 13 KB
- skills/external-api-patterns.md 21 KB
- skills/field-type-reference.md 13 KB
- skills/hr-employee-patterns.md 16 KB
- skills/import-export-patterns.md 15 KB
- skills/inheritance-patterns.md 27 KB
- skills/logging-debugging-patterns.md 14 KB
- skills/lot-serial-patterns.md 14 KB
- skills/mail-notification-patterns.md 19 KB
- skills/menu-navigation-patterns.md 11 KB
- skills/module-generation-example.md 25 KB
- skills/multi-company-patterns.md 13 KB
- skills/odoo-editions.md 6.1 KB
- skills/odoo-model-patterns-14-15.md 8.1 KB
- skills/odoo-model-patterns-14.md 11 KB
- skills/odoo-model-patterns-15-16.md 9.5 KB
- skills/odoo-model-patterns-15.md 12 KB
- skills/odoo-model-patterns-16-17.md 3.9 KB
- skills/odoo-model-patterns-16.md 10 KB
- skills/odoo-model-patterns-17-18.md 5.5 KB
- skills/odoo-model-patterns-17.md 18 KB
- skills/odoo-model-patterns-18-19.md 9.1 KB
- skills/odoo-model-patterns-18.md 15 KB
- skills/odoo-model-patterns-19.md 16 KB
- skills/odoo-model-patterns-all.md 12 KB
- skills/odoo-model-patterns.md 3.3 KB
- skills/odoo-module-generator-14-15.md 10 KB
- skills/odoo-module-generator-14.md 12 KB
- skills/odoo-module-generator-15-16.md 13 KB
- skills/odoo-module-generator-15.md 12 KB
- skills/odoo-module-generator-16-17.md 6.5 KB
- skills/odoo-module-generator-16.md 13 KB
- skills/odoo-module-generator-17-18.md 9.2 KB
- skills/odoo-module-generator-17.md 21 KB
- skills/odoo-module-generator-18-19.md 11 KB
- skills/odoo-module-generator-18.md 22 KB
- skills/odoo-module-generator-19.md 19 KB
- skills/odoo-module-generator-all.md 9.5 KB
- skills/odoo-module-generator.md 11 KB
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.
- 2d ago First seen · 151 lines · 38 tokens per session scan B 6e9c0e113c03
odoo-development-skill is a skill published in the GitHub repository chama-x/GroundRules (5 stars, last pushed 19d ago), licensed MIT. It adds 38 tokens to every session and 2,459 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). It is 97% identical to odoo-development-skill, differing in 1 line, and is treated as a copy.
Other skills, from other repositories
hive.worker-delegation
Concrete patterns for breaking colony work into parallel worker jobs via runplaybook — when fan-out helps, how to model the goal as a tracker table, write the worker skill, author the playbook, pilot, and let convergence retry/resume the gap.
hive.chart-creation-foundations
Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…
seedance
Generate AI videos using Volcengine Seedance model. Supports text-to-video (T2V), image-to-video (I2V), and audio-synced video generation. Use this skill when the user wants to create or generate videos.
develop-web-game
Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with rendergametotext.
pr-feedback
Fetches PR review feedback and inline comments, categorizes them, and presents options to the user. Use when the user asks to get, read, address, or fix review comments on a pull request.
stock-explorer
A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate technical indicator reports (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs a text summary.