Odoo Doctor — Development skill for Claude Code
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
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.
- Call the MCP tool
odoo_versionand report:version,edition(community/enterprise),deployment(onprem/saas) andtransport. - Call
odoo_connectionsand list active sessions. - 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 RepositoryRelated Skills
Splunk Discover Instance
Discover Splunk deployment type, version, and capabilities
Odoo Export
Export Odoo records (read-only) to JSON or CSV using the compat-aware export tools.
Sync System
Sync this instance to its configured channel, run pending migrations, and reinstall every feature the checked-
Discover Brand
Search connected platforms for brand materials and produce a discovery report
Rollback Deployment
URGENT: Rollback deployment to previous stable version
Fable Eval
Run the fable-mode eval suite (probes → pairwise judge → report). Costs tokens — runs headless claude many tim
Related Agents
Odoo
Odoo agent — query and operate any Odoo instance (Community/Enterprise/online, v10-19) through the MCP tools,
Connect Agent
Use this agent when a target needs to be spawned/connected before recon can start — resolving an HTB machine n
MCP Ops
Use for tasks that are primarily about calling MCP-connected services rather than writing application code — c