Files
droidclaw/examples/workflows/research/google-search-report.json
2026-02-14 20:28:35 +05:30

11 lines
364 B
JSON

{
"name": "Google Search & Report",
"steps": [
{
"app": "com.google.android.googlequicksearchbox",
"goal": "Tap the search bar, type 'best budget phones 2025', and press enter. Wait for results to load. Use read_screen to collect the top 10 search results (titles and snippets). Copy everything to clipboard.",
"maxSteps": 15
}
]
}