Claude Code plugins for ERP and business application development
npx claudepluginhub letzdoo/claude-marketplaceDoodba-specific tooling for Odoo development - fast code indexing (<100ms), environment setup, and test execution
Odoo module generation, review, and upgrade for versions 14-19 with progressive skill loading
Connect to Odoo instances via XML-RPC for read-only queries to investigate issues and explore data
Odoo Token Killer - Reduce Claude Code token consumption by 60-90% on Odoo development operations. Inspired by RTK (Rust Token Killer) by rtk-ai.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
A curated collection of Claude Code plugins for professional Odoo ERP development — fast code indexing, intelligent patterns, token optimization, and live instance querying.
Part of the Letzdoo AI Marketplace for Odoo — a full ecosystem of AI-powered tools for Odoo ERP implementation.
| Plugin | Version | Description |
|---|---|---|
| odoo-doodba-dev | 2.0.0 | Doodba development toolkit with fast SQLite-based code indexer |
| odoo-development | 3.0.0 | 123 skill files covering Odoo 14-19 patterns, OWL, security, migrations |
| odoo-query | 1.0.0 | Read-only XML-RPC queries against live Odoo instances |
| odoo-token-killer | 1.0.0 | Rust CLI proxy that cuts token usage 60-90% via smart output filtering |
# Add the marketplace
/plugin marketplace add https://github.com/letzdoo/claude-marketplace.git
# Install the plugins you need
/plugin install odoo-doodba-dev@letzdoo-marketplace
/plugin install odoo-development@letzdoo-marketplace
/plugin install odoo-token-killer@letzdoo-marketplace
# Run setup
/odoo-setup # Environment + code indexer
/otk-setup # Token optimization hook
| Plugin | Requires Doodba | Works with any Odoo | Standalone |
|---|---|---|---|
| odoo-development | Yes | ||
| odoo-doodba-dev | Yes | ||
| odoo-query | Yes | Yes | |
| odoo-token-killer | Yes |
Recommended stack for Doodba projects: install all four plugins together.
Professional Odoo development toolkit for Doodba containers with a SQLite-based code indexer that delivers sub-100ms queries and 95% token savings compared to reading full source files.
Commands:
| Command | Description |
|---|---|
/odoo-setup | Validate environment, install dependencies, build index |
/odoo-dev | Auto-detect task complexity (Quick / Full / Search modes) |
/odoo-search | Natural language code search across indexed codebase |
/odoo-scaffold | Generate properly structured Odoo modules |
/odoo-test | Run and manage tests via Doodba's invoke test |
Indexer capabilities: models, fields, views, actions, menus, XML IDs, module dependencies, cross-references — all queryable in <100ms.
Requirements: Doodba deployment, Docker 20.10+, Python 3.10+, uv (auto-installed)
123 progressively-loaded skill files covering Odoo versions 14 through 19: ORM patterns, view types, OWL components (v1/v2/v3), security, accounting, and version migration guides.
Commands:
| Command | Description |
|---|---|
/odoo-module | Scaffold a new Odoo module with best practices |
/odoo-owl | Generate OWL components (version-aware) |
/odoo-review | Review module against Odoo best practices |
/odoo-security | Generate or audit access rights and record rules |
/odoo-test | Generate test cases |
/odoo-upgrade | Analyze version upgrade compatibility |
Agents:
odoo-context-gatherer — compiles relevant patterns before code generation (auto-invoked)odoo-code-reviewer — deep review against Odoo conventionsodoo-upgrade-analyzer — version compatibility analysisodoo-skill-finder — locates relevant skill files on demandSkill categories: core ORM, views (form/tree/kanban/search), actions & menus, security, OWL (v1.x/v2.x/v3.x), business modules (accounting, sales, HR, stock, purchase, project), portal, external APIs, webhooks, dashboards, performance, and version-specific breaking changes.
Connect to any Odoo instance via XML-RPC for safe, read-only investigation.
Command: /odoo-query
Allowed operations: search, read, search_read, fields_get — nothing else.
Security model:
Use cases: investigate production data issues, explore model structures, debug domain filters, verify record states.
Rust CLI proxy inspired by RTK that intercepts Claude Code tool calls via a PreToolUse hook and returns intelligently filtered output. Claude sees concise summaries; full output is preserved in tee files for recovery.
Commands:
| Command | Description |
|---|---|
/otk-setup | Build binary, register hook, validate installation |
/otk-gain | Analytics dashboard showing token savings |
How it works: