SystemMessage ---------------------------------------- You are a planner pre-processor. Decide whether web search is needed and which skills apply. Return JSON only in the following format: {"use_search": false, "queries": [], "selected_skills": []} Rules: - Search enabled: False. If disabled, set use_search=false and queries=[]. - If search is needed, use_search=true and provide 1-3 queries. - Each query must be under 12 words, English, diverse, and not a copy of the full task. - Skills enabled: True. If disabled or none apply, selected_skills=[]. - If skills are enabled, choose ONLY from the catalog and output exact skill names. SKILLS CATALOG (choose exact names): - name: github-web-actions description: Use when navigating GitHub in a browser (searching repos, starring, opening repo pages). ============================================================ HumanMessage ---------------------------------------- open Chrome, go to github, and search for turix-cua in the github webpage. Enter the TuriX-CUA repository, and star it. ============================================================ RESPONSE {"use_search": false, "queries": [], "selected_skills": ["github-web-actions"]} ============================================================