SkillAgentSearch skills...

odoo-18-cli-toolkit

Command-line toolkit for Odoo 18 Community Edition - Database management, module operations, and AI-powered PostgreSQL queries

Install / Use

claude mcp add ihatesea69 -- npx -y github:ihatesea69/odoo-18-cli-toolkit

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

72/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

Our assessment of odoo-18-cli-toolkit

odoo-18-cli-toolkit scores 72/100 on our quality scale, 762nd of 1,008 Automation skills we index.

Its MCP Server is 3.0 KB long, well organised into 18 sections with 3 code examples: a solid amount of guidance for an agent.

It has 3 GitHub stars, so there is little community track record yet; judge it on its content.

Substance
26/30
Structure
18/20
Description
15/15
Adoption
3/20
Freshness
11/15

Maintenance, license and trust

  • The repository was last updated about 8 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
  • Our last check on 2026-09-16 found the source still online.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 74/100, with 3 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.

AI review by kimi-k2.7-code on 2026-09-25. Automated pattern scan on 2026-09-25. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

odoo-18-cli-toolkit compared with similar skills

All 4 of these similar skills score higher than odoo-18-cli-toolkit; compare them before choosing.

SkillScoreStarsUpdatedFormat
odoo-18-cli-toolkit (this skill)by ihatesea697238mo agoMCP Server
claude-memby thedotmack10094.6ktodayCLAUDE.md
Agent-Reachby Panniantong10085.3k9d agoCLAUDE.md
headroomby headroomlabs-ai10073.7ktodayCLAUDE.md
rufloby ruvnet10073.2ktodayCLAUDE.md

Frequently asked questions

How do I install odoo-18-cli-toolkit?
Run claude mcp add ihatesea69 -- npx -y github:ihatesea69/odoo-18-cli-toolkit. The install tabs above show the steps for each supported agent.
Which AI agents does odoo-18-cli-toolkit work with?
It is written for Claude Code and Claude Desktop, as a MCP Server file. Other agents that read the same format can often use it too.
Is odoo-18-cli-toolkit safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It declares no license and scores 74/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is odoo-18-cli-toolkit still maintained?
The repository was last updated about 8 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.

Odoo 18 CLI Toolkit

A comprehensive command-line toolkit for managing Odoo 18 Community Edition. Combines click-odoo ecosystem with PostgreSQL MCP server for seamless database operations and business logic automation.

Features

Database Management — Backup, restore, copy, and initialize Odoo databases directly from terminal without web interface.

Module Operations — Update, install, and manage Odoo modules programmatically with automatic transaction handling.

Custom Scripting — Execute Python scripts with full Odoo environment access, automatic DB connection, and transaction management.

AI-Powered Queries — PostgreSQL MCP server enables natural language database operations through AI assistants.

Components

| Component | Purpose | | ------------------------------------------------------------------ | ------------------------------------------------------------- | | click-odoo | Core library for running Python scripts with Odoo environment | | click-odoo-contrib | Pre-built CLI tools for database and module management | | postgres-mcp | MCP server for AI-powered PostgreSQL operations |

Quick Start

Prerequisites

  • Python 3.10+
  • PostgreSQL 14+
  • Odoo 18 Community Edition
  • uv (Python package manager)

Installation

# Clone repository
git clone https://github.com/nghidanh2005/odoo-18-cli-toolkit.git
cd odoo-18-cli-toolkit

# Create virtual environment
uv venv
.venv\Scripts\activate  # Windows
source .venv/bin/activate  # Linux/Mac

# Install dependencies
uv pip install click-odoo click-odoo-contrib

Usage Examples

# Update all modules
click-odoo-update -d your_database --all

# Backup database
click-odoo-backupdb -d your_database backup.zip

# Copy database for testing
click-odoo-copydb -d source_db -n test_db

# Run custom script
click-odoo -d your_database your_script.py

MCP Server Configuration

Add to your MCP config for AI-powered database access:

{
  "postgres": {
    "command": "uv",
    "args": [
      "run",
      "--directory",
      "/path/to/postgres-mcp",
      "postgres-mcp",
      "postgresql://user:pass@localhost:5432/your_database"
    ]
  }
}

Documentation

License

This project integrates open-source tools under their respective licenses:

  • click-odoo: LGPL-3.0
  • click-odoo-contrib: LGPL-3.0
  • postgres-mcp: Apache-2.0

Contributing

Issues and pull requests welcome. See individual component repositories for contribution guidelines.

Related Skills

View on GitHub
GitHub Stars3
CategoryAutomation
Updated8mo ago
Forks0

Trust signals

74/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium2 low