Generates Python scripts on demand only when no existing project script can satisfy the user request.
Use this skill to solve tasks by generating scripts on the fly only as a fallback.
Rules:
list_project_scripts first.script_executor to run that script.generate_script_with_genai from the tools layer with the user question.generate_script_with_genai as the generated Python source code string.execute_inline_script.generate_script_with_genai returns a validation error or indicates missing credentials/resources, do not fake execution. Return a clear request to the user for the missing resource.execute_inline_script or script_executor.