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 new-odoo-projectgit 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/new-odoo-project)<a href="https://agentmods.dev/skills/19prince/claude-odoo-builder/new-odoo-project"><img src="https://agentmods.dev/badge/skills/19prince/claude-odoo-builder/new-odoo-project/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/new-odoo-project"><img src="https://agentmods.dev/badge/skills/19prince/claude-odoo-builder/new-odoo-project.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.03923 |
| Opus 5 | $0.00000 | $0.01962 |
| Sonnet 5 | $0.00000 | $0.00785 |
| Haiku 4.5 | $0.00000 | $0.00392 |
Grade A, and why
new-odoo-project 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 11d 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 — 393 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: new-odoo-project
TRIGGER: User invokes /new-odoo-project to scaffold a new Odoo website builder project.
Objective
Scaffold a new Odoo website builder project directory, copy all bundled tools and workflows from the skill's templates/ directory, create a configured .env template, and orient the user for their first session.
Prerequisites
Before running this skill, ensure the following are in place:
- Python 3.8+ installed and available as
python3 - Python packages — install from the bundled requirements file:
This installspip install -r {skill_dir}/templates/requirements.txtrequestsandpython-dotenv, the only third-party dependencies. - An Odoo instance with admin or API access (URL, database name, and login email)
- Claude Code — this skill is designed for Claude Code's skill system
Step 1 — Gather technical information (ask all at once)
Ask the user for the following in a single message. Do not proceed until you have answers:
- Project parent directory — the folder where the project subdirectory should be created (e.g.
~/projectsor~/Odoo) - Client / project name — used for folder naming and memory. The project will be created at
{parent_dir}/{slugified-client-name}/(e.g.~/Odoo/client-acme/) - Odoo URL — e.g.
https://mysite.odoo.com - Odoo DB name — e.g.
mysite-main-12345 - Odoo login email
- Is this a production-only server, or is there a separate staging instance?
- If staging + production: collect both URLs and DB names (but NOT passwords)
- If production only: note that changes go live immediately — extra caution required
- GitHub repo linked to the Odoo.sh project — e.g.
https://github.com/org/repo. This is the repository Odoo.sh watches for deployments. Custom modules are added here as submodules. If the project is not hosted on Odoo.sh, answer "N/A".
Do NOT ask for any passwords. Tell the user: "I'll leave the password fields blank in .env — fill those in yourself before running any tools."
What ships with it
22 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.
- templates/requirements.txt 46 B
- templates/tools/create_survey.py 9.0 KB runs code
- templates/tools/get_mailing.py 1.8 KB runs code
- templates/tools/get_page.py 2.7 KB runs code
- templates/tools/list_mailings.py 3.1 KB runs code
- templates/tools/list_pages.py 2.3 KB runs code
- templates/tools/migrate_to_production.py 16 KB runs code
- templates/tools/odoo_client.py 5.8 KB runs code
- templates/tools/push_mailing.py 4.5 KB runs code
- templates/tools/push_page.py 5.8 KB runs code
- templates/tools/scaffold_snippet.py 7.4 KB runs code
- templates/tools/validate_html.py 6.2 KB runs code
- templates/workflows/create_mailing.md 5.3 KB
- templates/workflows/create_snippet.md 7.4 KB
- templates/workflows/css_theming.md 5.5 KB
- templates/workflows/design_page.md 5.9 KB
- templates/workflows/design_survey.md 5.9 KB
- templates/workflows/design_system.md 26 KB
- templates/workflows/manage_pages.md 4.3 KB
- templates/workflows/migrate_staging_to_prod.md 11 KB
- templates/workflows/module_structure.md 7.3 KB
- templates/workflows/push_to_odoo.md 4.2 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.
- 11d ago First seen · 393 lines · 0 tokens per session scan A d2dd32533354
new-odoo-project is a skill published in the GitHub repository 19prince/claude-odoo-builder (47 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,923 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
archify
Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…
vox-director
Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…
social-post
A workflow for planning, writing, publishing, and evaluating social-media posts in the user's established voice. It covers Facebook, Instagram, YouTube, Threads, and X, including selected comment operations.
os-whats-next
ALWAYS invoke this skill when the user asks what to do next, what is left, or what is blocked - "what's next", "what now", "what should we work on", "anything I can do" - in any language. This skill picks the next piece of work; when the user asks HOW to do a thing or says they do not understand what to do, that is…
higgsfield
Use this skill whenever the user asks anything about Higgsfield AI — writing or refining video/image prompts, choosing a model (Kling, Sora 2, Veo, Wan, Seedance, Minimax Hailuo, DoP, Soul, Nano Banana, Seedream, Flux, GPT Image, etc.), camera controls, named motion presets, Soul ID character consistency, Cinema…
higgsfield-troubleshoot
Use when a Higgsfield generation fails, produces poor quality, looks wrong, doesn't match the prompt, or the user needs to fix or improve an output.