File size: 16,030 Bytes
d251eab | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 | {"u": "what time is it", "tool": "datetime"}
{"u": "whats the time", "tool": "datetime"}
{"u": "what day is it today", "tool": "datetime"}
{"u": "whats todays date", "tool": "datetime"}
{"u": "what's the date", "tool": "datetime"}
{"u": "is it friday yet", "tool": "datetime"}
{"u": "time?", "tool": "datetime"}
{"u": "what time is it right now", "tool": "datetime"}
{"u": "who am i", "tool": "system_info"}
{"u": "what mac is this", "tool": "system_info"}
{"u": "what version of macos am i on", "tool": "system_info"}
{"u": "how long has this machine been running", "tool": "system_info"}
{"u": "whats my uptime", "tool": "system_info"}
{"u": "whats my computer name", "tool": "system_info"}
{"u": "what os version am i running", "tool": "system_info"}
{"u": "whoami", "tool": "system_info"}
{"u": "how long since i rebooted", "tool": "system_info"}
{"u": "tell me about this machine", "tool": "system_info"}
{"u": "hows my battery", "tool": "battery_status"}
{"u": "battery", "tool": "battery_status"}
{"u": "am i plugged in", "tool": "battery_status"}
{"u": "how much charge do i have left", "tool": "battery_status"}
{"u": "whats my battery percentage", "tool": "battery_status"}
{"u": "is my laptop charging", "tool": "battery_status"}
{"u": "how long will my battery last", "tool": "battery_status"}
{"u": "battery status", "tool": "battery_status"}
{"u": "am i on power", "tool": "battery_status"}
{"u": "do i need to find a charger", "tool": "battery_status"}
{"u": "how much space do i have left", "tool": "storage_summary"}
{"u": "how much free disk space do i have", "tool": "storage_summary"}
{"u": "is my disk full", "tool": "storage_summary"}
{"u": "how full is my drive", "tool": "storage_summary"}
{"u": "whats my free space", "tool": "storage_summary"}
{"u": "do i have room for a big download", "tool": "storage_summary"}
{"u": "disk space", "tool": "storage_summary"}
{"u": "how much storage is left", "tool": "storage_summary"}
{"u": "how much of my ssd is used", "tool": "storage_summary"}
{"u": "free space on my mac", "tool": "storage_summary"}
{"u": "whats eating my disk", "tool": "disk_usage"}
{"u": "what's taking up all my space", "tool": "disk_usage"}
{"u": "which folders are biggest", "tool": "disk_usage"}
{"u": "what's hogging my storage", "tool": "disk_usage"}
{"u": "show me my biggest folders", "tool": "disk_usage"}
{"u": "where did all my disk space go", "tool": "disk_usage"}
{"u": "whats using space in my downloads folder", "tool": "disk_usage", "args": {"path": "Downloads"}}
{"u": "whats big in my documents folder", "tool": "disk_usage", "args": {"path": "Documents"}}
{"u": "my downloads folder is a disaster", "tool": "disk_usage", "args": {"path": "Downloads"}}
{"u": "what folder is using the most space", "tool": "disk_usage"}
{"u": "whats my biggest file", "tool": "largest_files"}
{"u": "show me huge files", "tool": "largest_files"}
{"u": "find large files", "tool": "largest_files"}
{"u": "what are the biggest files in downloads", "tool": "largest_files", "args": {"path": "Downloads"}}
{"u": "any massive files hanging around", "tool": "largest_files"}
{"u": "biggest files on my machine", "tool": "largest_files"}
{"u": "show me files over a gig", "tool": "largest_files"}
{"u": "whats the largest file i have", "tool": "largest_files"}
{"u": "find me some big files i can delete", "tool": "largest_files"}
{"u": "list heavy files", "tool": "largest_files"}
{"u": "find my tax return", "tool": "find_files", "args": {"name": "tax"}}
{"u": "where is my resume", "tool": "find_files", "args": {"name": "resume"}}
{"u": "do i have a file called invoice", "tool": "find_files", "args": {"name": "invoice"}}
{"u": "locate budget.xlsx", "tool": "find_files", "args": {"name": "budget"}}
{"u": "search for screenshots", "tool": "find_files", "args": {"name": "screenshot"}}
{"u": "where did i save that pdf", "tool": "find_files", "args": {"name": "pdf"}}
{"u": "find files named report", "tool": "find_files", "args": {"name": "report"}}
{"u": "i lost a file called notes", "tool": "find_files", "args": {"name": "notes"}}
{"u": "look for anything with receipt in the name", "tool": "find_files", "args": {"name": "receipt"}}
{"u": "find presentation.key", "tool": "find_files", "args": {"name": "presentation"}}
{"u": "why is my mac so slow", "tool": "top_processes"}
{"u": "whats using all my cpu", "tool": "top_processes", "args": {"sort_by": "cpu"}}
{"u": "what's hogging memory", "tool": "top_processes", "args": {"sort_by": "mem"}}
{"u": "why are my fans so loud", "tool": "top_processes"}
{"u": "whats eating my ram", "tool": "top_processes", "args": {"sort_by": "mem"}}
{"u": "show me top processes", "tool": "top_processes"}
{"u": "whats running right now", "tool": "top_processes"}
{"u": "why is my laptop so hot", "tool": "top_processes"}
{"u": "what's using the most memory", "tool": "top_processes", "args": {"sort_by": "mem"}}
{"u": "whats making my machine lag", "tool": "top_processes"}
{"u": "whats using port 3000", "tool": "network_listeners", "args": {"port": "3000"}}
{"u": "what's listening on 8080", "tool": "network_listeners", "args": {"port": "8080"}}
{"u": "what servers are running", "tool": "network_listeners"}
{"u": "is anything on port 5432", "tool": "network_listeners", "args": {"port": "5432"}}
{"u": "which app has port 3000", "tool": "network_listeners", "args": {"port": "3000"}}
{"u": "show me open ports", "tool": "network_listeners"}
{"u": "whats listening", "tool": "network_listeners"}
{"u": "is my dev server running", "tool": "network_listeners"}
{"u": "what process is using port 443", "tool": "network_listeners", "args": {"port": "443"}}
{"u": "anything bound to port 5000", "tool": "network_listeners", "args": {"port": "5000"}}
{"u": "whats my ip", "tool": "network_info"}
{"u": "what wifi am i on", "tool": "network_info"}
{"u": "am i online", "tool": "network_info"}
{"u": "whats my ip address", "tool": "network_info"}
{"u": "which network am i connected to", "tool": "network_info"}
{"u": "whats my gateway", "tool": "network_info"}
{"u": "am i connected to wifi", "tool": "network_info"}
{"u": "show my network settings", "tool": "network_info"}
{"u": "whats my local ip", "tool": "network_info"}
{"u": "what ssid am i on", "tool": "network_info"}
{"u": "do you know the time", "tool": "datetime"}
{"u": "gimme the time", "tool": "datetime"}
{"u": "whats today", "tool": "datetime"}
{"u": "which month is it", "tool": "datetime"}
{"u": "is it morning or afternoon", "tool": "datetime"}
{"u": "whats the current date and time", "tool": "datetime"}
{"u": "tell me what day of the week it is", "tool": "datetime"}
{"u": "date today", "tool": "datetime"}
{"u": "clock check", "tool": "datetime"}
{"u": "what week are we in", "tool": "datetime"}
{"u": "current date", "tool": "datetime"}
{"u": "time now please", "tool": "datetime"}
{"u": "what day of the month is it", "tool": "datetime"}
{"u": "how late is it now", "tool": "datetime"}
{"u": "got a time for me", "tool": "datetime"}
{"u": "whats the hour", "tool": "datetime"}
{"u": "what os is this running", "tool": "system_info"}
{"u": "give me the machine specs", "tool": "system_info"}
{"u": "whats this laptop called", "tool": "system_info"}
{"u": "how long has the computer been on", "tool": "system_info"}
{"u": "which macos version", "tool": "system_info"}
{"u": "whats my login name", "tool": "system_info"}
{"u": "info about my mac", "tool": "system_info"}
{"u": "whats the hostname of this box", "tool": "system_info"}
{"u": "days since last reboot", "tool": "system_info"}
{"u": "tell me who is logged in", "tool": "system_info"}
{"u": "identify this machine", "tool": "system_info"}
{"u": "os details", "tool": "system_info"}
{"u": "what build am i running", "tool": "system_info"}
{"u": "system version and uptime", "tool": "system_info"}
{"u": "who is the current user", "tool": "system_info"}
{"u": "hows the power looking", "tool": "battery_status"}
{"u": "battery remaining", "tool": "battery_status"}
{"u": "do i have enough battery for a meeting", "tool": "battery_status"}
{"u": "is the mac charging right now", "tool": "battery_status"}
{"u": "what percent am i at", "tool": "battery_status"}
{"u": "check power level", "tool": "battery_status"}
{"u": "battery time left", "tool": "battery_status"}
{"u": "should i plug in", "tool": "battery_status"}
{"u": "am i running low on battery", "tool": "battery_status"}
{"u": "how much battery do i have", "tool": "battery_status"}
{"u": "power source", "tool": "battery_status"}
{"u": "charging or not", "tool": "battery_status"}
{"u": "give me battery info", "tool": "battery_status"}
{"u": "is my battery draining", "tool": "battery_status"}
{"u": "current charge percentage", "tool": "battery_status"}
{"u": "how many gb are free", "tool": "storage_summary"}
{"u": "can i download a big file", "tool": "storage_summary"}
{"u": "whats my available storage", "tool": "storage_summary"}
{"u": "disk free space please", "tool": "storage_summary"}
{"u": "how much room is left on this mac", "tool": "storage_summary"}
{"u": "is storage running low", "tool": "storage_summary"}
{"u": "show disk capacity", "tool": "storage_summary"}
{"u": "used vs free space", "tool": "storage_summary"}
{"u": "do i need to clean up storage", "tool": "storage_summary"}
{"u": "how much hard drive is left", "tool": "storage_summary"}
{"u": "remaining disk", "tool": "storage_summary"}
{"u": "check free space", "tool": "storage_summary"}
{"u": "am i close to full", "tool": "storage_summary"}
{"u": "total disk size and whats free", "tool": "storage_summary"}
{"u": "storage remaining", "tool": "storage_summary"}
{"u": "which folder takes the most room", "tool": "disk_usage"}
{"u": "show me whats using space", "tool": "disk_usage"}
{"u": "break down my disk by folder", "tool": "disk_usage"}
{"u": "whats making my drive full", "tool": "disk_usage"}
{"u": "find the space hogs", "tool": "disk_usage"}
{"u": "biggest folders on this mac", "tool": "disk_usage"}
{"u": "what directories are large", "tool": "disk_usage"}
{"u": "why is my home directory taking so much room", "tool": "disk_usage"}
{"u": "space usage by directory", "tool": "disk_usage"}
{"u": "whats consuming storage in my desktop folder", "tool": "disk_usage", "args": {"path": "Desktop"}}
{"u": "how big are the folders in movies", "tool": "disk_usage", "args": {"path": "Movies"}}
{"u": "whats using room in my pictures folder", "tool": "disk_usage", "args": {"path": "Pictures"}}
{"u": "show folder sizes for music", "tool": "disk_usage", "args": {"path": "Music"}}
{"u": "analyse disk usage", "tool": "disk_usage"}
{"u": "wheres my storage going", "tool": "disk_usage"}
{"u": "which files are the biggest", "tool": "largest_files"}
{"u": "show me my heaviest files", "tool": "largest_files"}
{"u": "find files taking lots of space", "tool": "largest_files"}
{"u": "biggest files in my desktop folder", "tool": "largest_files", "args": {"path": "Desktop"}}
{"u": "any really large files", "tool": "largest_files"}
{"u": "list the largest files", "tool": "largest_files"}
{"u": "what files should i delete to save space", "tool": "largest_files"}
{"u": "top files by size in movies", "tool": "largest_files", "args": {"path": "Movies"}}
{"u": "show me giant files", "tool": "largest_files"}
{"u": "files over 100mb", "tool": "largest_files"}
{"u": "whats the heaviest thing on my disk", "tool": "largest_files"}
{"u": "big media files", "tool": "largest_files"}
{"u": "largest files in my pictures folder", "tool": "largest_files", "args": {"path": "Pictures"}}
{"u": "find oversized files", "tool": "largest_files"}
{"u": "which single file is biggest", "tool": "largest_files"}
{"u": "find a file called contract", "tool": "find_files", "args": {"name": "contract"}}
{"u": "wheres my passport scan", "tool": "find_files", "args": {"name": "passport"}}
{"u": "search for anything named backup", "tool": "find_files", "args": {"name": "backup"}}
{"u": "do i have a photo called beach", "tool": "find_files", "args": {"name": "beach"}}
{"u": "locate my thesis", "tool": "find_files", "args": {"name": "thesis"}}
{"u": "find that spreadsheet named expenses", "tool": "find_files", "args": {"name": "expenses"}}
{"u": "where did i put the slides", "tool": "find_files", "args": {"name": "slides"}}
{"u": "look for readme files", "tool": "find_files", "args": {"name": "readme"}}
{"u": "find something called license", "tool": "find_files", "args": {"name": "license"}}
{"u": "i need the file named agreement", "tool": "find_files", "args": {"name": "agreement"}}
{"u": "search for w2", "tool": "find_files", "args": {"name": "w2"}}
{"u": "where is config.json", "tool": "find_files", "args": {"name": "config"}}
{"u": "find my cv", "tool": "find_files", "args": {"name": "cv"}}
{"u": "any file named draft", "tool": "find_files", "args": {"name": "draft"}}
{"u": "track down the invoice pdf", "tool": "find_files", "args": {"name": "invoice"}}
{"u": "what apps are using the most power", "tool": "top_processes"}
{"u": "why is my computer struggling", "tool": "top_processes"}
{"u": "show me resource usage", "tool": "top_processes"}
{"u": "whats the heaviest process", "tool": "top_processes"}
{"u": "my mac is lagging why", "tool": "top_processes"}
{"u": "which process uses most cpu", "tool": "top_processes", "args": {"sort_by": "cpu"}}
{"u": "list processes by memory", "tool": "top_processes", "args": {"sort_by": "mem"}}
{"u": "whats consuming my ram", "tool": "top_processes", "args": {"sort_by": "mem"}}
{"u": "why is the cpu maxed", "tool": "top_processes", "args": {"sort_by": "cpu"}}
{"u": "top memory users", "tool": "top_processes", "args": {"sort_by": "mem"}}
{"u": "whats slowing everything down", "tool": "top_processes"}
{"u": "check running processes", "tool": "top_processes"}
{"u": "whats using processor time", "tool": "top_processes", "args": {"sort_by": "cpu"}}
{"u": "which apps are heavy right now", "tool": "top_processes"}
{"u": "show cpu usage by app", "tool": "top_processes", "args": {"sort_by": "cpu"}}
{"u": "whats running on port 8000", "tool": "network_listeners", "args": {"port": "8000"}}
{"u": "check if port 5173 is taken", "tool": "network_listeners", "args": {"port": "5173"}}
{"u": "which service uses port 6379", "tool": "network_listeners", "args": {"port": "6379"}}
{"u": "somethings blocking port 8080", "tool": "network_listeners", "args": {"port": "8080"}}
{"u": "whos on port 27017", "tool": "network_listeners", "args": {"port": "27017"}}
{"u": "list all listening services", "tool": "network_listeners"}
{"u": "what ports are open right now", "tool": "network_listeners"}
{"u": "any local server running", "tool": "network_listeners"}
{"u": "show tcp listeners", "tool": "network_listeners"}
{"u": "whats occupying port 4200", "tool": "network_listeners", "args": {"port": "4200"}}
{"u": "find what uses port 9090", "tool": "network_listeners", "args": {"port": "9090"}}
{"u": "port 3306 in use", "tool": "network_listeners", "args": {"port": "3306"}}
{"u": "show me whats serving", "tool": "network_listeners"}
{"u": "which programs opened ports", "tool": "network_listeners"}
{"u": "is anything bound to 7000", "tool": "network_listeners", "args": {"port": "7000"}}
{"u": "whats my current ip", "tool": "network_info"}
{"u": "which wifi network am i using", "tool": "network_info"}
{"u": "show network connection", "tool": "network_info"}
{"u": "am i connected to the internet", "tool": "network_info"}
{"u": "whats my wifi called", "tool": "network_info"}
{"u": "get my ip address", "tool": "network_info"}
{"u": "network details please", "tool": "network_info"}
{"u": "whats my router address", "tool": "network_info"}
{"u": "which ssid", "tool": "network_info"}
{"u": "check my connection", "tool": "network_info"}
{"u": "my local network address", "tool": "network_info"}
{"u": "is the wifi working", "tool": "network_info"}
{"u": "what network am i on right now", "tool": "network_info"}
{"u": "show me my ip and wifi", "tool": "network_info"}
{"u": "internet connection status", "tool": "network_info"}
|