ワンクリックで
odoo-setup
Use when setting up Odoo for a business — guides the full Discover, Plan, Build flow from natural language requirements
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when setting up Odoo for a business — guides the full Discover, Plan, Build flow from natural language requirements
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when importing, creating, or managing business data in Odoo — CSV imports, bulk record creation, data migration, user setup
Use when building dashboards, analyzing business data, or creating reports — KPI definition, SQL analytics, dashboard creation
Use when designing Odoo data models — enforces naming conventions, inheritance patterns, security, and field best practices
Use when exploring Odoo customization ideas — discovers modules, matches blueprints, decides configuration vs code generation
Use when diagnosing Odoo issues — reads logs, maps common errors to fixes, checks module states, with snapshot-based rollback
| name | odoo-setup |
| description | Use when setting up Odoo for a business — guides the full Discover, Plan, Build flow from natural language requirements |
Guide the complete business deployment workflow from natural language description to configured Odoo instance.
Ask about:
Then run analysis:
odoo_analyze_requirements("<user's business description>")
Review the output with the user:
Once requirements are clear:
odoo_design_solution(requirements=<analyzed_requirements>, user_answers=<answers>)
Present the phased plan in business language:
Validate before executing:
odoo_validate_plan(plan=<designed_plan>)
Delegate to the odoo-executor agent for each phase:
If code generation is needed:
odoo_generate_addon(name=<module_name>, models=<specs>, ...)
After all phases complete:
odoo_diagnostics_health_checkx_ fields over custom modules when possible