一键导入
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