{
  "markdown": "# claude-odoo-dev\n\nClaude Code developer plugin for Odoo. Extends [claude-odoo-connect](https://github.com/marcfargas/claude-odoo-connect) with state management, test environments, and dev workflow agents.\n\n## What you get\n\nEverything from claude-odoo-connect, plus:\n\n- **State management skill** — declarative compare/plan/apply workflow for Odoo configuration (Terraform-style)\n- **Test environments skill** — spin up isolated Odoo instances with Testcontainers\n- **State manager agent** — autonomous agent for the full drift-detection and apply cycle\n- **Odoo knowledge modules** — 5,200+ lines of battle-tested patterns\n\n## Install\n\n```bash\n# From the marketplace\n/install claude-odoo-dev\n\n# Or local\nclaude --plugin-dir /path/to/claude-odoo-dev\n```\n\n## Setup\n\nSet environment variables for your Odoo instance:\n\n```bash\nexport ODOO_URL=https://your-odoo.example.com\nexport ODOO_DB=your-database\nexport ODOO_USER=admin\nexport ODOO_PASSWORD=your-password\n```\n\nInstall the toolbox packages in your project:\n\n```bash\nnpm install @marcfargas/odoo-client @marcfargas/odoo-state-manager @marcfargas/odoo-testcontainers\n```\n\n## Use Cases\n\n- **Infrastructure as Code** — define Odoo configuration in files, apply with state management\n- **Drift detection** — compare live Odoo state against desired configuration\n- **Automation setup** — configure base.automation, server actions, and OCA modules\n- **Integration testing** — spin up fresh Odoo instances for each test run\n- **Module development** — test custom addons against multiple Odoo versions\n\n## Part of odoo-toolbox\n\nThis plugin is powered by [@marcfargas/odoo-toolbox](https://github.com/marcfargas/odoo-toolbox). Skills are synced automatically when the underlying packages are updated.\n\n## License\n\nLGPL-3.0 (code), CC0-1.0 (knowledge modules)\n",
  "bytes": 1800,
  "sha": "ad447f69518e503fe13aa182fea914e9c42f9c17acd99160591e07466c146fc9",
  "repo_slug": "marcfargas/claude-odoo-dev",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_marcfargas_claude_odoo_dev_claude_odoo_d_b584ca6f/readme"
}