odoo-website

odoo-website is a skill for Claude Code from actinon-com/brass-monkey. It costs 26 tokens per session (396 once invoked), scanned A, original, MIT.

A guide for managing websites in Odoo, a business application platform with a built-in content management system. It covers pages, menus, search-engine metadata, and multiple websites managed from one database.

In plain words
What is it for?
Use it to create and publish pages, build header and footer navigation, link menus to pages or addresses, manage multiple website domains, and set page titles and descriptions for search engines.
Why use it?
It helps keep content belonging to different websites separate and prevents pages or menus from appearing on the wrong domain. It also sets checks for public visibility and unique page addresses.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the brass-monkey plugin — 30 skills shipped together

Install

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.

agentmods
npx agentmods add skills/actinon-com/brass-monkey/odoo-website
Any agent
npx skills add actinon-com/brass-monkey --skill odoo-website
Clone the repo
git clone --depth 1 https://github.com/actinon-com/brass-monkey

Made for: Claude Code.

Or install brass-monkey, the plugin that ships this one along with the rest of its 30 skills.

Wrote 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.

agentmods badge for odoo-website

README.md
[![agentmods](https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-website.svg)](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-website)
Your own site
<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-website"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-website.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 396 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00396
Opus 5 $0.00013 $0.00198
Sonnet 5 $0.00005 $0.00079
Haiku 4.5 $0.00003 $0.00040

Measured 6d ago against content hash 1ca6e187e59b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

odoo-website 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 6d 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.

skills/odoo-website/SKILL.md · 33 lines

What it actually says

Skill: Odoo Website & CMS Management

This skill provides the agent with high-level functional expertise in Odoo's CMS (Content Management System), covering Page creation, Navigation management, and Multi-Website architecture.

Core Mandates

1. Multi-Website Architecture

Odoo can power multiple distinct domains from a single database.

  • Scoping: ALWAYS respect the website_id field. Content without a website_id is considered "Global" and visible on all domains.
  • Isolation: When creating pages or menus, ensure they are linked to the correct website_id to prevent data leaking between brands/domains.

2. CMS Content Lifecycle

  • Pages (website.page): Represent specific public URLs.
  • Publishing: The is_published field controls visibility to the public.
  • Mandate: Always verify the url is unique within the scope of the target website_id.

3. Navigation Hierarchy

  • Menus (website.menu): Define the header and footer links.
  • Structure: Menus are recursive (parent_id).
  • Linking: A menu can point to a url or a specific page_id.

4. SEO & Metadata

  • SEO Optimization: Use website_meta_title, website_meta_description, and website_meta_keywords to improve search engine rankings.
  • Social Sharing: Manage the OpenGraph image (website_meta_og_img) to control how pages look when shared on social media.

Available Resources

  • website-logic.md: Deep-dive into Multi-Website data isolation and the Page-to-View relationship.
  • website-fields.json: Dense technical map of fields for Website, Page, and Menu models.
Files

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.

Changes

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.

  1. 6d ago First seen · 33 lines · 26 tokens per session scan A 1ca6e187e59b

Subscribe to this mod's changes

odoo-website is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed 2d ago), licensed MIT. It adds 26 tokens to every session and 396 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.

Related

Other skills, from other repositories

dynamics365-expert

Expert in Dynamics 365 platform, model-driven apps, canvas apps, Power Automate flows, Dataverse, plugins, and custom workflows. Use when the user mentions Microsoft platforms, ERP, CRM, business apps, the Power Platform, or Dataverse, or when the task involves Dynamics 365 Applications, Dataverse Platform…

personamanagmentlayer/pcl · 80 tokens

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.

codeyogi911/able · 70 tokens

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"…

Priivacy-ai/spec-kitty · 135 tokens

mcp-scripting

Write mcpScript JavaScript for discovering, inspecting, and calling MCP tools.

nicobailon/pi-mcp-adapter · 21 tokens

mongodb-query-optimizer

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…

fcakyon/claude-codex-settings · 98 tokens

polar-local-environment

This skill should be used when setting up or managing Polar local development environment with Docker.

fcakyon/claude-codex-settings · 22 tokens