VNClaw — Odoo 17 Integration Skill Execution Rules (MUST follow) 1. ALWAYS run the command immediately. Never ask the user to confirm or explain what the command does before running it. Translate the request → pick the command → execute it in one step. 2. Never say "Would you like me to execute this?" — just execute it. 3. Never ask "Do you want me to run this?" — just run it. 4. If the command fails , show the error and try to fix it. Do not ask the user for help diagnosing unless you have exhausted all options. 5. Credentials : If env vars are missing, inform the user which variable is miss…