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-toolkitIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AutomationSupported Platforms
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.
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 foundOur 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.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| odoo-18-cli-toolkit (this skill)by ihatesea69 | 72 | 3 | 8mo ago | MCP Server |
| claude-memby thedotmack | 100 | 94.6k | today | CLAUDE.md |
| Agent-Reachby Panniantong | 100 | 85.3k | 9d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.7k | today | CLAUDE.md |
| rufloby ruvnet | 100 | 73.2k | today | CLAUDE.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.
Skill content
View source on GitHubOdoo 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
- KNOWLEDGE_BASE.md — Detailed component documentation and workflow guide
- click-odoo docs — Core library documentation
- click-odoo-contrib docs — CLI tools reference
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
claude-mem
94.6kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Agent-Reach
85.3kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.7kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.2k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
