new-odoo-project

new-odoo-project is a skill for Claude Code, Codex from 19prince/claude-odoo-builder. It costs 0 tokens per session (3,923 once invoked), scanned A, original, MIT.

A project-scaffolding workflow for creating a new Odoo website builder project. Odoo is business software with tools for building websites, and scaffolding creates the initial project files and configuration.

In plain words
What is it for?
Use it when the user explicitly starts a new Odoo website project with /new-odoo-project. It creates the project structure, copies the supplied workflows, and prepares an environment template.
Why use it?
Starting an Odoo project requires a consistent folder structure, bundled tools, environment settings, and access details. This workflow collects the prerequisites and prepares those pieces.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Good fit Use it when the user explicitly starts a new Odoo website project with /new-odoo-project. It creates the project structure, copies the supplied workflows, and prepares an environment template.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/19prince/claude-odoo-builder/new-odoo-project
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.

Any agent
npx skills add 19prince/claude-odoo-builder --skill new-odoo-project
Clone the repo
git clone --depth 1 https://github.com/19prince/claude-odoo-builder

Made for: Claude Code, Codex.

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 new-odoo-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/19prince/claude-odoo-builder/new-odoo-project/github.svg)](https://agentmods.dev/skills/19prince/claude-odoo-builder/new-odoo-project)
Your own site
<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.

agentmods 80×15 button for new-odoo-project

Your own site · 80×15
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,923 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.03923
Opus 5 $0.00000 $0.01962
Sonnet 5 $0.00000 $0.00785
Haiku 4.5 $0.00000 $0.00392

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

Security

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.

The scan reads SKILL.md. This mod also ships 11 executable files (templates/tools/create_survey.py, templates/tools/get_mailing.py, templates/tools/get_page.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/new-odoo-project/SKILL.md · 393 lines

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:

  1. Python 3.8+ installed and available as python3
  2. Python packages — install from the bundled requirements file:
    pip install -r {skill_dir}/templates/requirements.txt
    
    This installs requests and python-dotenv, the only third-party dependencies.
  3. An Odoo instance with admin or API access (URL, database name, and login email)
  4. 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:

  1. Project parent directory — the folder where the project subdirectory should be created (e.g. ~/projects or ~/Odoo)
  2. 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/)
  3. Odoo URL — e.g. https://mysite.odoo.com
  4. Odoo DB name — e.g. mysite-main-12345
  5. Odoo login email
  6. 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
  7. 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."

Read the full file on GitHub · 393 lines

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. 11d ago First seen · 393 lines · 0 tokens per session scan A d2dd32533354

Subscribe to this mod's changes

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.

Related

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…

tt-a1i/archify · 130 tokens

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

Alisa0808/vox-director · 236 tokens

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.

Hao0321/claude-skill-social-post · 135 tokens

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…

kharmanskyi/open-steps · 155 tokens

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…

OSideMedia/higgsfield-ai-prompt-skill · 147 tokens

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.

OSideMedia/higgsfield-ai-prompt-skill · 39 tokens