Transgenia

Odoo Doctor — Development skill for Claude Code

Development community

Probe the connected Odoo instance and report version, edition, deployment, transport and a sanity read.

How to install Odoo Doctor

Installs to ~/.claude/skills/transgenia-mcp-odoo-tools-ce-ee-and-online-odoo-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/transgenia-mcp-odoo-tools-ce-ee-and-online-odoo-doctor && curl -fsSL https://raw.githubusercontent.com/Transgenia/MCP-Odoo-Tools-CE-EE-and-online/HEAD/commands/odoo-doctor.md -o ~/.claude/skills/transgenia-mcp-odoo-tools-ce-ee-and-online-odoo-doctor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Odoo Doctor does


description: Probe the connected Odoo instance and report version, edition, deployment, transport and a sanity read.

/odoo-doctor

Diagnose the current Odoo connection.

  1. Call the MCP tool odoo_version and report: version, edition (community/enterprise), deployment (onprem/saas) and transport.
  2. Call odoo_connections and list active sessions.
  3. Do a bounded sanity read to confirm data access: `odoo_search_read { "model": "res.partner", "fields": ["name"], "limit"

Alternatives in Development

  • Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★
  • Harnessrouter — HarnessRouter Community Edition: the self-hosted, Apache-2.0 edition of the unified interface for agent harnes 618 ★
  • Adb Scheme — Open Android scheme links via adb 206 ★

Full documentation available on GitHub

View Source Repository