{"prompt": "How many moons does Jupiter have?", "tool": "web_search"} {"prompt": "Look up who painted the Mona Lisa.", "tool": "web_search"} {"prompt": "I keep forgetting \u2014 what year did the Berlin Wall fall?", "tool": "web_search"} {"prompt": "Quick, find me the capital of Mongolia.", "tool": "web_search"} {"prompt": "Can you check how tall Mount Kilimanjaro is?", "tool": "web_search"} {"prompt": "What does the term 'serendipitous' actually mean?", "tool": "define"} {"prompt": "Define mitochondria.", "tool": "define"} {"prompt": "Give me a quick definition of 'recursion'.", "tool": "define"} {"prompt": "Pull up news.ycombinator.com in my browser.", "tool": "open_url"} {"prompt": "Take me to the homepage at wikipedia.org.", "tool": "open_url"} {"prompt": "Hit the endpoint at https://api.stripe.com/v1/charges and show the response.", "tool": "http_request"} {"prompt": "Send a GET to https://jsonplaceholder.typicode.com/todos/1.", "tool": "http_request"} {"prompt": "Pull down the archive at https://releases.ubuntu.com/jammy.iso for me.", "tool": "download_file"} {"prompt": "Save the spreadsheet from https://files.example.org/q3-budget.xlsx to disk.", "tool": "download_file"} {"prompt": "Grab https://cdn.fonts.net/inter.woff2 and store it locally.", "tool": "download_file"} {"prompt": "Anything happening with the housing market lately?", "tool": "get_news"} {"prompt": "Catch me up on the latest in AI regulation.", "tool": "get_news"} {"prompt": "What's the buzz around the upcoming Olympics?", "tool": "get_news"} {"prompt": "Show me everything inside the vendor folder.", "tool": "list_dir"} {"prompt": "What's sitting in the migrations directory?", "tool": "list_dir"} {"prompt": "Track down every .yaml file under config.", "tool": "find_files"} {"prompt": "Locate all the test_*.go files in the repo.", "tool": "find_files"} {"prompt": "Hunt through the source for where compute_loss is called.", "tool": "grep_search"} {"prompt": "Find every spot we reference the API_TOKEN constant.", "tool": "grep_search"} {"prompt": "Where in the code do we handle the SIGTERM signal?", "tool": "grep_search"} {"prompt": "Spin up a folder called artifacts for me.", "tool": "make_dir"} {"prompt": "I need a new directory named checkpoints.", "tool": "make_dir"} {"prompt": "Kick off the whole test suite, please.", "tool": "run_tests"} {"prompt": "Can we run all the unit tests now?", "tool": "run_tests"} {"prompt": "Run python manage.py migrate.", "tool": "run_command"} {"prompt": "Go ahead and execute python scripts/seed_db.py.", "tool": "run_command"} {"prompt": "Fire off du -sh in the terminal.", "tool": "run_command"} {"prompt": "Run this Python: print([n*n for n in range(5)]).", "tool": "run_python"} {"prompt": "Evaluate sorted({'b':2,'a':1}.items()) in Python for me.", "tool": "run_python"} {"prompt": "Let me see what's in src/config/loader.ts.", "tool": "read_file"} {"prompt": "Cat the file pyproject.toml.", "tool": "read_file"} {"prompt": "Drop a new dotenv file at deploy/.env.production.", "tool": "write_file"} {"prompt": "Make a fresh file called notes/standup.md.", "tool": "write_file"} {"prompt": "Go tweak the function signatures in lib/handlers.go.", "tool": "edit_file"} {"prompt": "Patch up the typo in docs/getting-started.md.", "tool": "edit_file"} {"prompt": "How's the working tree looking right now?", "tool": "git_status"} {"prompt": "Show me what I've changed but haven't staged yet.", "tool": "git_diff"} {"prompt": "Wrap up these changes with a commit message of tidy logging output.", "tool": "git_commit"} {"prompt": "Commit everything as bump dependencies to latest.", "tool": "git_commit"} {"prompt": "Apply this diff to the file core/scheduler.py.", "tool": "apply_patch"} {"prompt": "Roll the patch into web/components/Header.tsx.", "tool": "apply_patch"} {"prompt": "Shoot Priyanka an email about the budget review.", "tool": "send_email"} {"prompt": "Drop a message in the #releases channel saying we shipped v2.", "tool": "slack_send"} {"prompt": "Block off my calendar tomorrow for the dentist.", "tool": "calendar_event"} {"prompt": "Nudge me later to refill my prescription.", "tool": "set_reminder"} {"prompt": "Jot down 'brainstorm Q4 OKRs' in my Notion.", "tool": "notion_write"} {"prompt": "File a Jira ticket for the broken password reset flow.", "tool": "jira_issue"} {"prompt": "Give me a 25 minute timer for a focus block.", "tool": "set_timer"} {"prompt": "How much is 4096 divided by 16?", "tool": "calculator"} {"prompt": "What's 27 squared?", "tool": "calculator"} {"prompt": "Is it going to rain in Reykjavik today?", "tool": "get_weather"} {"prompt": "How chilly is it over in Helsinki right now?", "tool": "get_weather"} {"prompt": "Throw on some Fleetwood Mac \u2014 Dreams.", "tool": "play_music"} {"prompt": "Put on Take Five by Dave Brubeck.", "tool": "play_music"} {"prompt": "Help me put together a plan to learn the cello.", "tool": "planner"} {"prompt": "I want to map out how to migrate us off the monolith.", "tool": "planner"} {"prompt": "Run SELECT * FROM subscriptions WHERE active = 0 against the db.", "tool": "sql_query"} {"prompt": "Query the database with SELECT count(*) FROM page_views.", "tool": "sql_query"} {"prompt": "What's the DATABASE_URL set to in the environment?", "tool": "env_get"} {"prompt": "Read the env var STRIPE_SECRET_KEY for me.", "tool": "env_get"} {"prompt": "Spin up a container from postgres:16.", "tool": "docker_run"} {"prompt": "Boot the redis:7-alpine image in Docker.", "tool": "docker_run"} {"prompt": "Add the package httpx to the project.", "tool": "install_package"} {"prompt": "Pull in pytest-asyncio as a dependency.", "tool": "install_package"} {"prompt": "Kill the stray gunicorn process.", "tool": "kill_process"} {"prompt": "Terminate whatever's running as celery-worker.", "tool": "kill_process"} {"prompt": "What processes are eating my CPU right now?", "tool": "list_processes"} {"prompt": "Unzip the bundle frontend-dist.tar.gz.", "tool": "unzip"} {"prompt": "Extract everything out of logs-2026.zip.", "tool": "unzip"} {"prompt": "Snap a screenshot of whatever's on my screen.", "tool": "screenshot"} {"prompt": "Click the 'Submit order' button.", "tool": "click"} {"prompt": "Double-click the 'README' file to open it.", "tool": "double_click"} {"prompt": "Type my email address jordan@studio.dev into the form.", "tool": "type_text"} {"prompt": "Just hit the Escape key.", "tool": "key_press"} {"prompt": "Scroll down a bit so I can see the footer.", "tool": "scroll"} {"prompt": "Drag the 'Inbox' card over onto the 'Done' column.", "tool": "drag"} {"prompt": "Hold on for about 5 seconds before continuing.", "tool": "wait"} {"prompt": "Move the cursor over to the 'Settings' gear.", "tool": "move_cursor"} {"prompt": "Fire up the Calculator app.", "tool": "open_app"} {"prompt": "What's sitting in my clipboard at the moment?", "tool": "read_clipboard"} {"prompt": "Copy the order number 99213 to my clipboard.", "tool": "write_clipboard"}