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 19prince/claude-odoo-builder --skill odoo-theme-fixgit clone --depth 1 https://github.com/19prince/claude-odoo-builderWrote 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/19prince/claude-odoo-builder/odoo-theme-fix)<a href="https://agentmods.dev/skills/19prince/claude-odoo-builder/odoo-theme-fix"><img src="https://agentmods.dev/badge/skills/19prince/claude-odoo-builder/odoo-theme-fix/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/19prince/claude-odoo-builder/odoo-theme-fix"><img src="https://agentmods.dev/badge/skills/19prince/claude-odoo-builder/odoo-theme-fix.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00842 |
| Opus 5 | $0.00000 | $0.00421 |
| Sonnet 5 | $0.00000 | $0.00168 |
| Haiku 4.5 | $0.00000 | $0.00084 |
Grade A, and why
odoo-theme-fix 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: odoo-theme-fix
TRIGGER: User shares a screenshot of an Odoo page and asks for visual fixes, theming improvements, or readability changes.
What this skill does
Reviews an Odoo page screenshot against the blueprint dark theme, identifies broken or mismatched elements, writes targeted CSS overrides, and pushes them to website.custom_code_head via RPC — without touching any page arch.
Instructions
When invoked:
-
Read the screenshot — identify every element that is wrong:
- White or light backgrounds that should be dark (
#071222) - Dark text on dark backgrounds (contrast failure)
- Default Odoo colors breaking the blueprint palette
- Unstyled form inputs, search bars, cards, pagination, badges
- White or light backgrounds that should be dark (
-
Read
workflows/css_theming.md— check the known selector map before writing anything new. Reuse confirmed selectors. Add new ones only when needed. -
Read the current
custom_code_head:sites = c.search_read("website", [], ["id", "custom_code_head"]) -
Write a targeted
<style>block following these rules:- Use the blueprint palette:
#071222bg,#0a1c33card bg,#3b8eea/#5da8ff/#7ec8ffblues,#ffffffheadings,rgba(255,255,255,.82)body,rgba(255,255,255,.6)muted - Scope every selector to the page's body class (e.g.
.o_wblog_index,.o_wblog_post_page) to avoid leaking styles globally - Use
!importanton color and background overrides — Odoo's specificity is high - Wrap the block in
/* == [section name] start == */and/* == [section name] end == */CSS comments so it can be cleanly replaced later - Strip the previous block for that section before appending the new one (use
re.subwithDOTALL)
- Use the blueprint palette:
-
Push via RPC:
c.write("website", [site_id], {"custom_code_head": new_head}) -
Confirm what changed and ask for a follow-up screenshot to verify.
Blueprint Palette Reference
| Role | Value |
|---|---|
| Page background | #071222 |
| Card / panel background | rgba(10,28,51,.85) |
| Elevated surface | #0a1c33 |
| Primary blue | #3b8eea |
| Bright blue (links, accents) | #5da8ff |
| Light blue (muted accents) | #7ec8ff |
| Heading text | #ffffff |
| Body text | rgba(255,255,255,.82) |
| Muted text | rgba(255,255,255,.55) |
| Subtle text | rgba(255,255,255,.4) |
| Card border | rgba(59,142,234,.22) |
| Divider | rgba(59,142,234,.18) |
| Blueprint grid line | rgba(59,142,234,.07) |
| Success green | #4ade80 |
| Error red | #f87171 |
| Warning amber | #fbbf24 |
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.
- 10d ago First seen · 73 lines · 0 tokens per session scan A af2ff3862764
odoo-theme-fix is a skill published in the GitHub repository 19prince/claude-odoo-builder (46 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 842 tokens. 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-30.
Other skills, from other repositories
web-design
A web design workflow for turning a brief, reference website, screenshot, or keywords into a design specification and then web code. It covers visual style, page structure, interaction, responsive layouts, and motion.
cinematic-scroll
Build or improve cinematic websites with scroll-driven storytelling, pinned reveals, parallax, kinetic type, and optional 3D. Deliver standalone HTML or integrate into an existing app, with mobile and reduced-motion fallbacks and browser evidence. Also supports scroll audits and motion storyboards. Use for cinematic…
dashmotion
Create dark-themed, animated technical diagrams as self-contained HTML+SVG files — flowcharts whose connectors visibly flow, and architecture diagrams where requests travel as light dots through the system (Diagrid/Temporal landing-page style). Use this skill whenever the user asks for a flowchart, workflow, pipeline…
cinematic-scroll
Build or improve cinematic websites with scroll-driven storytelling, pinned reveals, parallax, kinetic type, and optional 3D. Deliver standalone HTML or integrate into an existing app, with mobile and reduced-motion fallbacks and browser evidence. Also supports scroll audits and motion storyboards. Use for cinematic…
avoid-ai-design
Audit and rewrite frontend UI to remove generic AI design patterns ("AI slop"). Use this skill when asked to "de-slop a UI", "make a design look less AI-generated", "audit a component or page for AI design tells", or "fix Claude/Codex-generated frontend that looks generic". Covers HTML/CSS and React/Tailwind/shadcn.…
accessible-animation
This skill should be used when the user asks to "respect prefers-reduced-motion", "honor reduced motion", "make my animations accessible", "fix vestibular / motion-sickness issues", "add a useReducedMotion hook", "gate GSAP / Framer Motion / Lenis for reduced motion", or "meet WCAG 2.3.3 / C39". Provides tiered (not…